summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP 5.2.14RC3php-5.2.14RC3Johannes Schlüter2010-07-140-0/+0
* PHP 5.2.14RC3Johannes Schlüter2010-07-143-4/+4
* Fixed incorrect reinitializationDmitry Stogov2010-07-141-1/+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-134-5/+9
* - merge news for var_export fixPierre Joye2010-07-131-0/+2
* - MFH: Fix a bug when var_export() causes a fatal error that could inadverten...Pierre Joye2010-07-134-56/+96
* MFT: Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch b...Kalle Sommer Nielsen2010-07-132-0/+3
* - MFT: Added -DSYB_LP64 to CFLAGS on 64 bit platformsTimm Friebe2010-07-071-2/+43
* - Fixed testsFelipe Pena2010-07-063-11/+3
* Fixed bug #52237 (Crash when passing the reference of the property of a non-o...Dmitry Stogov2010-07-054-9/+42
* Fix bug #52238: Crash when an Exception occured in iterator_to_arrayJohannes Schlüter2010-07-023-1/+30
* - Added CVE idFelipe Pena2010-07-021-1/+1
* - Fixed a possible interruption array leak in trim()Felipe Pena2010-07-022-1/+4
* - BFNFelipe Pena2010-07-011-0/+5
* - 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
* Back to devIlia Alshanetsky2010-07-013-3/+5
* 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