+2008-09-30 Rob Richards <rrichards@ctindustries.net>
+
+ * sapi/cli/tests/002-win32.phpt:
+ use getenv
+
+ * ext/openssl/openssl.c:
+ initialize keyresource
+
+2008-09-30 Greg Beaver <greg@chiaraquartet.net>
+
+ * ext/phar/tests/files/blog.phar
+ ext/phar/tests/files/blog.phar
+ ext/phar/tests/files/blog.phar.inc
+ ext/phar/tests/files/blog.phar.inc:
+ fix test (thanks Tony)
+
+2008-09-30 Rob Richards <rrichards@ctindustries.net>
+
+ * (PHP_5_3)
+ run-tests.php:
+ MFH: Windows requires SystemRoot env var to run tests
+
+ * run-tests.php:
+ Windows requires SystemRoot env var to run tests
+
+2008-09-30 Scott MacVicar <scott@macvicar.net>
+
+ * (PHP_5_3)
+ ext/sqlite3/sqlite3.c
+ ext/sqlite3/tests/sqlite3_23_escape_string.phpt:
+ MFH: SQLite3::escapeString can be static as it doesn't rely on an instance
+ of SQLite
+
+ * ext/sqlite3/sqlite3.c
+ ext/sqlite3/tests/sqlite3_23_escape_string.phpt:
+ SQLite3::escapeString can be static as it doesn't rely on an instance of
+ SQLite
+
+2008-09-30 Greg Beaver <greg@chiaraquartet.net>
+
+ * (PHP_5_3)
+ NEWS:
+ note fix to Bug #46194 SIGSEGV when requested file is not found
+
+ * ext/phar/phar.c:
+ MFB: fix Bug #46194: SIGSEGV when requested file is not found
+
+ * (PHP_5_3)
+ ext/phar/phar.c:
+ fix Bug #46194: SIGSEGV when requested file is not found
+
2008-09-29 Etienne Kneuss <php@colder.ch>
* (PHP_5_3)