summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #64895 Integer overflow in SndToJewishRemi Collet2013-05-222-3/+4
* Integer overflow in SndToJewish leads to php hangRemi Collet2013-05-212-1/+20
* other fix for #64214, unmodified file may not have old fp set, causing other ...Pierre Joye2013-05-171-4/+5
* Fix unitialized vars when sql.safe_mode=1Anatol Belski2013-05-151-1/+1
* more check for php_stream_fopen_tmpfile failurePierre Joye2013-05-144-7/+56
* php_stream_fopen_tmpfile may file, causing any following stream usage to crashPierre Joye2013-05-141-0/+4
* fix heap overflow warnings on win x64 debug crtAnatol Belski2013-05-131-4/+4
* better fix for bug #64770Anatol Belski2013-05-042-5/+19
* Fixed bug #64770 stream_select() fails with pipesAnatol Belski2013-05-032-2/+53
* Also fixed bug #64726 in 5.3Xinchen Hui2013-04-272-3/+3
* Fix memory realted to #64726Xinchen Hui2013-04-272-0/+24
* Fix Test Bug #64714Matt Ficken2013-04-251-0/+5
* Fix bug #64458 (dns_get_record result with string of length -1)Stanislav Malyshev2013-04-231-1/+1
* Fixed stream_socket_pair() on Windows x64 andAnatol Belski2013-04-221-1/+1
* - Updated to version 2013.3 (2013c)Derick Rethans2013-04-221-441/+469
* lower the limit, should fit in a byteAndrey Hristov2013-04-191-1/+1
* Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Anatol Belski2013-04-103-2/+15
|\
| * add external 2.1 detection and fix gd_compat for 2.1+Pierre Joye2013-04-103-2/+15
* | Fixed bug #64342 ZipArchive::addFile() has to check for file existenceAnatol Belski2013-04-103-0/+86
|/
* fix possible NULL derefPierre Joye2013-04-091-2/+4
* fix null derefPierre Joye2013-04-091-1/+2
* Fix testXinchen Hui2013-04-011-2/+1
* Reworked the changes for bug #64452Anatol Belski2013-03-231-4/+1
* Fixed bug #64452 Zip PHPTs crash intermittentlyAnatol Belski2013-03-202-4/+14
* Backported fix for bug #62852Anatol Belski2013-03-194-31/+66
* Remove spurious int cast in between two longsEtienne Kneuss2013-03-161-1/+1
* Backported patch for #64370Anatol Belski2013-03-152-0/+49
* fix zts checkAnatol Belski2013-03-141-1/+1
* fix for bug #63530 mysqlnd_stmt::bind_one_parameter uses wrong alloc for st...Andrey Hristov2013-03-131-1/+1
* fixed headers orderAnatol Belski2013-03-121-1/+1
* - Updated to version 2013.2 (2013b)Derick Rethans2013-03-111-594/+615
* Fixed PCRE locale crash in Windows/TSStephen A. Zarkos2013-03-041-1/+8
* merged PCRE 8.32Anatol Belski2013-03-0342-6977/+11909
* - Updated to version 2013.1 (2013a)Derick Rethans2013-03-031-661/+784
* Bug #52861: unset fails with ArrayObject and deep arraysMike Willbanks2013-02-262-1/+23
* Fixed bug #64264 (SPLFixedArray toArray problem)Xinchen Hui2013-02-242-11/+42
* Fix TSRM (after afc1debb)Johannes Schlüter2013-02-211-4/+6
* PHAR should modify entry timestamp when it's modifiedDmitry Stogov2013-02-211-2/+5
* http-stream test requires network connectivitySara Golemon2013-02-211-0/+1
* Fixed external entity loadingDmitry Stogov2013-02-203-20/+26
* fix the test for curl 7.29.0+Anatol Belski2013-02-191-1/+1
* Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS)Xinchen Hui2013-02-172-1/+27
* Proper bit reset codeDmitry Stogov2013-02-131-2/+2
* Disabled external entities loadingDmitry Stogov2013-02-071-0/+2
* Check if soap.wsdl_cache_dir confirms to open_basedirDmitry Stogov2013-02-071-1/+35
* Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extendedNikita Popov2013-01-303-2/+25
* Fix bug #64023 (__toString() & SplFileInfo)Gustavo Lopes2013-01-222-0/+24
* Revert "Update fputcsv() to escape all characters equally."Adam Harvey2013-01-153-27/+13
* Update fputcsv() to escape all characters equally.Adam Harvey2013-01-153-13/+27
* Fix test after fix for bug #63943 (Bad warning text from strpos() on empty ne...Remi Collet2013-01-101-0/+0