changelog Fri Jul 8 01:38:37 2005 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2035&r2=1.2036&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2035 php-src/ChangeLog:1.2036
--- php-src/ChangeLog:1.2035 Thu Jul 7 01:39:05 2005
+++ php-src/ChangeLog Fri Jul 8 01:38:35 2005
@@ -1,3 +1,123 @@
+2005-07-07 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * acinclude.m4:
+ - Fixed stupid bug in PHP_INSTALL_HEADERS() macro: "foo bar" != foo bar
+ - ext/date/lib/timelib_config.h is also installed now
+
+2005-07-07 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * tests/classes/array_access_001.phpt
+ tests/classes/array_access_002.phpt:
+ Fixed bug #33512 (Add missing support for isset()/unset() overloading to
+ complement the property get/set methods). Now empty($obj[...]) works
+ proper but in addition it may call offsetGet() method.
+
+ * NEWS
+ ZendEngine2/zend.h
+ ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.h
+ ZendEngine2/zend_compile.c
+ ZendEngine2/zend_compile.h
+ ZendEngine2/zend_object_handlers.c
+ ZendEngine2/zend_objects.c
+ ZendEngine2/zend_reflection_api.c:
+ Fixed bug #33512 (Add missing support for isset()/unset() overloading to
+ complement the property get/set methods)
+
+2005-07-07 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_stream.c
+ ZendEngine2/zend_stream.c:
+ zend_stream_getc uses fread internally. NetWare LibC fread reads 4(Which
I
+ believe EOT) for EOF(^D) character. This happens when fread is asked to
+ read one and only character as is the case with cl interactive mode.
+ -- Kamesh
+
+2005-07-07 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * NEWS
+ ext/standard/string.c:
+ fix #33605 (substr_compare() crashes with negative offset & length)
+
+2005-07-07 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * NEWS
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_hash.c
+ ZendEngine2/zend_hash.h
+ ZendEngine2/tests/bug28072.phpt:
+ Fixed bug #28072 (static array with some constant keys will be
incorrectly
+ ordered).
+
+2005-07-07 Wez Furlong <[EMAIL PROTECTED]>
+
+ * run-tests.php:
+ sort redirected tests
+
+ * run-tests.php:
+ Fix 2 bugs:
+ - summary is only displayed if 2 or more tests were detected
+ - error out of a bogus test name is passed in
+
+2005-07-07 Rob Richards <[EMAIL PROTECTED]>
+
+ * ext/dom/element.c:
+ Allow NULL namespaceURI for getAttributeNodeNS
+
+2005-07-07 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * NEWS:
+ reorder. Also: Documentation belongs elsewhere :)
+
+2005-07-07 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ TSRM/tsrm_virtual_cwd.c:
+ 1)gwtcwd of NetWare LibC gives a cwd with a volume information.
+ So using getcwdpath which gives with volume information.
+ getcwdpath gives with directory seperator as \ which is against our
+ DEFAULT_SLASH of /.
+ So finding and replacing \ with /
+ 2)NetWare file path normalization code in virtual_file_ex.
+ -- Kamesh
+
+ * TSRM/tsrm_virtual_cwd.h:
+ Reverting the DEFAULT_SLASH to / as it breaks the FreeBSD derived
function
+ of NetWare LibC like glob.
+ -- Kamesh
+
+ * TSRM/tsrm_virtual_cwd.c:
+ gwtcwd of NetWare LibC gives a cwd with a volume information.
+ So using getcwdpath which gives with volume information.
+ getcwdpath gives with directory seperator as \ which is against our
+ DEFAULT_SLASH of /. So finding and replacing \ with /
+
+ -- Kamesh
+
+ * TSRM/tsrm_virtual_cwd.h:
+ COPY_WHEN_ABSOLUTE is not needed for NetWare.
+ -- Kamesh
+
+ * (PHP_5_0)
+ TSRM/tsrm_virtual_cwd.h:
+ COPY_WHEN_ABSOLUTE is not needed for NetWare.
+ NetWare can understand the file paths with volumnename with a colon,
+ starting with / or \\ as absolute paths.
+ -- Kamesh
+
+2005-07-07 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * NEWS
+ acinclude.m4
+ sapi/cgi/config9.m4
+ sapi/cli/config.m4:
+ Fixed support for shared extensions on AIX
+
+2005-07-07 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * ext/simplexml/simplexml.c:
+ Missing closing folding marker
+
2005-07-06 Edin Kadribasic <[EMAIL PROTECTED]>
* ext/zlib/php_zlib.def:
@@ -5964,7 +6084,7 @@
* (PHP_4_3)
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.2035 2005/07/07 05:39:05 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.2036 2005/07/08 05:38:35 changelog Exp $ tag
* (PHP_5_0)
ext/standard/url_scanner_ex.c:
@@ -9365,7 +9485,7 @@
ext/session/mod_mm.h
ext/session/mod_user.h
ext/session/php_session.h:
- - Missing $Id: ChangeLog,v 1.2035 2005/07/07 05:39:05 changelog Exp $
tags
+ - Missing $Id: ChangeLog,v 1.2036 2005/07/08 05:38:35 changelog Exp $
tags
* (PHP_4_3)
ext/session/session.c:
@@ -9846,7 +9966,7 @@
* (PHP_4_3)
Zend/zend_ini_scanner.l:
- Missing $Id: ChangeLog,v 1.2035 2005/07/07 05:39:05 changelog Exp $ tag
+ ws fix
+ Missing $Id: ChangeLog,v 1.2036 2005/07/08 05:38:35 changelog Exp $ tag
+ ws fix
* ZendEngine2/zend_ini_scanner.l
ZendEngine2/zend_ini_scanner.l:
@@ -11320,7 +11440,7 @@
ext/standard/url_scanner_ex.c
ext/standard/url_scanner_ex.h
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.2035 2005/07/07 05:39:05 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.2036 2005/07/08 05:38:35 changelog Exp $ tag
* ext/standard/credits_ext.h
ext/standard/credits_sapi.h: