summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.2.14RC2php-5.2.14RC2Ilia Alshanetsky2010-07-010-0/+0
* 5.2.14RC2Ilia Alshanetsky2010-07-013-4/+4
* Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs).Ilia Alshanetsky2010-06-302-6/+3
* fix SplObjectStorage unserialization (CVE-2010-2225)Stanislav Malyshev2010-06-294-11/+86
* - Reverted fix for bug #51421Felipe Pena2010-06-283-26/+2
* - BFNFelipe Pena2010-06-261-0/+2
* - Fixed bug #51421 (Abstract __construct constructor argument list not enforced)Felipe Pena2010-06-262-3/+28
* - Fixed bug #52160 (Invalid E_STRICT redefined constructor error)Felipe Pena2010-06-265-7/+41
* - Fixed bug #52163 (SplFileObject::fgetss() fails due to parameter that can't...Felipe Pena2010-06-242-1/+8
* - Fixed bug #52162 (custom request header variables with numbers are removed)Sriram Natarajan2010-06-232-1/+3
* - Fixed bug #49730 (Firebird - new PDO() returns NULL)Felipe Pena2010-06-212-0/+9
* - Completed the fix for bug #52010Felipe Pena2010-06-203-2/+4
* - BFNFelipe Pena2010-06-191-0/+1
* - Lets use zend_atol() here too (sync with 5_3)Felipe Pena2010-06-191-1/+1
* - Fixed bug #52061 (memory_limit above 2G)Felipe Pena2010-06-193-1/+29
* back to devIlia Alshanetsky2010-06-173-3/+5
* 5.2.14RC1Ilia Alshanetsky2010-06-173-4/+4
* - BFNFelipe Pena2010-06-161-0/+3
* - New tests related to #52098Felipe Pena2010-06-161-0/+19
* - Fix crash when calling a method of a class that inherits PDOStatement if in...Felipe Pena2010-06-161-0/+4
* - MFT: Fixed segmentation fault when reading rowsTimm Friebe2010-06-161-2/+11
* - New entriesFelipe Pena2010-06-151-1/+1
* Fixed bug #52041 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-06-155-1/+88
* - Fix entryFelipe Pena2010-06-121-1/+1
* - Fixed bug #49320 (PDO returns null when SQLite connection fails)Felipe Pena2010-06-122-0/+2
* - Fixed bug #52019 (make lcov doesn't support TESTS variable anymore)Patrick Allaert2010-06-112-18/+4
* Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory i...Dmitry Stogov2010-06-113-0/+34
* Fixed bug #51822i (Segfault with strange __destruct() for static class variab...Dmitry Stogov2010-06-103-1/+46
* Fixed bug #51273 (Faultstring property does not exist when the faultstring is...Ilia Alshanetsky2010-06-092-4/+6
* - Fixed Bug #51168 (fails to compile with Sun Studio)Sriram Natarajan2010-06-082-1/+3
* New test for file_exists (bug #39863). It currently xfail'sChristopher Jones2010-06-051-0/+24
* - Fix testsFelipe Pena2010-06-053-37/+3
* - Fix wrong zval_ptr_dtor callFelipe Pena2010-06-051-1/+1
* - Fix memleak when passing a non string/object parameterFelipe Pena2010-06-031-1/+1
* vim failRasmus Lerdorf2010-06-021-3/+3
* Tweak the fix for bug #51847 to still call libintl_setlocaleRasmus Lerdorf2010-06-021-2/+10
* Fix for bug #51847Rasmus Lerdorf2010-06-021-0/+3
* Fixed bug #50762 (in WSDL mode Soap Header handler function only being called...Dmitry Stogov2010-05-284-1/+85
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array wi...Felipe Pena2010-05-264-1/+43
* - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with ...Felipe Pena2010-05-253-1/+25
* Document CGI options in the manpage (bug #51718)Raphael Geissert2010-05-111-0/+28
* - Fixed bug #51740 (acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted)Felipe Pena2010-05-051-1/+1
* fix bug #48601 (xpath() returns FALSE for legitimate query)Rob Richards2010-05-053-21/+40
* Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable endp...Dmitry Stogov2010-05-0510-1/+1264
* Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken).Adam Harvey2010-05-043-1/+25
* - revert #51273Pierre Joye2010-05-031-2/+0
* - revert as vc6 does not support strtoi64, update to 5.3 will be the fixPierre Joye2010-05-031-8/+0
* - #51273, Content-length header is limited to 32bit integer with apache2/windowsPierre Joye2010-05-032-1/+11
* - Replaced 'zend_hash_find' to 'zend_hash_quick_find' on zend_hash_compare() ...Felipe Pena2010-05-031-1/+1
* - Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan EsserIlia Alshanetsky2010-05-022-0/+6