From: Date: Mon, 2 Feb 2004 01:32:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0b4RC1~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59369e08abb0fc07f2457f05052a7b991e8b9754;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2a70190902..435f78d01b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2004-02-01 Moriyoshi Koizumi + + * (PHP_4_3) + ext/pcre/php_pcre.c: + MFH(r-1.153): POSIX / ISO compliancy. + +2004-02-01 Ard Biesheuvel + + * ext/interbase/ibase_blobs.c: + No explicit inline (fixes Win32 linkage issue) + + * ext/interbase/interbase.h: + Whoops line endings + + * ext/interbase/ibase_blobs.c + ext/interbase/ibase_events.c + ext/interbase/ibase_service.c + ext/interbase/interbase.c + ext/interbase/interbase.h + ext/interbase/php_interbase.h: + Remove extension internals from php_interbase.h + + * ext/interbase/config.m4 + ext/interbase/config.w32: + Test for Interbase version 6 API in 'configure' + + * ext/interbase/config.m4 + ext/interbase/config.w32 + ext/interbase/ibase_blobs.c + ext/interbase/ibase_events.c + ext/interbase/ibase_service.c + ext/interbase/interbase.c + ext/interbase/php_interbase.h: + Added backup/restore functions + Split interbase.c into several files + +2004-02-01 Sebastian Bergmann + + * ext/pcre/php_pcre.c: + ZTS fix. + +2004-02-01 Moriyoshi Koizumi + + * ext/pcre/tests/bug27103.phpt: + - Forgot to add test case. + + * ext/pcre/php_pcre.h: + - Binary compatibility stuff, for safety. + 2004-01-31 Greg Beaver * pear/PEAR/Command/Package.php: