From 269d82a399b9180fb9ae5e621c5edacc34ffcdf4 Mon Sep 17 00:00:00 2001 From: Date: Mon, 28 May 2007 01:31:09 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) diff --git a/ChangeLog b/ChangeLog index cb786d5bb5..feed5f9336 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,161 @@ +2007-05-27 Antony Dovgal + + * run-tests.php + sapi/cgi/tests/include.inc: + "sapi/cgi/php" -> "sapi/cgi/php-cgi" + + * ext/openssl/tests/bug38255.phpt + ext/openssl/tests/bug38261.phpt: + fix tests + + * ext/openssl/xp_ssl.c: + MFB: fix #41236 (Regression in timeout handling of non-blocking SSL + connections during reads and writes). + Everybody please calm down, we can always fix such issues without starting + a war.. + +2007-05-27 Hannes Magnusson + + * (PHP_5_2) + sapi/cgi/.cvsignore: + the binary is called php-cgi now + + * sapi/cgi/.cvsignore: + The binary is called php-cgi now + +2007-05-27 Jani Taskinen + + * php.ini-dist + php.ini-recommended: + - Add missing entry + + * (PHP_5_2) + php.ini-dist + php.ini-recommended: + MFH: add missing entries, these are in PHP_4_4 branch.. + +2007-05-27 Ilia Alshanetsky + + * (PHP_5_2) + ext/json/tests/pass001.1.phpt + ext/json/tests/pass001.phpt: + Adjust tests to reflect the new expected output + + * (PHP_5_2) + NEWS: + + Fixed SQLite version + + * (PHP_5_2) + NEWS + ext/soap/soap.c + ext/soap/tests/bugs/bug41477.phpt + ext/soap/tests/bugs/bug41477.phpt: + + Fixed bug #41477 (no arginfo about SoapClient::__soapCall()). + + * (PHP_5_2) + NEWS + ext/standard/file.c: + Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()). + + * (PHP_5_2) + NEWS + ext/openssl/xp_ssl.c: + + Fixed bug #41236 (Regression in timeout handling of non-blocking SSL + connections during reads and writes). + + * (PHP_5_2) + NEWS + ext/json/JSON_parser.c + ext/json/tests/bug41504.phpt + ext/json/tests/bug41504.phpt: + + Fixed bug #41504 (json_decode() incorrectly decodes JSON arrays with empty + string keys). + +2007-05-27 Nuno Lopes + + * (PHP_5_2) + ext/standard/html.c + ext/standard/tests/strings/htmlentities18.phpt: + fix handling of && by htmlentities 'no-double-encode' + expand the test cases + + * (PHP_5_2) + ext/standard/html.c: + fix the new 'no-double-encoding' feature of htmlspecialchars() (the length + for char search was wrong. this could lead to crashes..) + + * (PHP_5_2) + ext/standard/md5.c: + make make_digest() output a 16-byte string so that it wont break the + internal PHP API (it was breaking the SOAP extension) + +2007-05-27 Antony Dovgal + + * ext/gmp/tests/001.phpt + ext/gmp/tests/011.phpt + ext/gmp/tests/012.phpt + ext/gmp/tests/013.phpt + ext/gmp/tests/014.phpt + ext/gmp/tests/015.phpt + ext/gmp/tests/016.phpt + ext/gmp/tests/017.phpt + ext/gmp/tests/018.phpt + ext/gmp/tests/019.phpt + ext/gmp/tests/020.phpt + ext/gmp/tests/021.phpt + ext/gmp/tests/022.phpt + ext/gmp/tests/023.phpt + ext/gmp/tests/024.phpt + ext/gmp/tests/025.phpt + ext/gmp/tests/026.phpt + ext/gmp/tests/027.phpt + ext/gmp/tests/028.phpt + ext/gmp/tests/029.phpt + ext/gmp/tests/030.phpt + ext/gmp/tests/031.phpt + ext/gmp/tests/032.phpt + ext/gmp/tests/033.phpt + ext/gmp/tests/034.phpt + ext/gmp/tests/035.phpt + ext/gmp/tests/036.phpt + ext/gmp/tests/037.phpt + ext/gmp/tests/038.phpt + ext/gmp/tests/039.phpt + ext/gmp/tests/040.phpt: + add missing skipif sections + + * (PHP_4_4) + ext/standard/basic_functions.c + ext/standard/php_var.h: + MFH: improve variable name checks (by popular demands..) + +2007-05-27 Jani Taskinen + + * (PHP_4_4) + NEWS + NEWS: + fix news + + * (PHP_5_2) + NEWS + ext/standard/md5.c + ext/standard/sha1.c: + - Fixed bug #41511 (Compile failure under IRIX 6.5.30 building md5.c) + +2007-05-27 Antony Dovgal + + * (PHP_5_2) + ext/standard/tests/file/filetype_variation.phpt: + check for required func + + * (PHP_5_2) + ext/standard/tests/general_functions/intval.phpt: + fix test + 2007-05-26 Sara Golemon * ext/hash/hash.c: -- 2.40.0