59278 Commits (798aca0d834da10f688094d46dfb0909bd786891)
 

Author SHA1 Message Date
Rob Richards 798aca0d83 fix bug #51721 (mark DOMNodeList and DOMNamedNodeMap as Traversable) 16 years ago
Rob Richards 60f62fc563 fix non-windows builds 16 years ago
Adam Harvey 5c5fd74fdb Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken). 16 years ago
Adam Harvey 574e578629 Alter the getmxrr() test to use lists.php.net (which we presumably control) 16 years ago
Pierre Joye cdadeed834 - Fixed bug #51732, Fileinfo __construct or open does not work with NULL 16 years ago
Stefan Marr 331b052994 Changed naming of traits-related helper functions (suggested by Derick), added missing static qualifiers. 16 years ago
Pierre Joye 56e327ba27 - revert fix for #51723 in 5.2, vc6 does not support strtoi64, use builtin functioon in 5.3 (trunk is vc9+ only) 16 years ago
Andrey Hristov 5ca71c00f5 Handle OOM in mysqlnd_res::store_result_fetch_data 16 years ago
Pierre Joye 05ac8f5c52 - fix build (declaration must be first) 16 years ago
Andrey Hristov 9c276eee6c Handle OOM in mysqlnd_fetch_row_buffered_c() 16 years ago
Andrey Hristov 2b00096004 Handle OOM in mysqlnd_fetch_row_unbuffered_c() 16 years ago
Andrey Hristov 2b18a3ff93 Handle OOM stemming from mysqlnd_result_init in the same 16 years ago
Pierre Joye d90f8560aa - #51273, Content-length header is limited to 32bit integer with apache2/windows 16 years ago
Andrey Hristov 7de2607c12 Handle gracefully OOM in mysqlnd_mempool_create and up the stack 16 years ago
Felipe Pena e232da026b - Replaced 'zend_hash_find' to 'zend_hash_quick_find' on zend_hash_compare() function 16 years ago
Andrey Hristov c32bae720c Handle OOM in block_alloc_get_chunk, and also in the caller 16 years ago
Andrey Hristov ec0fe858c6 Remove unused parameter 16 years ago
Ilia Alshanetsky 676a8338a1 Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER()) 16 years ago
Pierre Joye 9720dea2c7 - WS 16 years ago
Andrey Hristov 57059d4e31 One more case to handle in case of OOM, in block_alloc_resize_chunk 16 years ago
Andrey Hristov 8e8348a4b0 Handle OOM when resizing blocks during data fetch 16 years ago
Andrey Hristov 2da3f5ba90 Fix compiler warnings - unused functions 16 years ago
Andrey Hristov 333581fcb4 Better handing of OOM in mysqlnd::set_client_option 16 years ago
Kalle Sommer Nielsen 5c628d550b Fix build, declarings first 16 years ago
Pierre Joye b3b6cfea2a - update bison version (mike) 16 years ago
Ilia Alshanetsky 74d4ddea3d - Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan Esser 16 years ago
Felipe Pena 155bdc8a72 - WS 16 years ago
Felipe Pena 9568c8e398 - Changed zend_hash func calls to use the quick ones 16 years ago
Stefan Marr fe4988241d Refactored part of the Traits implementation. 16 years ago
Raphael Geissert 1fc377bc99 Fix bug in unaligned memory access fix 16 years ago
Raphael Geissert fbaef48278 Fix unaligned memory accesses in enchant (bug #51289) 16 years ago
Felipe Pena 84c1643644 - Fixed bug #51719 (typo in function prototype) 16 years ago
Raphael Geissert 7d716f8373 Fix another typo s/exlcusive/exclusive 16 years ago
Raphael Geissert 59fa776c53 Fix typos s/connnection/connection 16 years ago
Antony Dovgal 47aa194a10 merge the fix for #51688 16 years ago
Pierre Joye 8a197878c8 - Fix #51688, ini per dir crashes when invalid document root are given 16 years ago
David Soria Parra e44d409472 Make sure we search the source dir for the dtrace files 16 years ago
Etienne Kneuss f9532adcc6 Fix misplaced code 16 years ago
Andrey Hristov 3010485d44 Handle OOM cases, in case of persistent connections this is real 16 years ago
Etienne Kneuss e6ee260b25 Implement SplObjectStorage::getHash() 16 years ago
Andrey Hristov aec94a464b Fix valgrind warning, usage of nirvana memory 16 years ago
Andrey Hristov 60db5154d2 Add a test case for the recently fixed memleak 16 years ago
Andrey Hristov ac172db01f Fix possible crashes in case of OOM, as well as a leak. 16 years ago
Antony Dovgal c23d902e0b fix tests 16 years ago
Antony Dovgal eacfa022b1 fix skipif section 16 years ago
Andrey Hristov d7abb57745 Try blob columns instead of int, and insert a lot of data at once 16 years ago
Andrey Hristov 6c1a2831f6 Fix crash if OOM and USE_ZEND_ALLOC=0 16 years ago
Pierre Joye 48073dd7f6 - Adieu VC6/7/8, merci pour les bons et loyaux services 16 years ago
Christopher Jones 2b024611de Bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with interned strings). Updated tests check some other edge cases 16 years ago
Christopher Jones 1238d48abf Remove obsolete test 16 years ago