+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)