changelog Tue Nov 2 20:38:29 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1793&r2=1.1794&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1793 php-src/ChangeLog:1.1794
--- php-src/ChangeLog:1.1793 Mon Nov 1 20:50:23 2004
+++ php-src/ChangeLog Tue Nov 2 20:38:27 2004
@@ -1,3 +1,48 @@
+2004-11-02 Andrey Hristov <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c
+ main/php.h:
+ make sleep() return it's return value when possible
+
+2004-11-02 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ Bug fixing news.
+
+ * (PHP_4_3)
+ NEWS
+ ext/gd/gd.c:
+ MFH: Fixed bug #30658 (Ensure that temporary files created by GD are
+ removed).
+
+ * ext/gd/gd.c:
+ MFB: Fixed bug #30658 (Ensure that temporary files created by GD are
+ removed).
+
+ * (PHP_5_0)
+ ext/gd/gd.c:
+ Fixed bug #30658 (Ensure that temporary files created by GD are removed).
+
+2004-11-02 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ZendEngine2/zend_API.c:
+ MFH: Patch by Joe Orton <[EMAIL PROTECTED]>.
+
+ * ZendEngine2/zend_API.c:
+ Patch by Joe Orton <[EMAIL PROTECTED]>.
+
+2004-11-02 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/standard/link.c
+ ext/standard/link.c:
+ MFH: Fixed open_basedir & safe_mode bypass inside readlink() function.
+
+ * ext/standard/link.c:
+ Fixed open_basedir & safe_mode bypass inside readlink() function.
+
2004-11-01 Marcus Boerger <[EMAIL PROTECTED]>
* ext/standard/array.c:
@@ -12124,7 +12169,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1793 2004/11/02 01:50:23
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1794 2004/11/03 01:38:27
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>