]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 6 May 2009 01:32:49 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Wed, 6 May 2009 01:32:49 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 147fe9b529cbc6f9154bcee81f83220d37c68069..af3ca35eddd363aaee4a02485deaf137942da6f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,151 @@
+2009-05-05  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      ext/imap/tests/imap_mutf7_to_utf8.phpt
+      ext/imap/tests/imap_utf8_to_mutf7_basic.phpt
+      ext/session/tests/001.phpt
+      ext/session/tests/003.phpt
+      ext/session/tests/004.phpt
+      ext/session/tests/005.phpt
+      ext/session/tests/006.phpt
+      ext/session/tests/007.phpt
+      ext/session/tests/008-php4.2.3.phpt
+      ext/session/tests/009.phpt
+      ext/session/tests/012.phpt
+      ext/session/tests/013.phpt
+      ext/session/tests/014.phpt
+      ext/session/tests/019.phpt
+      ext/standard/tests/general_functions/putenv_error1.phpt
+      ext/standard/tests/general_functions/putenv_error2.phpt
+      ext/standard/tests/misc/syslog_vars_variation1.phpt
+      ext/standard/tests/network/define_syslog_variables_variation.phpt:
+      - Fixed tests
+
+2009-05-05  Zoe Slattery  <zoe.slattery@googlemail.com>
+
+    * (PHP_5_3)
+      ZendEngine2/tests/unset_cv05.phpt
+      ZendEngine2/tests/unset_cv06.phpt
+      ext/filter/tests/bug39763.phpt:
+      Fixed tests - thanks mgdm
+
+2009-05-05  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_2)
+      ext/imap/config.w32:
+      - fix conf
+
+2009-05-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/date/php_date.c:
+      
+      MFB: Fixed compiler warning due to llabs() function
+
+    * (PHP_5_3)
+      ext/date/php_date.c:
+      Fixed compiler warning due to llabs() function
+
+2009-05-05  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_3)
+      ext/date/lib/parse_iso_intervals.c:
+      - Fixed bug #48149 (Cannot make interval parts larger than 9999) by
+        regenerating the parser.
+
+2009-05-05  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/imap/config.w32:
+      - Maybe this is enough on windows..
+
+2009-05-05  Matt Wilmas  <php_lists@realplain.com>
+
+    * ZendEngine2/zend_language_scanner.c
+      ZendEngine2/zend_language_scanner.c
+      ZendEngine2/zend_language_scanner_defs.h
+      ZendEngine2/zend_language_scanner_defs.h:
+      Regenerate
+
+2009-05-05  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/imap/php_imap.c:
+      ws fix + missing folding tags
+
+2009-05-05  Greg Beaver  <greg@chiaraquartet.net>
+
+    * ext/phar/phar_object.c:
+      MFB: remove precautionary #ifdef - the problem was fixed by moving the
+      efree inside the zend_try block
+
+    * (PHP_5_3)
+      ext/phar/phar_object.c:
+      remove precautionary #ifdef - the problem was fixed by moving the efree
+      inside the zend_try block
+
+2009-05-05  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_3)
+      NEWS
+      ZendEngine2/zend_highlight.c
+      ZendEngine2/zend_language_scanner.l
+      ext/standard/tests/strings/highlight_file.phpt:
+      MFH: Implemented manual scanning for strings/comments, plus misc. fixes
+
+    * ZendEngine2/zend_highlight.c
+      ZendEngine2/zend_language_scanner.l
+      ext/standard/tests/strings/highlight_file.phpt:
+      Implemented manual scanning for strings/comments, plus misc. fixes
+      For details, see http://news.php.net/php.internals/43808
+
+2009-05-05  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/imap/php_imap.c:
+      - Fix the patch
+
+    * ext/imap/config.m4
+      ext/imap/php_imap.c
+      ext/imap/php_imap.h:
+      - Fix build (modified utf7 stuff is rather new..)
+
+    * (PHP_5_3)
+      ext/imap/php_imap.c:
+      - sync with HEAD
+
+2009-05-05  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_3)
+      NEWS:
+      Changed wording
+
+2009-05-05  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      NEWS:
+      duh..
+
+    * (PHP_5_2)
+      NEWS
+      ext/curl/streams.c
+      ext/standard/http_fopen_wrapper.c:
+      MFH: - Fixed Bug #45092 header HTTP context option not being used
+      (--with-curlwrappers)
+
+    * (PHP_5_3)
+      ext/curl/streams.c
+      ext/standard/http_fopen_wrapper.c:
+      MFH: - Fixed Bug #45092header HTTP context option not being used
+      (--with-curlwrappers)
+
+    * ext/curl/streams.c
+      ext/standard/http_fopen_wrapper.c:
+      - Fixed bug #45092 (header HTTP context option not being used with
+      --with-curlwrappers)
+      [DOC] Synced regular and cURL http wrapper "header" option to accept
+      [DOC] either string or array.
+
+    * (PHP_5_3)
+      ext/standard/http_fopen_wrapper.c:
+      - Sync with HEAD
+
 2009-05-04  Kalle Sommer Nielsen  <kalle.php@gmail.com>
 
     * (PHP_5_3)
index 2e72ba2b3749be58e6a85aa56f1e4dd72d6ee477..87e9ddf7cb03e6d9d83281a0c4f16d21a519de65 100644 (file)
@@ -1,3 +1,28 @@
+2009-05-05  Zoe Slattery  <zoe.slattery@googlemail.com>
+
+    * (PHP_5_3)
+      tests/unset_cv05.phpt
+      tests/unset_cv06.phpt:
+      Fixed tests - thanks mgdm
+
+2009-05-05  Matt Wilmas  <php_lists@realplain.com>
+
+    * zend_language_scanner.c
+      zend_language_scanner.c
+      zend_language_scanner_defs.h
+      zend_language_scanner_defs.h:
+      Regenerate
+
+    * (PHP_5_3)
+      zend_highlight.c
+      zend_language_scanner.l:
+      MFH: Implemented manual scanning for strings/comments, plus misc. fixes
+
+    * zend_highlight.c
+      zend_language_scanner.l:
+      Implemented manual scanning for strings/comments, plus misc. fixes
+      For details, see http://news.php.net/php.internals/43808
+
 2009-05-01  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * zend_variables.h: