summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed crash in zip extract method (possible CWE-170)Pierre Joye2010-11-301-0/+3
* - Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVER...Felipe Pena2010-11-192-2/+26
* - Revert bad changesFelipe Pena2010-11-171-4/+0
* - Updated QA and User note maintainers creditsFelipe Pena2010-11-171-2/+2
* - Fixed bug #53323 (pdo_firebird getAttribute() crash)Felipe Pena2010-11-161-1/+5
* - Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)Felipe Pena2010-11-111-2/+2
* - Remove duplicate portion.Moriyoshi Koizumi2010-11-091-31/+0
* - Fix bug #53273 (mb_strcut() returns garbage with the excessive length param...Moriyoshi Koizumi2010-11-091-0/+62
* Fixed WSDL loading using https through proxyDmitry Stogov2010-11-081-4/+7
* - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-087-21/+21
* - Added fix to bug #49687 to PHP 5.2.Gustavo André dos Santos Lopes2010-11-032-30/+134
* Fixed a possible double free in imap extension (Identified by Mateusz Kociels...Ilia Alshanetsky2010-11-021-0/+2
* - fix IsotoppPierre Joye2010-10-241-1/+1
* - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2...Pierre Joye2010-10-191-0/+3
* Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy wit...Dmitry Stogov2010-10-051-0/+7
* MFH: Fix for bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL withAdam Harvey2010-09-302-0/+23
* - Fixed bug #52944 (Invalid write on second and subsequent reads with an infl...Gustavo André dos Santos Lopes2010-09-292-0/+160
* Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_nam...Kalle Sommer Nielsen2010-09-131-3/+7
* MFB5.3: The fix (and the fix to the fix) for bug #52546 (pdo_dblib segmentationAdam Harvey2010-08-241-2/+2
* Revert fix for #52636 in 5.2Kalle Sommer Nielsen2010-08-211-1/+1
* Fixed possible crash in php_mssql_get_column_content_without_type()Kalle Sommer Nielsen2010-08-181-0/+8
* Fixed bug #52636 (php_mysql_fetch_hash writes long value into int)Kalle Sommer Nielsen2010-08-181-1/+1
* Fix Windows buildKalle Sommer Nielsen2010-08-161-0/+3
* Changed mysqli_report() to be per-request specific rather than per-process sp...Kalle Sommer Nielsen2010-08-131-0/+1
* - Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h)Sriram Natarajan2010-07-271-0/+7
* MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.xAdam Harvey2010-07-191-0/+1
* 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