summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bug #52772 (var_dump() doesn't check for the existence of ↵Kalle Sommer Nielsen2010-09-132-3/+9
| | | | get_class_name before calling it)
* 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
| | | | | fault when iterating MONEY values).
* 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
| | | | # Also fix NEWS entry in PHP_5_2 for previous commit
* Fixed bug #52636 (php_mysql_fetch_hash writes long value into int)Kalle Sommer Nielsen2010-08-182-1/+3
| | | | # Tested by rein at basefarm dot no
* 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 ↵Kalle Sommer Nielsen2010-08-132-2/+3
| | | | specific (Fixes #52390)
* separate properties of internal classes in ZTS mode fully,Sascha Schumann2010-08-126-22/+29
| | | | | | otherwise multiple threads will modify the zvals' contents without any synchronisation.
* In ZTS mode default properties and constants of internal classes can't be ↵Dmitry Stogov2010-08-111-2/+21
| | | | modified in place and have to be separated
* - Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h)Sriram Natarajan2010-07-272-0/+9
| | | | | | # PCRE's config.h can very well reuse the definitions made available from # PHP's configure script output available within php_config.h
* - 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
| | | | | (only 64 bit)).
* 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
| | | | # Based on patch by CoreyStup at gmail dot com
* - merge news for var_export fixPierre Joye2010-07-131-0/+2
|
* - MFH: Fix a bug when var_export() causes a fatal error that could ↵Pierre Joye2010-07-134-56/+96
| | | | inadvertently display data due to flushing of the output buffer.
* MFT: Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch ↵Kalle Sommer Nielsen2010-07-132-0/+3
| | | | | | by Seanius at debian dot org # Sorry for the non sparse commit, due to a broken co
* - MFT: Added -DSYB_LP64 to CFLAGS on 64 bit platformsTimm Friebe2010-07-071-2/+43
| | | | | | - MFT: Added checks for 64 bit versions of sybase libraries - MFT: Added checks for sybase libraries prefixed with "libsyb"
* - Fixed testsFelipe Pena2010-07-063-11/+3
|
* Fixed bug #52237 (Crash when passing the reference of the property of a ↵Dmitry Stogov2010-07-054-9/+42
| | | | non-object)
* 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(), ↵Felipe Pena2010-07-011-0/+15
| | | | addcslashes(), str_repeat()
* - Fixed a possible memory corruption in strchr(), strstr().Felipe Pena2010-07-011-0/+12
| | | | | - MFH: Fixed a possible memory corruption in substr_replace() (Dmitry)
* - 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 ↵Felipe Pena2010-06-242-1/+8
| | | | can't be set) [already fixed on other branches]
* - 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
| | | | | # Fixing pdo drivers