changelog Tue Apr 24 01:31:12 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2667&r2=1.2668&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2667 php-src/ChangeLog:1.2668 --- php-src/ChangeLog:1.2667 Mon Apr 23 01:31:00 2007 +++ php-src/ChangeLog Tue Apr 24 01:31:11 2007 @@ -1,3 +1,119 @@ +2007-04-23 Hannes Magnusson <[EMAIL PROTECTED]> + + * sapi/cli/php_cli.c: + Add the ability to display the core ini entries via "php --ri core" + +2007-04-23 Johannes Schlüter <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + + Bug fixing news + +2007-04-23 Scott MacVicar <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + Order by bug id + +2007-04-23 Antony Dovgal <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * (PHP_5_2)