From 4862f5645f5ad82bad8b4fb4ffb6ac95dee7fd9d Mon Sep 17 00:00:00 2001 From: Date: Tue, 24 Apr 2007 01:31:13 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 116 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 6 +++ 2 files changed, 122 insertions(+) diff --git a/ChangeLog b/ChangeLog index f5902a0a86..73381ed478 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,119 @@ +2007-04-23 Hannes Magnusson + + * sapi/cli/php_cli.c: + Add the ability to display the core ini entries via "php --ri core" + +2007-04-23 Johannes Schlüter + + * run-tests.php: + - Keep unicode.semantcis for SKIPIF + + * (PHP_5_2) + sapi/cli/php.1.in: + - MFH: Add my name (sync to CREDITS file) + + * sapi/cli/php.1.in: + - Add my name (sync to CREDITS file) + +2007-04-23 Marcus Boerger + + * sapi/cli/php.1.in + sapi/cli/php_cli.c: + - Rephrase as suggested by Chris Jones + + * sapi/cli/php.1.in + sapi/cli/php_cli.c: + - Add 'php --ini' to CLI which returns the INI file/dir configuration + +2007-04-23 Hannes Magnusson + + * (PHP_5_2) + ext/standard/http_fopen_wrapper.c: + MFH: Plug leak when trying to write via the http wrapper + + * ext/standard/http_fopen_wrapper.c: + Plug leak + +2007-04-23 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + + Bug fixing news + +2007-04-23 Scott MacVicar + + * (PHP_5_2) + ext/gd/libgd/gd.h + ext/gd/libgd/gdft.c: + MFH: Fixed bug #40130 (TTF usage doesn't work properly under Netware). + + * ext/gd/libgd/gd.h + ext/gd/libgd/gdft.c: + Fixed bug #40130 (TTF usage doesn't work properly under Netware) + +2007-04-23 Antony Dovgal + + * NEWS + ext/gmp/gmp.c + ext/gmp/php_gmp.h + ext/gmp/tests/039.phpt: + [DOC] add gmp_testbit() function + tests if the specified bit is set and returns false/true + + * (PHP_5_2) + ext/curl/interface.c: + MFH: add CURLOPT_FTP_CREATE_MISSING_DIRS + + * ext/curl/interface.c: + add CURLOPT_FTP_CREATE_MISSING_DIRS + +2007-04-23 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + Order by bug id + +2007-04-23 Antony Dovgal + + * run-tests.php: + there are definitely no problems found if all tests passed + + * sapi/cgi/getopt.c + sapi/cli/getopt.c: + fix long options + + * ext/json/json.c + ext/json/tests/002.phpt + ext/json/tests/bug41034.phpt + ext/json/tests/bug41067.phpt: + MFB fix for #41034 + add missing tests + +2007-04-23 Dmitry Stogov + + * ext/standard/var.c + ext/standard/var.c: + 64-bit support + + * ZendEngine2/zend_operators.c + ZendEngine2/zend_operators.c: + WIN64 support + +2007-04-23 Antony Dovgal + + * ext/pcre/php_pcre.c + ext/pcre/php_pcre.c: + fix folding + + * (PHP_5_2) + NEWS + ext/mysql/php_mysql.c + ext/mysql/php_mysql.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/mysqli_nonapi.c: + revert + 2007-04-22 Antony Dovgal * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d445ed0bf9..5ed2e14659 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2007-04-23 Dmitry Stogov + + * zend_operators.c + zend_operators.c: + WIN64 support + 2007-04-22 Antony Dovgal * (PHP_5_2) -- 2.50.1