summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.2.14RC1php-5.2.14RC1Ilia Alshanetsky2010-06-170-0/+0
* 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
* - Fixed bug #51719 (typo in function prototype)Felipe Pena2010-05-011-1/+1
* Fix another typo s/exlcusive/exclusiveRaphael Geissert2010-05-011-1/+1
* Fix typos s/connnection/connectionRaphael Geissert2010-05-011-2/+2
* - Updated to version 2010.9 (2010i)Derick Rethans2010-04-281-635/+585
* - - Fixed #51128, imagefill() doesn't work with large imagesPierre Joye2010-04-282-2/+3
* Fixed a possible arbitrary memory access inside sqlite extension. Reported by...Ilia Alshanetsky2010-04-282-2/+4
* - Fix #51671, imagefill does not work correctly for small imagesPierre Joye2010-04-283-1/+27
* - WSPierre Joye2010-04-281-2/+2
* Fix #51374 (Wrongly initialized object properties)Etienne Kneuss2010-04-273-0/+29
* Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ...Pierrick Charron2010-04-273-0/+28
* Merge fix for #51532Etienne Kneuss2010-04-273-2/+16
* Fix #49723 (Skip seek when unnecessary)Etienne Kneuss2010-04-271-0/+1
* Fix #49723 (Skip seek when unnecessary)Etienne Kneuss2010-04-272-1/+17
* Fixed handling of session variable serialization on certain prefix characters...Ilia Alshanetsky2010-04-262-1/+3
* - Fixed memory leakFelipe Pena2010-04-241-0/+1