diff options
author | <changelog@php.net> | 2001-01-23 02:09:14 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-01-23 02:09:14 +0000 |
commit | 3ffba3d0336c47db10f11bf148dda598dfddc0a0 (patch) | |
tree | e2f90019d28989127e5a6dc5f3494e755a34afbb | |
parent | 55f7053c0056f15622a39e5e6f50ddae027492ce (diff) | |
download | php-git-3ffba3d0336c47db10f11bf148dda598dfddc0a0.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,49 @@ +2001-01-22 Andrei Zmievski <andrei@ispi.net> + + * ext/pcre/php_pcre.c: + If we can't call custom replacement function, don't change the subject + string. + + * ext/standard/string.c: + - Improved str_replace() to accept an array for any parameter - similar + to preg_replace(). + + * ext/pcre/php_pcre.c: Don't need to check for out-of-memory condition. + + * ext/pcre/php_pcre.c + ext/pcre/php_pcre.h: Z-ify the source. + +2001-01-22 Daniel Beulshausen <daniel@php4win.de> + + * ext/mssql/mssql.dsp + php.ini-dist + php.ini-optimized: + rename php_mssql70.dll to php_mssql.dll, as we have only one mssql extension + +2001-01-22 Andrei Zmievski <andrei@ispi.net> + + * ext/standard/array.c: + - Fixed extract() to properly prefix numeric keys when EXTR_PREFIX_ALL is + used. + - Added EXTR_PREFIX_INVALID flag to extract() to automatically prefix + string keys that do not constitute valid variable names. + +2001-01-22 Rasmus Lerdorf <rasmus@php.net> + + * sapi/apache/mod_php4.c: Kill warning + +2001-01-22 Zeev Suraski <zeev@zend.com> + + * sapi/apache/mod_php4.c: + Sigh. Even less sleep than I thought :) Really fix it this time. + + * sapi/apache/mod_php4.c: + Too much work, not enough sleep... Fix hash lookup + + * NEWS: Update and pastify NEWS + + * sapi/apache/mod_php4.c: Don't overwrite PATH_TRANSLATED if it exists + 2001-01-21 Rasmus Lerdorf <rasmus@php.net> * NEWS: This probably should have a NEWS entry |