summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_nam...Kalle Sommer Nielsen2010-09-132-3/+9
* Sorry, forgot the news update for the previous commit.Adam Harvey2010-08-241-0/+2
* 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-212-3/+1
* Use userland function name, not internal name for NEWSKalle Sommer Nielsen2010-08-181-1/+1
* Fixed possible crash in php_mssql_get_column_content_without_type()Kalle Sommer Nielsen2010-08-182-2/+12
* Fixed bug #52636 (php_mysql_fetch_hash writes long value into int)Kalle Sommer Nielsen2010-08-182-1/+3
* Fixed bug #50836 (run_tests.php alerts syntax errors while testing session)Kalle Sommer Nielsen2010-08-161-1/+11
* Fix Windows buildKalle Sommer Nielsen2010-08-161-0/+3
* Fixed bug #52593 (exif is placed before mbstring in php.ini)Kalle Sommer Nielsen2010-08-162-2/+2
* Changed mysqli_report() to be per-request specific rather than per-process sp...Kalle Sommer Nielsen2010-08-132-2/+3
* separate properties of internal classes in ZTS mode fully,Sascha Schumann2010-08-126-22/+29
* In ZTS mode default properties and constants of internal classes can't be mod...Dmitry Stogov2010-08-111-2/+21
* - Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h)Sriram Natarajan2010-07-272-0/+9
* - back to -devJohannes Schlüter2010-07-223-6/+9
* - Add lost entriesJohannes Schlüter2010-07-211-0/+6
* PHP 5.2.14Johannes Schlüter2010-07-212-3/+3
* - merge NEWS for 5.2.14 and 5.3.3Johannes Schlüter2010-07-211-42/+27
* - add CVE #Pierre Joye2010-07-201-1/+1
* MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.xAdam Harvey2010-07-192-0/+3
* Back to -devJohannes Schlüter2010-07-143-3/+6
* 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