summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog97
-rw-r--r--Zend/ChangeLog15
2 files changed, 112 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c15906cb7f..b1c9fda2f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,100 @@
+2005-10-17 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_1)
+ configure.in
+ main/php_version.h:
+ Back to dev
+
+ * (PHP_5_1)
+ NEWS
+ configure.in
+ main/php_version.h:
+ 5.1.0RC3
+
+2005-10-17 Rolland Santimano <rollandsantimano@yahoo.com>
+
+ * ext/standard/string.c:
+ - Unicode impl of stripos()
+
+ * ext/standard/string.c:
+ - Unicode impl of strrpos()
+
+2005-10-17 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_4)
+ NEWS
+ NEWS
+ ext/pspell/pspell.c
+ ext/pspell/pspell.c:
+ MFH: Properly fixed bug #34456 (original patch completely reverted).
+
+ * ext/pspell/pspell.c:
+ Properly fixed bug #34456 (original patch completely reverted).
+
+2005-10-17 Derick Rethans <php@derickrethans.nl>
+
+ * ext/standard/var.c
+ ext/standard/tests/array/007.phpt
+ ext/standard/tests/array/array_intersect_1.phpt
+ ext/standard/tests/array/var_export.phpt
+ ext/standard/tests/array/var_export3.phpt:
+ - MF51: Fixed bug #29361 (var_export() producing invalid code).
+
+ * ext/standard/tests/array/var_export3.phpt
+ ext/standard/tests/array/var_export3.phpt:
+
+ file var_export3.phpt was initially added on branch PHP_5_1.
+
+ * (PHP_5_1)
+ NEWS
+ ext/standard/var.c
+ ext/standard/tests/array/007.phpt
+ ext/standard/tests/array/array_intersect_1.phpt
+ ext/standard/tests/array/var_export.phpt:
+ - Fixed bug #29361 (var_export() producing invalid code). (Derick)
+
+2005-10-17 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_1)
+ NEWS
+ ext/sqlite/sqlite.c:
+ MFH: Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case
+ is being used).
+
+ * ext/sqlite/sqlite.c:
+ Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case is
+ being used).
+
+2005-10-17 Dmitry Stogov <dmitry@zend.com>
+
+ * (PHP_5_1)
+ NEWS
+ ZendEngine2/zend_compile.c
+ ZendEngine2/zend_compile.c
+ ZendEngine2/zend_language_parser.y
+ ZendEngine2/zend_language_parser.y
+ ZendEngine2/tests/bug34873.phpt:
+ Fixed bug #34873 (Segmentation Fault on foreach in object)
+
+2005-10-17 Derick Rethans <php@derickrethans.nl>
+
+ * ZendEngine2/zend_compile.c
+ tests/lang/type_hints_002.phpt
+ tests/lang/type_hints_003.phpt:
+ - Make sure that typehints for classes can only accept "= NULL" as default
+ value.
+
+2005-10-17 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_4)
+ ext/curl/curl.c
+ ext/curl/interface.c
+ ext/curl/interface.c:
+ MFH: Further URL validations in safe_mode/open_basedir configs.
+
+ * ext/curl/interface.c:
+ Further URL validations in safe_mode/open_basedir configs.
+
2005-10-16 Jani Taskinen <jani.taskinen@sci.fi>
* Makefile.frag
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index eea623f0d4..5397b1ddb2 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,18 @@
+2005-10-17 Dmitry Stogov <dmitry@zend.com>
+
+ * zend_compile.c
+ zend_compile.c
+ zend_language_parser.y
+ zend_language_parser.y
+ tests/bug34873.phpt:
+ Fixed bug #34873 (Segmentation Fault on foreach in object)
+
+2005-10-17 Derick Rethans <php@derickrethans.nl>
+
+ * zend_compile.c:
+ - Make sure that typehints for classes can only accept "= NULL" as default
+ value.
+
2005-10-16 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_reflection_api.c: