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

index 43cd4afabb1ecebd90353c6ce7fea360f2e025d0..cc77b8da584b9aa4f4ea94e0a2cd2edfd681fd44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2008-02-09  Johannes Schlüter  <johannes@schlueters.de>
+
+    * ext/ldap/ldap.c:
+      Fix build on Solaris
+
+2008-02-09  Marcus Boerger  <php@marcus-boerger.de>
+
+    * ZendEngine2/zend_API.c:
+      - Windows build fix
+
+2008-02-09  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/standard/file.c:
+      Fixed bugs:
+      - #42036 fgetc() sets end of the file flag when reading on write only file
+      - #42037 fgetc() retuns one char when fails to read on php6
+
+    * ext/standard/tests/strings/bug44075.phpt:
+      New test for strtok
+
 2008-02-08  Nuno Lopes  <nunoplopes@sapo.pt>
 
     * run-tests.php
index 4cc3963b0a102591bfc826350f00b903ddd0d5be..ab6ac3e8355527f7ebce1634a146489daa7f212c 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-09  Marcus Boerger  <php@marcus-boerger.de>
+
+    * zend_API.c:
+      - Windows build fix
+
 2008-02-07  Marcus Boerger  <php@marcus-boerger.de>
 
     * zend_API.c: