]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 2 Mar 2008 01:31:32 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sun, 2 Mar 2008 01:31:32 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 5492a5e152bc667b1de87be2be529cce12053183..2c0b49ba815f39cee44d0a506e6167d00dd3ff0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2008-03-01  Lukas Smith  <smith@pooteeweet.org>
+
+    * README.RELEASE_PROCESS:
+      typo fix (thx chris)
+
+    * README.RELEASE_PROCESS:
+      link primary tester URLs and tried to limit lines to 80 chars
+
+2008-03-01  Johannes Schlüter  <johannes@schlueters.de>
+
+    * sapi/cli/tests/016.phpt
+      sapi/cli/tests/016.phpt
+      sapi/cli/tests/017.phpt
+      sapi/cli/tests/017.phpt:
+      
+      - New tests
+
+    * (PHP_5_3)
+      ZendEngine2/zend_compile.c
+      ZendEngine2/tests/022.phpt:
+      MFH: Allow implementation of abstract methods with optional parameters
+      (Christian
+        Schneider)
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/tests/022.phpt
+      ZendEngine2/tests/022.phpt:
+      - Allow implementation of abstract methods with optional parameters
+      (Christian
+        Schneider)
+
 2008-02-29  Etienne Kneuss  <php@colder.ch>
 
     * (PHP_5_3)
index 7449e7b29f1e556d7f12c62f8cb671d502f65338..dd07c83ca843dd91034b691972b3355b13ef7072 100644 (file)
@@ -1,3 +1,19 @@
+2008-03-01  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_3)
+      zend_compile.c
+      tests/022.phpt:
+      MFH: Allow implementation of abstract methods with optional parameters
+      (Christian
+        Schneider)
+
+    * zend_compile.c
+      tests/022.phpt
+      tests/022.phpt:
+      - Allow implementation of abstract methods with optional parameters
+      (Christian
+        Schneider)
+
 2008-02-28  Felipe Pena  <felipensp@gmail.com>
 
     * zend_execute.c