From: Date: Wed, 22 Jan 2003 01:33:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP_5_0_dev_before_13561_fix~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4d46ac352660164921a1f747205c5a938684282;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 56d1f867d4..48343b3b36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,99 @@ +2003-01-21 Moriyoshi Koizumi + + * ext/mbstring/php_mbregex.c: + Oops! wrong patch. Reverted. + + * ext/mbstring/php_mbregex.c: + Fixed mb_ereg_replace() bug (the function has ignored the default option) + + * tests/lang/bug21800.phpt: + Added test case for bug #21800 + + * ext/mbstring/php_mbregex.c: + Fixed mb_ereg_search() segfault that occurs when the function is called + before a string to be searched is passed by mb_ereg_search_init() + +2003-01-21 Andrey Hristov + + * ext/sysvshm/sysvshm.c: + increasing readability. + +2003-01-21 Ilia Alshanetsky + + * ext/odbc/birdstep.c: + getParameters -> zend_get_parameters_ex. + + * ext/fbsql/php_fbsql.c + ext/mbstring/mbstring.c + ext/standard/array.c + ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/string.c + sapi/apache/php_apache.c + sapi/apache_hooks/php_apache.c: + ARG_COUNT(ht) -> ZEND_NUM_ARGS(). + +2003-01-21 Stig Bakken + + * pear/PEAR.php + pear/package-PEAR.xml: + - PEAR_Error now supports exceptions when using Zend Engine 2. Set the + error mode to PEAR_ERROR_EXCEPTION to make PEAR_Error throw itself + as an exception (invoke PEAR errors with raiseError() or throwError() + just like before). + +2003-01-21 Sascha Schumann + + * (PHP_4) + main/SAPI.h: + cvs server: warning: file `main/SAPI.h' seems to still contain conflict + indicators + + ..but it checks it in nevertheless. + + * main/SAPI.c + main/SAPI.h + sapi/apache/mod_php4.c: + add sapi_get_target_uid/_gid for obtaining information about the + non-privileged user the web server is running as. this is useful + for creating shared memory segments which need to be accessed by + the child processes/threads. + +2003-01-21 Jani Taskinen + + * (PHP_4_3) + sapi/apache2filter/config.m4: + MFH: Fixed bug: #21698, httpd.conf not modified with "make install" + + * sapi/apache2filter/config.m4: + Fixed bug: #21698, httpd.conf not modified with "make install" + + * ext/ircg/config.m4: + fix typo + + * (PHP_4_3) + ext/ircg/config.m4: + MFH: Fix bug: #21249, configure fails when searching for ircg-config script + + * ext/ircg/config.m4: + Fix bug: #21249, configure fails when searching for ircg-config script + +2003-01-21 Edin Kadribasic + + * sapi/embed/EXPERIMENTAL + sapi/embed/config.m4: + + Added missing warning about experimental nature of sapi/embed. + +2003-01-21 Pierre-Alain Joye + + * ext/gd/libgd/gd.c: + Remove the (c), in the future, can we add PHP Licence terms for the new + functions ? + + * ext/gd/libgd/gd.c: + Add credits to my functions (thx for the advice Wez&Ilia :) + 2003-01-20 Ilia Alshanetsky * ext/imap/php_imap.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index eafc190dbc..aad7d62011 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-01-21 Sterling Hughes + + * zend_objects_API.c: + fix by phanto to the cloning + 2003-01-19 Zeev Suraski * Zend.m4: