]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 1 Oct 2008 01:31:50 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Wed, 1 Oct 2008 01:31:50 +0000 (01:31 +0000)
ChangeLog

index dbbf40617d3b899e44917d4dff04aea7694cb1a7..debe6743b6488fcc4b97768c9f81d248770e7528 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+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)