changelog Thu Jun 23 01:39:25 2005 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2021&r2=1.2022&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2021 php-src/ChangeLog:1.2022
--- php-src/ChangeLog:1.2021 Wed Jun 22 01:41:59 2005
+++ php-src/ChangeLog Thu Jun 23 01:39:23 2005
@@ -1,3 +1,158 @@
+2005-06-22 Rob Richards <[EMAIL PROTECTED]>
+
+ * NEWS:
+ BFN
+
+ * (PHP_5_0)
+ ext/dom/dom_ce.h
+ ext/dom/php_dom.c
+ ext/dom/xml_common.h:
+ MFH: Fix bug #33299 (php:function no longer handles returned dom objects)
+ - maybe fix #33431/33432
+
+ * (php_5_1_0b2)
+ ext/dom/dom_ce.h
+ ext/dom/php_dom.c
+ ext/dom/xml_common.h:
+ - Fix bug #33299 (php:function no longer handles returned dom objects)
+ - maybe fix #33431/33432
+
+2005-06-22 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * NEWS
+ ext/standard/file.c
+ ext/standard/tests/file/bug32160.phpt
+ ext/standard/tests/file/bug32160.txt:
+ Fixed bug #32160 (copying a file into itself leads to data loss).
+
+2005-06-22 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (php_5_1_0b2)
+ ext/dom/tests/dom003.phpt
+ tests/lang/bug32828.phpt
+ tests/lang/bug32828.phpt:
+ Debug backtrace was fixed
+
+ * NEWS
+ NEWS
+ ZendEngine2/zend_builtin_functions.c
+ ZendEngine2/zend_builtin_functions.c
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/tests/bug29896.phpt:
+ Fixed bug #29896 (Backtrace argument list out of sync)
+
+ * ZendEngine2/tests/bug29896.phpt
+ ZendEngine2/tests/bug29896.phpt:
+
+ file bug29896.phpt was initially added on branch PHP_5_0.
+
+2005-06-22 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (php_5_1_0b2)
+ ext/mysqli/tests/connect.inc:
+ Slightly more reliable current path detection.
+
+ * (php_5_1_0b2)
+ ext/mysqli/tests/skipif.inc:
+ Skip MySQLi tests if connection could not be established and not using
+ embeded db.
+
+2005-06-22 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (php_5_1_0b2)
+ ext/standard/tests/array/array_sum.phpt:
+ "64M should be enough for everyone." -- Jani, 2005 :)
+
+2005-06-22 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * (php_5_1_0b2)
+ ZendEngine2/zend_vm.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/zend_vm_gen.php:
+ export zend_vm_set_opcode_handler
+
+2005-06-22 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * NEWS
+ ZendEngine2/zend_ini.c:
+ - allow to use "yes" and "true" with ini_set() and in commandline
(through
+ -d flag)
+ - fix #15854 that was caused by wrong consideration that
+ zend_ini_boolean_displayer_cb()
+ always recieves converted to "0"/"1" values.
+
+2005-06-22 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ main/main.c:
+ removing the redundant NEW_LIBC checks
+
+ * (PHP_5_0)
+ main/fopen_wrappers.c:
+ NetWare LibC has sys/param.h
+
+2005-06-22 Georg Richter <[EMAIL PROTECTED]>
+
+ * (php_5_1_0b2)
+ ext/mysqli/tests/066.phpt:
+ added testcase for mysqli_warning class
+
+ * (php_5_1_0b2)
+ ext/mysqli/tests/067.phpt:
+ added testcase for cursors (nested selects)
+
+ * (php_5_1_0b2)
+ ext/mysqli/mysqli.c
+ ext/mysqli/mysqli_warning.c
+ ext/mysqli/php_mysqli.h:
+ changed/fixed mysqli_warning class
+ added prefetch support for cursors
+
+2005-06-22 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (php_5_1_0b2)
+ ext/iconv/tests/iconv_mime_encode.phpt
+ ext/iconv/tests/iconv_mime_encode.phpt:
+ Fixed bug in test file
+
+ * NEWS
+ NEWS
+ ZendEngine2/zend_compile.c
+ ZendEngine2/zend_compile.c
+ ZendEngine2/zend_compile.h
+ ZendEngine2/zend_compile.h
+ ZendEngine2/zend_execute.c
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/zend_vm_opcodes.h
+ ZendEngine2/tests/bug33257.phpt:
+ Fixed bug #33257 (array_splice() inconsistent when passed function
instead
+ of variable)
+
+ * ZendEngine2/tests/bug33257.phpt
+ ZendEngine2/tests/bug33257.phpt:
+
+ file bug33257.phpt was initially added on branch PHP_5_0.
+
+2005-06-22 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * NEWS:
+ BFN
+
+ * (php_5_1_0b2)
+ ext/odbc/config.m4:
+ - Fixed bug #33427 (ext/odbc: check if unixODBC header file exists)
+
+ * (php_5_1_0b2)
+ acinclude.m4:
+ - Never ever add /usr/lib as libpath, even if --with-libdir is used
+
+ * (php_5_1_0b2)
+ ZendEngine2/tests/unset_cv05.phpt
+ ZendEngine2/tests/unset_cv06.phpt:
+ fix tests
+
2005-06-21 Dmitry Stogov <[EMAIL PROTECTED]>
* ZendEngine2/tests/unset_cv07.phpt:
@@ -4883,7 +5038,7 @@
* (PHP_4_3)
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.2021 2005/06/22 05:41:59 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.2022 2005/06/23 05:39:23 changelog Exp $ tag
* (PHP_5_0)
ext/standard/url_scanner_ex.c:
@@ -8284,7 +8439,7 @@
ext/session/mod_mm.h
ext/session/mod_user.h
ext/session/php_session.h:
- - Missing $Id: ChangeLog,v 1.2021 2005/06/22 05:41:59 changelog Exp $
tags
+ - Missing $Id: ChangeLog,v 1.2022 2005/06/23 05:39:23 changelog Exp $
tags
* (PHP_4_3)
ext/session/session.c:
@@ -8765,7 +8920,7 @@
* (PHP_4_3)
Zend/zend_ini_scanner.l:
- Missing $Id: ChangeLog,v 1.2021 2005/06/22 05:41:59 changelog Exp $ tag
+ ws fix
+ Missing $Id: ChangeLog,v 1.2022 2005/06/23 05:39:23 changelog Exp $ tag
+ ws fix
* ZendEngine2/zend_ini_scanner.l
ZendEngine2/zend_ini_scanner.l:
@@ -10239,7 +10394,7 @@
ext/standard/url_scanner_ex.c
ext/standard/url_scanner_ex.h
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.2021 2005/06/22 05:41:59 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.2022 2005/06/23 05:39:23 changelog Exp $ tag
* ext/standard/credits_ext.h
ext/standard/credits_sapi.h: