]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 20 Jun 2005 05:36:33 +0000 (05:36 +0000)
committer <changelog@php.net> <>
Mon, 20 Jun 2005 05:36:33 +0000 (05:36 +0000)
ChangeLog
Zend/ChangeLog

index d4e29d05cc0f81e22cbac7cb773883789d04ed62..08c171688743e7d8f60e1740ed05c8565c9600ee 100644 (file)
--- 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:
index 79c84bf5765c9a3e7722d68c1a7544c3b76bab1d..aa837b452a48dd279619e01d82ebd5f363bcdb38 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-19  Derick Rethans  <php@derickrethans.nl>
+
+    * tests/bug32226.phpt:
+      - Fixed layout of test description.
+
 2005-06-17  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * tests/bug29368.phpt