From: Date: Fri, 31 Jan 2003 01:33:19 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~1355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e95db3769d212da579c4bce7ee92a11631fb3e3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 23a731abc9..4a73546357 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2003-01-30 Ilia Alshanetsky + + * ext/session/session.c: + Fix compiler warning. + +2003-01-30 Marcus Boerger + + * ext/dba/config.m4: + Revert this part, the new one adds more problems than it solves. + +2003-01-30 Sascha Schumann + + * (PHP_4_3) + main/streams.c + main/streams.c: + Partial MFH: Fix sticky eof issue, and avoid calling system stat macro + + * main/streams.c: + Fix sticky EOF problem + + Sometimes streams signal a temporary EOF, because all current data + has been consumed. But that does not preclude the possibility that + more data will become available later. + + Thus we must not treat eof in the read path as final. + + Now, "tail -f" like scripts work again. + +2003-01-30 Sara Golemon + + * ext/standard/string.c: + Unify str_replace and str_ireplace using INTERNAL_FUNCTION_PARAM_PASSTHRU + -- reduce codebase/maintenance complexity + +2003-01-30 Jani Taskinen + + * ext/informix/ifx.ec: + fix bug: #21945 (zts build failed) + +2003-01-30 Marcus Boerger + + * (PHP_4_3) + ext/dba/config.m4: + MFH: Allow to link against chosen modules correctly + + * ext/dba/config.m4: + Allow to link against chosen modules correctly + +2003-01-30 Sara Golemon + + * ext/standard/basic_functions.c + ext/standard/php_string.h + ext/standard/string.c: + Feature Request # 5919 - Addition of str_ireplace() + Also removed deprecated BM str replace menthod + Also rewrote php_str_to_str to use more processor/memory efficient method + (ilia) + +2003-01-30 Ilia Alshanetsky + + * ext/dbx/dbx.c + ext/fbsql/php_fbsql.c + ext/imap/php_imap.c + ext/mcal/php_mcal.c + ext/msql/php_msql.c + ext/mssql/php_mssql.c + ext/mysql/php_mysql.c + ext/sybase/php_sybase_db.c + ext/sybase_ct/php_sybase_ct.c: + Removed pointless checks. + 2003-01-29 Stig Bakken * pear/PEAR/Installer.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b276dce555..520d4e39ce 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2003-01-30 Ilia Alshanetsky + + * zend_operators.c: + Fixed compiler warning regarding signed/unsigned int comparisons. + +2003-01-30 Harald Radi + + * zend_ts_hash.c + zend_ts_hash.h: + fix non-zts build for wez + +2003-01-30 Ilia Alshanetsky + + * zend_execute_API.c: + Fix ZTS build. + 2003-01-29 Stanislav Malyshev * zend_compile.h