summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP 5.3.27php-5.3.27PHP-5.3.27Johannes Schlüter2013-07-103-4/+7
* add test for bug #65236Johannes Schlüter2013-07-101-0/+15
* truncate results at depth of 255 to prevent corruptionRob Richards2013-07-101-40/+50
* fix assembly of safe_address() for x86 and x86_64Nuno Lopes2013-07-101-2/+2
* PHP 5.3.27RC1php-5.3.27RC1Johannes Schlüter2013-06-193-4/+4
* Fixed bug #63186 (compile failure on netbsd)Matteo Beccati2013-06-142-3/+12
* ensure the error_reporting level to get expected noticeAnatol Belski2013-06-121-0/+2
* fixed testsAnatol Belski2013-06-112-4/+4
* missing tests for bug #53437Anatol Belski2013-06-115-0/+251
* missing colonAnatol Belski2013-06-101-1/+1
* Backported the fix for bug #53437Anatol Belski2013-06-1012-40/+698
* Fixed test scriptDmitry Stogov2013-06-101-1/+1
* Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits s...Xinchen Hui2013-06-092-7/+18
* Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC)Xinchen Hui2013-06-094-0/+36
* Fixed bug #64934 Apache2 TS crash with get_browser()Anatol Belski2013-06-062-4/+18
* Add NEWS for PHP 5.3.26Johannes Schlüter2013-06-051-3/+1
* Fixed bug #64960 (Segfault in gc_zval_possible_root)Xinchen Hui2013-06-053-4/+44
* fix CVE-2013-2110 - use correct formula to calculate string sizeStanislav Malyshev2013-06-043-1/+17
* Clean up leftover test filesMatteo Beccati2013-06-021-3/+5
* Fixed bug #64609 (pg_convert enum type support)Matteo Beccati2013-06-023-5/+69
* Fixed bug #62857 (bytea test failures)Matteo Beccati2013-06-014-1/+7
* Merge branch 'pull-request/309' into PHP-5.3Matteo Beccati2013-05-314-5/+110
|\
| * NEWSMatteo Beccati2013-05-311-1/+7
| * Slightly edited tests and fix for bug #62024Matteo Beccati2013-05-312-5/+8
| * Fixed bug #62024 (unable to run consecutive prepared querys with null values)Matheus Degiovani2013-05-312-3/+54
| * Fixed bug #64037 (wrong value returned when using a negative numeric field eq...Matheus Degiovani2013-05-312-1/+46
|/
* Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)Remi Collet2013-05-312-1/+4
* Fixed incorrect argument numberDmitry Stogov2013-05-291-1/+1
* This will be PHP 5.3.27Johannes Schlüter2013-05-223-8/+12
* Fixed bug #64895 Integer overflow in SndToJewishRemi Collet2013-05-223-3/+7
* fix orderStanislav Malyshev2013-05-211-4/+4
* Don't double-quote name of namespaced function.Sara Golemon2013-05-191-1/+1
* Integer overflow in SndToJewish leads to php hangRemi Collet2013-05-212-1/+20
* entry for #64214Pierre Joye2013-05-171-0/+4
* 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
* Fixed bug #64821 Custom Exceptions crash when internal properties overriddenAnatol Belski2013-05-125-1/+74
* PHP 5.3.25 NEWSJohannes Schlüter2013-05-081-3/+1
* better fix for bug #64770Anatol Belski2013-05-042-5/+19
* Merge branch 'PHP-5.3' of https://git.php.net/push/php-src into PHP-5.3Boris Lytochkin2013-05-033-2/+57
|\
| * Fixed bug #64770 stream_select() fails with pipesAnatol Belski2013-05-033-2/+57
|/
* Merge branch 'PHP-5.3' of https://git.php.net/push/php-src into PHP-5.3Boris Lytochkin2013-05-0345-693/+1051
|\
| * NEWSRemi Collet2013-05-031-0/+5
| * From code coverity scan, syscall return value must be check.Remi Collet2013-05-034-4/+12
| * fix more resource leaksRemi Collet2013-05-022-1/+6
| * From code coverity scanRemi Collet2013-05-023-5/+27
| * fixed size array cannot be nullRemi Collet2013-05-021-6/+6