changelog               Wed May  6 01:32:44 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3394&r2=1.3395&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3394 php-src/ChangeLog:1.3395
--- php-src/ChangeLog:1.3394    Tue May  5 01:32:44 2009
+++ php-src/ChangeLog   Wed May  6 01:32:43 2009
@@ -1,3 +1,151 @@
+2009-05-05  Felipe Pena  <felipe...@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.slatt...@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....@gmail.com>
+
+    * (PHP_5_2)
+      ext/imap/config.w32:
+      - fix conf
+
+2009-05-05  Ilia Alshanetsky  <i...@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  <p...@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.taski...@sci.fi>
+
+    * ext/imap/config.w32:
+      - Maybe this is enough on windows..
+
+2009-05-05  Matt Wilmas  <php_li...@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.taski...@sci.fi>
+
+    * ext/imap/php_imap.c:
+      ws fix + missing folding tags
+
+2009-05-05  Greg Beaver  <g...@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_li...@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.taski...@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_li...@realplain.com>
+
+    * (PHP_5_3)
+      NEWS:
+      Changed wording
+
+2009-05-05  Jani Taskinen  <jani.taski...@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....@gmail.com>
 
     * (PHP_5_3)
@@ -38495,7 +38643,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3394 2009/05/05 01:32:44 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3395 2009/05/06 01:32:43 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to