From: Date: Thu, 29 Jun 2000 01:09:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_METHOD_CALL_SEPERATE_FIX_PATCH~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64293ba38fde01cdc62aff23d1146f6aff9afcb0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9b6459423a..de0536bcba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2000-06-28 Andrei Zmievski + + * TODO: Would be a useful thing to have. + + * ext/standard/array.c: Oops, didn't mean to commit that. + + * ext/standard/array.c + ext/pcre/php_pcre.c + ext/pcre/php_pcre.h: + - Added an optional parameter to preg_replace() that can be used to + specify how many replacements to make. + +2000-06-28 Zeev Suraski + + * sapi/apache/mod_php4.c: + I'm not sure whether this is necessary or not. Is it guarenteed that get_module_conf() + will always return a value? Even if there were no relevant directives at all? + +2000-06-28 Andi Gutmans + + * main/php_virtual_cwd.c: + - Fix problem with VIRTUAL_DIR and relative paths containing .. + +2000-06-28 Joey Smith + + * ext/pdf/pdf.c: Added note about creating PDF documents in memory. + This is not quite complete, due to a bug in pdflib 3.0. + 2000-06-27 Sascha Schumann * ext/session/session.c: Cosmetic name change