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

index 588cfcf77f90c1864dc0ddc9120cc44c7a9afa34..bb8edbe91d6735e715ca7fba3ea2bcee61aec2f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2008-05-28  Stanislav Malyshev  <stas@zend.com>
+
+    * ext/phar/phar.c:
+      MF5: Fix code path in phar_open_compiled_file() that tries
+      to open not-yet-loaded phar and fails on compressed files
+
+    * (PHP_5_3)
+      ext/phar/phar.c:
+      Fix code path in phar_open_compiled_file() that tries
+      to open not-yet-loaded phar and fails on compressed files
+
+2008-05-28  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/standard/streamsfuncs.c
+      ext/standard/tests/streams/stream_encoding.phpt:
+      - Added check for encoding optional parameter (avoiding the segfault in
+      filter.c: strlen(encoding))
+        If the parameter is not suplied, it will try to use the
+      UG(stream_enconding)
+
+    * ext/standard/file.c:
+      - Added zval separation (avoid crash when using fwrite($fp, $fp)).
+
+    * ZendEngine2/tests/access_modifiers_008.phpt
+      ZendEngine2/tests/access_modifiers_008.phpt
+      ZendEngine2/tests/access_modifiers_009.phpt
+      ZendEngine2/tests/access_modifiers_009.phpt:
+      - Added XFAIL section in tests to issue under discussion
+
 2008-05-27  Felipe Pena  <felipensp@gmail.com>
 
     * run-tests.php:
index 3afb1d0a2f952a544197f0ed136fc5a48aa327e3..2d9cd0ae38e86415ee1cdf252c3dd0a4802ab0ad 100644 (file)
@@ -1,3 +1,11 @@
+2008-05-28  Felipe Pena  <felipensp@gmail.com>
+
+    * tests/access_modifiers_008.phpt
+      tests/access_modifiers_008.phpt
+      tests/access_modifiers_009.phpt
+      tests/access_modifiers_009.phpt:
+      - Added XFAIL section in tests to issue under discussion
+
 2008-05-27  Matt Wilmas  <php_lists@realplain.com>
 
     * (PHP_5_3)