changelog Wed Sep 29 20:41:10 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1760&r2=1.1761&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1760 php-src/ChangeLog:1.1761
--- php-src/ChangeLog:1.1760 Tue Sep 28 20:34:37 2004
+++ php-src/ChangeLog Wed Sep 29 20:41:05 2004
@@ -1,3 +1,80 @@
+2004-09-29 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_API.c:
+ - MFB (synch correctly not only for one problem)
+
+ * ZendEngine2/zend_API.c:
+ - Refix the fix
+
+2004-09-29 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/bench.php
+ ZendEngine2/tests/bench.php:
+ - Move bench.php to Zend/
+
+2004-09-29 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * main/php_scandir.c:
+ NetWare LibC don't have search.h
+
+ * main/php.h:
+ removed unwanted NEW_LIBC checks
+
+ * main/safe_mode.c:
+ NetWare don't have uid for a file so modified the php_checkuid to return 1
+ for NetWAre
+
+ * main/reentrancy.c:
+ removed unneccessary inclusion of headers for NetWare
+
+ * main/php_streams.h:
+ NETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checks
+
+ * main/main.c:
+ removed redundant NEW_LIBC checks for NETWARE
+
+ * ext/openssl/xp_ssl.c:
+ Included select.h for NetWare
+
+ * ext/standard/ftp_fopen_wrapper.c:
+ removed unwanted comments, NEW_LIBC checks and NetWare specific stat
+ structure population
+
+ * ext/standard/filestat.c:
+ removed redundant NEW_LIBC and CLIB_STAT_PATCH checks for NETWARE
+
+2004-09-29 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * tests/classes/iterators_001.phpt
+ tests/classes/iterators_002.phpt
+ tests/classes/iterators_003.phpt
+ tests/classes/iterators_004.phpt
+ tests/classes/iterators_005.phpt:
+ - Fix tests by removing erroneous check from --SKIPIF--
+
+ * tests/classes/array_access_001.phpt
+ tests/classes/array_access_002.phpt
+ tests/classes/array_access_003.phpt
+ tests/classes/array_access_004.phpt:
+ - Fix tests by removing corrupt --SKIPIF--
+
+ * tests/classes/array_access_008.phpt
+ tests/classes/destructor_and_exceptions.phpt:
+ - Add new tests
+
+2004-09-29 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * ext/standard/proc_open.c:
+ implemented proc_open for NETWARE
+
+2004-09-29 Sterling Hughes <[EMAIL PROTECTED]>
+
+ * configure.in
+ ext/standard/basic_functions.c
+ ext/standard/datetime.c
+ ext/standard/datetime.h:
+ Add strptime function.
+
2004-09-28 Marcus Boerger <[EMAIL PROTECTED]>
* ext/sysvmsg/sysvmsg.c:
@@ -10433,7 +10510,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1760 2004/09/29 00:34:37
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1761 2004/09/30 00:41:05
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>