From: Date: Thu, 30 Sep 2004 00:41:24 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=464ebb78438d35da7d32ae2e3d31e62015bed092;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a231b17b9e..e1c5996992 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,80 @@ +2004-09-29 Marcus Boerger + + * ZendEngine2/zend_API.c: + - MFB (synch correctly not only for one problem) + + * ZendEngine2/zend_API.c: + - Refix the fix + +2004-09-29 Andi Gutmans + + * ZendEngine2/bench.php + ZendEngine2/tests/bench.php: + - Move bench.php to Zend/ + +2004-09-29 Anantha Kesari H Y + + * 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 + + * 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 + + * ext/standard/proc_open.c: + implemented proc_open for NETWARE + +2004-09-29 Sterling Hughes + + * configure.in + ext/standard/basic_functions.c + ext/standard/datetime.c + ext/standard/datetime.h: + Add strptime function. + 2004-09-28 Marcus Boerger * ext/sysvmsg/sysvmsg.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f5030950c6..e252779794 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,17 @@ +2004-09-29 Marcus Boerger + + * zend_API.c: + - MFB (synch correctly not only for one problem) + + * zend_API.c: + - Refix the fix + +2004-09-29 Andi Gutmans + + * bench.php + tests/bench.php: + - Move bench.php to Zend/ + 2004-09-28 Marcus Boerger * zend_API.c