summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Update the re2c files aswell (bug #51943)Kalle Sommer Nielsen2010-07-141-0/+2
* Fixed bug #51943 (Several files are out of ANSI spec)Kalle Sommer Nielsen2010-07-133-4/+6
* - MFH: Fix a bug when var_export() causes a fatal error that could inadverten...Pierre Joye2010-07-134-56/+96
* - MFT: Added -DSYB_LP64 to CFLAGS on 64 bit platformsTimm Friebe2010-07-071-2/+43
* - Fixed testsFelipe Pena2010-07-063-11/+3
* Fix bug #52238: Crash when an Exception occured in iterator_to_arrayJohannes Schlüter2010-07-022-1/+27
* - Fixed a possible interruption array leak in trim()Felipe Pena2010-07-021-0/+3
* - Fixed a possible memory corruption in substr(), chunk_split(), strtok(), ad...Felipe Pena2010-07-011-0/+15
* - Fixed a possible memory corruption in strchr(), strstr().Felipe Pena2010-07-011-0/+12
* - Fixed a possible memory corruption in strrchr(). (Reported by Péter Veres)Felipe Pena2010-07-011-0/+3
* Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs).Ilia Alshanetsky2010-06-301-6/+1
* fix SplObjectStorage unserialization (CVE-2010-2225)Stanislav Malyshev2010-06-293-11/+84
* - Fixed bug #52163 (SplFileObject::fgetss() fails due to parameter that can't...Felipe Pena2010-06-241-1/+6
* - Fixed bug #49730 (Firebird - new PDO() returns NULL)Felipe Pena2010-06-211-0/+8
* - Completed the fix for bug #52010Felipe Pena2010-06-202-2/+2
* - Lets use zend_atol() here too (sync with 5_3)Felipe Pena2010-06-191-1/+1
* - 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
* Fixed bug #52041 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-06-151-1/+6
* - Fixed bug #49320 (PDO returns null when SQLite connection fails)Felipe Pena2010-06-121-0/+1
* Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory i...Dmitry Stogov2010-06-112-0/+32
* Fixed bug #51273 (Faultstring property does not exist when the faultstring is...Ilia Alshanetsky2010-06-091-4/+4
* - Fixed Bug #51168 (fails to compile with Sun Studio)Sriram Natarajan2010-06-081-1/+1
* 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-283-1/+83
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array wi...Felipe Pena2010-05-261-0/+28
* - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with ...Felipe Pena2010-05-252-1/+23
* fix bug #48601 (xpath() returns FALSE for legitimate query)Rob Richards2010-05-052-21/+39
* Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable endp...Dmitry Stogov2010-05-059-1/+1262
* Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken).Adam Harvey2010-05-042-1/+23
* - Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan EsserIlia Alshanetsky2010-05-021-0/+4
* 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-281-2/+2
* Fixed a possible arbitrary memory access inside sqlite extension. Reported by...Ilia Alshanetsky2010-04-281-2/+2
* - Fix #51671, imagefill does not work correctly for small imagesPierre Joye2010-04-282-1/+25
* - WSPierre Joye2010-04-281-2/+2
* Fix #51374 (Wrongly initialized object properties)Etienne Kneuss2010-04-272-0/+28
* Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ...Pierrick Charron2010-04-272-0/+26
* Merge fix for #51532Etienne Kneuss2010-04-272-2/+15
* 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-261-1/+1