changelog               Wed Dec 10 01:33:17 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3253&r2=1.3254&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3253 php-src/ChangeLog:1.3254
--- php-src/ChangeLog:1.3253    Tue Dec  9 01:32:45 2008
+++ php-src/ChangeLog   Wed Dec 10 01:33:15 2008
@@ -1,3 +1,235 @@
+2008-12-09  Arnaud Le Blanc  <[EMAIL PROTECTED]>
+
+    * tests/lang/bug45392.phpt:
+      fixed test
+
+2008-12-09  Nuno Lopes  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      main/php_compat.h:
+      update PCRE symbol list (sync with php 5.3). this should fix bug #46800
+
+2008-12-09  Johannes Schlüter  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/tests/bug46813.phpt:
+      MFH: Fix #46813 (class_exists doesn`t work with fully qualified 
namespace)
+
+    * ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/tests/bug46813.phpt
+      ZendEngine2/tests/bug46813.phpt:
+      Fix #46813 (class_exists doesn`t work with fully qualified namespace)
+
+2008-12-09  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_language_parser.y:
+      - fix EOL (which makes on bison 1.7 cry), nb: pls use unix EOL on mac
+
+    * (PHP_5_3)
+      ext/standard/info.c
+      ext/standard/winver.h:
+      - double declaration and comments cleanup
+
+    * (PHP_5_3)
+      ext/standard/info.c
+      ext/standard/winver.h:
+      - fix VC6 build
+
+2008-12-09  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS
+      ext/xmlrpc/libxmlrpc/xml_element.c
+      ext/xmlrpc/libxmlrpc/xmlrpc.c:
+      
+      MFH: Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable
+      error
+      when given bad data).
+
+    * ext/xmlrpc/libxmlrpc/xml_element.c
+      ext/xmlrpc/libxmlrpc/xmlrpc.c:
+      Comment out fprintf() use inside the library
+
+    * ext/curl/interface.c:
+      
+      MFB: Fixed missing initialization of uses when copying a curl handle
+
+    * (PHP_5_3)
+      ext/curl/interface.c:
+      Fixed missing initialization of uses when copying a curl handle
+
+2008-12-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      tests/lang/short_tags.001.phpt
+      tests/lang/short_tags.002.phpt
+      tests/lang/short_tags.003.phpt
+      tests/lang/short_tags.004.phpt:
+      MFH:- Better descriptions for these tests
+
+    * tests/lang/short_tags.001.phpt
+      tests/lang/short_tags.002.phpt
+      tests/lang/short_tags.003.phpt
+      tests/lang/short_tags.004.phpt:
+      - Better descriptions for these tests
+
+    * tests/lang/short_tags.002.phpt
+      tests/lang/short_tags.003.phpt:
+      - Fix tests (apparently whoever wrote this crap never tested these
+      properly)
+
+    * run-tests.php:
+      - Use version id instead of defined() since latter does not work with 
magic
+      constants
+
+    * tests/run-test/test005.phpt
+      tests/run-test/test008a.phpt:
+      - fix tests
+
+2008-12-09  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/file/tempnam_variation4.phpt
+      ext/standard/tests/file/tempnam_variation4.phpt:
+      fix test
+
+2008-12-09  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/date/config.w32:
+      - MFH: silent conversion warnings as it is not going to be "fixed" any 
time
+      soon, removing false positive alerts. noise--;
+
+    * ext/date/config.w32:
+      - silent conversion warnings as it is not going to be "fixed" any time
+      soon, removing false positive alerts. noise--;
+
+2008-12-09  Hannes Magnusson  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS
+      ext/session/session.c
+      ext/session/tests/001.phpt
+      ext/session/tests/005.phpt
+      ext/session/tests/006.phpt
+      ext/session/tests/007.phpt
+      ext/session/tests/012.phpt
+      ext/session/tests/019.phpt
+      ext/session/tests/session_is_registered_basic.phpt
+      ext/session/tests/session_is_registered_variation1.phpt
+      ext/session/tests/session_is_registered_variation2.phpt
+      ext/session/tests/session_is_registered_variation3.phpt
+      ext/session/tests/session_register_basic.phpt
+      ext/session/tests/session_register_variation1.phpt
+      ext/session/tests/session_register_variation2.phpt
+      ext/session/tests/session_register_variation3.phpt
+      ext/session/tests/session_register_variation4.phpt
+      ext/session/tests/session_unregister_basic.phpt
+      ext/session/tests/session_unregister_variation1.phpt
+      ext/session/tests/session_unregister_variation2.phpt
+      ext/session/tests/session_unregister_variation3.phpt:
+      Deprecate session_register(), session_unregister() and
+      session_is_registered() (removed in HEAD)
+
+2008-12-09  Zoe Slattery  <[EMAIL PROTECTED]>
+
+    * ext/imap/tests/imap_fetch_overview_variation2.phpt
+      ext/imap/tests/imap_fetch_overview_variation2.phpt
+      ext/imap/tests/imap_fetch_overview_variation2.phpt:
+      fix resource id
+
+2008-12-09  Hannes Magnusson  <[EMAIL PROTECTED]>
+
+    * ext/phar/tests/ini_set.phpt:
+      ini_set() should return false on failure, not return the orginal value
+      and pretend everything is fine.
+
+    * ext/standard/tests/general_functions/include_path.phpt:
+      MFB5.3: Fix test
+
+    * (PHP_5_3)
+      ext/standard/tests/general_functions/include_path.phpt:
+      Fix test.
+      You cannot set include_path as empty, and never could
+
+2008-12-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/standard/credits.c:
+      - cat, tail, lift :)
+
+    * (PHP_5_3)
+      NEWS:
+      style
+
+2008-12-09  Hannes Magnusson  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      main/main.c:
+      Whoops. Missing bit from the open_basedir tightening MFH
+
+    * NEWS:
+      Merged to 5.3
+
+    * ext/standard/tests/directory/open_basedir_001.phpt:
+      MFB: Add test for runtime tightening of open_basedir
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/tests/directory/open_basedir_001.phpt
+      ext/standard/tests/directory/open_basedir_001.phpt
+      main/fopen_wrappers.c
+      main/fopen_wrappers.h:
+      MFH: - Changed open_basedir to allow tightening in runtime contexts. 
(Sara)
+      - Add test
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+    * ZendEngine2/tests/bug46811.phpt
+      ZendEngine2/tests/bug46811.phpt:
+      
+      Fixed bug#46811 ini_set() doesn't return false on failure
+
+    * ZendEngine2/zend_ini.c
+      ZendEngine2/zend_ini.c
+      ZendEngine2/tests/bug46811.phpt:
+      Fixed bug#46811 ini_set() doesn't return false on failure
+
+2008-12-09  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/zip/Makefile.frag
+      ext/zip/config.m4:
+      - not used anymore
+
+2008-12-09  Hannes Magnusson  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      Merged to 5_3
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/dir.c:
+      MFH: - Changed opendir/dir/scandir to use default context when no context
+      argument is passed. (Sara)
+
+    * NEWS:
+      - Remove items that already done in earlier branches
+      - It doesnt hurt to say what new functions do
+
+2008-12-09  Scott MacVicar  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      tests/basic/bug46759.phpt:
+      MFB 5.3 Add test for the recent magic_quotes_gpc regression.
+
+    * tests/basic/bug46759.phpt
+      tests/basic/bug46759.phpt
+      tests/basic/bug46759.phpt:
+        1.1.4;
+      file bug46759.phpt was initially added on branch PHP_5_3.
+
 2008-12-08  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)
@@ -18896,7 +19128,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3253 2008/12/09 01:32:45 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3254 2008/12/10 01:33:15 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to