changelog Sun Feb 1 20:32:10 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1525&r2=1.1526&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1525 php-src/ChangeLog:1.1526
--- php-src/ChangeLog:1.1525 Sat Jan 31 20:32:23 2004
+++ php-src/ChangeLog Sun Feb 1 20:32:08 2004
@@ -1,3 +1,52 @@
+2004-02-01 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/pcre/php_pcre.c:
+ MFH(r-1.153): POSIX / ISO compliancy.
+
+2004-02-01 Ard Biesheuvel <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/pcre/php_pcre.c:
+ ZTS fix.
+
+2004-02-01 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* pear/PEAR/Command/Package.php: