summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixed memory leakFelipe Pena2010-04-241-0/+1
* - Fixed compiler warningsFelipe Pena2010-04-231-0/+2
* - Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleadingPierre Joye2010-04-222-2/+2
* - Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleadingPierre Joye2010-04-221-1/+1
* Fix for bug #51604 (newline in end of header is shown in start of message).Adam Harvey2010-04-222-2/+42
* - Fixed bug #51562 (query timeout in mssql can not be changed per query)Felipe Pena2010-04-211-0/+2
* - Fix mem. leakFelipe Pena2010-04-211-6/+6
* - Fixed bug #51617 (PDO PGSQL still broken against PostGreSQL < 7.4)Felipe Pena2010-04-212-0/+5
* - Improve testFelipe Pena2010-04-201-0/+13
* - Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)Felipe Pena2010-04-202-3/+30