]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 29 Apr 2008 01:31:45 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Tue, 29 Apr 2008 01:31:45 +0000 (01:31 +0000)
ChangeLog

index a766f2e59a3d959549b76926dbbf2276ca84574c..e071790c450d62b697a48ce7b007095c094a543c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2008-04-28  Greg Beaver  <greg@chiaraquartet.net>
+
+    * main/streams/streams.c:
+      MFB: fix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex -
+      this breaks require/include for all extensions that intercept
+      zend_resolve_path
+
+    * (PHP_5_3)
+      main/streams/streams.c:
+      fix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex - this
+      breaks require/include for all extensions that intercept zend_resolve_path
+
+    * main/streams/streams.c:
+      MFB: Fixed potentially confusing error message on failure when no errors
+      are logged
+
+    * (PHP_5_3)
+      NEWS
+      main/streams/streams.c:
+      Fixed potentially confusing error message on failure when no errors are
+      logged
+
+2008-04-28  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_3)
+      ext/date/config.w32:
+      Fix windows build
+
+2008-04-28  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      ext/standard/tests/file/bug22414.phpt:
+      - Fix test even if safe_mode is forced to be "On" in the binary
+
+2008-04-28  Scott MacVicar  <scott@macvicar.net>
+
+    * TSRM/readdir.h:
+      The SDK 6.1 adds some new networking functions that cause build errors,
+      pick Windows 2000 as the minimum version we will build for.
+
 2008-04-27  Derick Rethans  <php@derickrethans.nl>
 
     * (PHP_5_3)