summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2005-06-20 05:36:33 +0000
committer <changelog@php.net>2005-06-20 05:36:33 +0000
commit5bb7b8ed582264142d23b31d96d77a7122531a4e (patch)
treedf555ce9d3a420c2fce10719b1acda764e9d0632 /ChangeLog
parent04e687245e56246b5350d00c71cc933350eea051 (diff)
downloadphp-git-5bb7b8ed582264142d23b31d96d77a7122531a4e.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog57
1 files changed, 57 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4e29d05cc..08c1716887 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2005-06-19 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * tests/classes/array_access_011.phpt:
+ - Add new test
+
+2005-06-19 Derick Rethans <php@derickrethans.nl>
+
+ * genfiles
+ ext/standard/.cvsignore
+ ext/standard/Makefile.frag
+ ext/standard/config.m4
+ ext/standard/config.w32
+ ext/standard/datetime.c
+ ext/standard/parsedate.y
+ ext/standard/php_parsedate.h
+ ext/wddx/wddx.c
+ netware/BisonExtStandard.bat
+ netware/phplib.mak
+ win32/php5dll.dsp
+ win32/php5dllts.dsp:
+ - Added backward compability wrapper "php_parse_date()".
+ - Changed WDDX extension to use new date parsing code.
+ - Removed all remnants to the old parser.
+
+2005-06-19 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * tests/classes/array_access_010.phpt:
+ - Add new test
+
+2005-06-19 Derick Rethans <php@derickrethans.nl>
+
+ * ZendEngine2/tests/bug32226.phpt:
+ - Fixed layout of test description.
+
+2005-06-19 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * tests/classes/array_access_009.phpt:
+ - Drop doubled $
+
+ * tests/classes/array_access_009.phpt:
+ - Add new test
+
+ * tests/classes/array_access_003.phpt
+ tests/classes/array_access_005.phpt
+ tests/classes/array_access_008.phpt:
+ - Update tests to reflect current situation
+
+2005-06-19 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/standard/string.c:
+ make substr_count() 30% when counting instances of 1 byte long strings.
+
+2005-06-19 Derick Rethans <php@derickrethans.nl>
+
+ * NEWS:
+ - Add #20382 to the list, and expand testcase again.
+
2005-06-18 Jani Taskinen <jani.taskinen@sci.fi>
* NEWS: