changelog Fri Jan 2 20:32:04 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1494 php-src/ChangeLog:1.1495
--- php-src/ChangeLog:1.1494 Thu Jan 1 20:31:53 2004
+++ php-src/ChangeLog Fri Jan 2 20:32:03 2004
@@ -1,3 +1,56 @@
+2004-01-02 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * sapi/cli/php_cli.c:
+ Disable output buffering in CLI overriding php.ini setting.
+ Fixes #26755.
+
+2004-01-02 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_default_classes.c:
+ Do not show exception message if it's empty.
+
+
+2004-01-02 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/oci8/oci8.c
+ ext/oci8/php_oci8.h:
+ ws + cs
+
+ * ext/oci8/oci8.c:
+ another ZTS fix
+
+2004-01-02 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * NEWS:
+ BFN
+
+ * ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.re:
+ Bugfix #26762 unserialize() produces lowercase classnames
+
+ * ext/standard/tests/serialize/bug26762.phpt:
+ Add new test
+
+2004-01-02 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * NEWS:
+ dotdotdot..
+
+ * ext/oci8/oci8.c:
+ fix ZTS build
+
+2004-01-02 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/file.c:
+ MFH: Fixed bug #26752 (Silent unterminated loop when length parameter for
+ fgets(), fread() and fgetss() is 0).
+
+ * ext/standard/file.c:
+ Fixed bug #26752 (Silent unterminated loop when length parameter for
+ fgets(), fread() and fgetss() is 0).
+
2004-01-01 Marcus Boerger <[EMAIL PROTECTED]>
* ext/recode/recode.c: