Andrey Hristov
2da3f5ba90
Fix compiler warnings - unused functions
2010-05-03 13:51:30 +00:00
Andrey Hristov
333581fcb4
Better handing of OOM in mysqlnd::set_client_option
2010-05-03 13:45:58 +00:00
Kalle Sommer Nielsen
5c628d550b
Fix build, declarings first
2010-05-03 09:21:21 +00:00
Pierre Joye
b3b6cfea2a
- update bison version (mike)
2010-05-03 09:05:54 +00:00
Ilia Alshanetsky
74d4ddea3d
- Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan Esser
2010-05-02 19:34:21 +00:00
Felipe Pena
155bdc8a72
- WS
2010-05-02 18:47:27 +00:00
Felipe Pena
9568c8e398
- Changed zend_hash func calls to use the quick ones
2010-05-02 17:39:24 +00:00
Stefan Marr
fe4988241d
Refactored part of the Traits implementation.
...
# - renamed php_runkit_function_copy_ctor to _duplicate_function
# REM: runkit does not compile with trunk at the moment, fixing it would introduce even more version #ifs, don't know what the best way is to fix it
# - extracted traits related stuff from destroy_zend_class into _destroy_zend_class_traits_info
# - need to investigate implementation/handling of internal classes further before enabling internal traits
2010-05-02 16:32:25 +00:00
Raphael Geissert
1fc377bc99
Fix bug in unaligned memory access fix
2010-05-02 05:01:51 +00:00
Raphael Geissert
fbaef48278
Fix unaligned memory accesses in enchant (bug #51289 )
2010-05-01 23:32:40 +00:00
Felipe Pena
84c1643644
- Fixed bug #51719 (typo in function prototype)
2010-05-01 18:54:49 +00:00
Raphael Geissert
7d716f8373
Fix another typo s/exlcusive/exclusive
2010-05-01 18:30:38 +00:00
Raphael Geissert
59fa776c53
Fix typos s/connnection/connection
2010-05-01 18:27:42 +00:00
Antony Dovgal
47aa194a10
merge the fix for #51688
2010-04-30 08:20:57 +00:00
Pierre Joye
8a197878c8
- Fix #51688 , ini per dir crashes when invalid document root are given
2010-04-30 08:15:09 +00:00
David Soria Parra
e44d409472
Make sure we search the source dir for the dtrace files
2010-04-30 00:07:39 +00:00
Etienne Kneuss
f9532adcc6
Fix misplaced code
2010-04-29 17:14:37 +00:00
Andrey Hristov
3010485d44
Handle OOM cases, in case of persistent connections this is real
...
and the Zend MM won't help.
2010-04-29 15:49:51 +00:00
Etienne Kneuss
e6ee260b25
Implement SplObjectStorage::getHash()
2010-04-29 15:47:41 +00:00
Andrey Hristov
aec94a464b
Fix valgrind warning, usage of nirvana memory
2010-04-29 15:17:44 +00:00
Andrey Hristov
60db5154d2
Add a test case for the recently fixed memleak
2010-04-29 13:19:57 +00:00
Andrey Hristov
ac172db01f
Fix possible crashes in case of OOM, as well as a leak.
2010-04-29 13:13:41 +00:00
Antony Dovgal
c23d902e0b
fix tests
2010-04-29 12:48:06 +00:00
Antony Dovgal
eacfa022b1
fix skipif section
2010-04-29 12:43:18 +00:00
Andrey Hristov
d7abb57745
Try blob columns instead of int, and insert a lot of data at once
2010-04-29 12:07:02 +00:00
Andrey Hristov
6c1a2831f6
Fix crash if OOM and USE_ZEND_ALLOC=0
2010-04-29 11:49:08 +00:00
Pierre Joye
48073dd7f6
- Adieu VC6/7/8, merci pour les bons et loyaux services
2010-04-29 08:13:15 +00:00
Christopher Jones
2b024611de
Bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with interned strings). Updated tests check some other edge cases
2010-04-29 05:07:16 +00:00
Christopher Jones
1238d48abf
Remove obsolete test
2010-04-29 05:07:03 +00:00
Kalle Sommer Nielsen
bd20dbd932
Update UPGRADING with recent feature removals
2010-04-29 01:03:21 +00:00
Derick Rethans
63a153eefd
- Updated to version 2010.9 (2010i)
2010-04-28 23:03:36 +00:00
Pierre Joye
6d675f3f4b
- we don't need that anymore
2010-04-28 22:26:08 +00:00
Pierre Joye
de555d3970
- fix build (void is evil)
2010-04-28 20:47:13 +00:00
Christopher Jones
14014553c3
Mask schemaname in error messages
2010-04-28 17:26:59 +00:00
Felipe Pena
69efd7f5c7
- Fix test
2010-04-28 16:33:36 +00:00
Andrey Hristov
6d88d1a75e
Fixed few buffer overflows reported by Stefan Esser.
2010-04-28 15:35:52 +00:00
Rob Richards
0a34d10783
revert change #298288 : Remove old dsp/dsw/makefile files
2010-04-28 14:41:51 +00:00
Pierre Joye
ef76df031b
- - Fixed #51128 , imagefill() doesn't work with large images
2010-04-28 14:35:42 +00:00
Pierre Joye
68e0e88610
- fix possible Dechunking Filter Buffer Overflow
2010-04-28 14:10:01 +00:00
Andrey Hristov
16d5d5966e
const-ify fields
2010-04-28 12:29:13 +00:00
Ilia Alshanetsky
9fac561399
Fixed a possible arbitrary memory access inside sqlite extension. Reported by Mateusz Kocielski.
2010-04-28 12:10:10 +00:00
Antony Dovgal
cc4a178345
add the constant back. quite a lot of code uses it.
2010-04-28 10:36:33 +00:00
Johannes Schlüter
eb7e848f34
spread some more const
2010-04-28 10:11:50 +00:00
Pierre Joye
c09a8cb043
- Fix #51671 , imagefill does not work correctly for small images
2010-04-28 08:23:44 +00:00
Pierre Joye
27d922c49f
- WS
2010-04-28 08:04:52 +00:00
Ilia Alshanetsky
1b47fcfd33
Fixed string format validation inside phar extension. Reported by Stefan Esser
2010-04-27 17:13:24 +00:00
Dmitry Stogov
9424d420fb
Fixed memory leak in ext/spl/tests/spl_autoload_bug48541.phpt
2010-04-27 13:31:55 +00:00
Andrey Hristov
8546225b6e
Fixed very rare memory leak in mysqlnd, when binding thousands of columns
2010-04-27 12:32:34 +00:00
Dmitry Stogov
4ff3000850
ws
2010-04-27 12:23:29 +00:00
Dmitry Stogov
d8a7f892ee
- ws
...
- removed unused variables
2010-04-27 12:17:32 +00:00