changelog               Wed Dec 21 06:31:40 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2199&r2=1.2200&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2199 php-src/ChangeLog:1.2200
--- php-src/ChangeLog:1.2199    Tue Dec 20 06:31:44 2005
+++ php-src/ChangeLog   Wed Dec 21 06:31:39 2005
@@ -1,3 +1,138 @@
+2005-12-20  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      ZendEngine2/zend.h
+      ZendEngine2/zend_object_handlers.h
+      ZendEngine2/zend_types.h:
+      - MFH move zend_object_Value definition to zend_types.h
+
+    * ZendEngine2/zend.h
+      ZendEngine2/zend_object_handlers.h
+      ZendEngine2/zend_types.h:
+      - Move zend_object_value definition to zend_type.h
+
+    * ZendEngine2/zend_operators.h:
+      - Add Z_OBJVAL*() macros
+
+    * ext/pgsql/pgsql.c:
+      - MFB Get rid of warnings
+
+    * (PHP_5_1)
+      ext/pgsql/pgsql.c:
+      - Get rid of compiler warnings (both postgres an dphp use these defines)
+
+2005-12-20  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      NEWS:
+      - MFH: Fixed bug #35660 (AIX TZ variable format not understood, yields 
UTC
+        timezone).
+
+2005-12-20  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/tests/bug26077.phpt:
+      MFB: fix test decription
+
+    * (PHP_5_1)
+      ZendEngine2/tests/bug26077.phpt:
+      fix test description
+
+    * run-tests.php:
+      MFB: fix notice
+
+    * (PHP_5_1)
+      run-tests.php:
+      fix notice
+
+2005-12-20  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      NEWS:
+      - Fixed bug #35699 (date() can't handle leap years before 1970).
+
+2005-12-20  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      NEWS:
+       Updated libsqlite in ext/pdo_sqlite to 3.2.8.
+
+    * ext/sqlite/libsqlite/VERSION
+      ext/sqlite/libsqlite/src/os.c
+      ext/sqlite/libsqlite/src/pager.c
+      ext/sqlite/libsqlite/src/sqlite.w32.h
+      ext/sqlite/libsqlite/src/sqliteInt.h
+      ext/sqlite/libsqlite/src/util.c
+      ext/sqlite/tests/blankdb.inc
+      ext/sqlite/tests/blankdb_oo.inc:
+      MFB51:
+      Updated libsqlite in ext/sqlite to 2.8.17.
+      Use in-memory database for tests.
+
+    * (PHP_5_1)
+      NEWS
+      ext/sqlite/libsqlite/VERSION
+      ext/sqlite/libsqlite/src/os.c
+      ext/sqlite/libsqlite/src/pager.c
+      ext/sqlite/libsqlite/src/sqlite.w32.h
+      ext/sqlite/libsqlite/src/sqliteInt.h
+      ext/sqlite/libsqlite/src/util.c
+      ext/sqlite/tests/blankdb.inc
+      ext/sqlite/tests/blankdb_oo.inc:
+      Updated libsqlite in ext/sqlite to 2.8.17.
+      Use in-memory database for tests.
+
+    * (PHP_4_4)
+      TSRM/tsrm_config_common.h
+      TSRM/tsrm_virtual_cwd.c
+      main/php.h:
+      MFH: Fixed bug #31347 (is_dir and is_file (incorrectly) return true for 
any
+      string greater then 255 characters).
+
+    * TSRM/tsrm_config_common.h
+      TSRM/tsrm_virtual_cwd.c
+      main/php.h:
+      MFB51: Fixed bug #31347 (is_dir and is_file (incorrectly) return true for
+      any
+      string greater then 255 characters).
+
+    * (PHP_5_1)
+      NEWS
+      main/php.h:
+      Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any
+      string greater then 255 characters).
+
+    * (PHP_5_1)
+      TSRM/tsrm_config_common.h
+      TSRM/tsrm_virtual_cwd.c:
+      Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any
+      string
+      greater then 255 characters).
+
+2005-12-20  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_execute_API.c:
+      MFB: fix leak appearing when __autoload() throws an exception
+
+    * (PHP_5_1)
+      ZendEngine2/zend_execute_API.c:
+      fix leak appearing when __autoload() throws an exception
+
+    * ext/standard/tests/file/bug35740.phpt:
+      MFB: add test for #35740
+
+    * ext/standard/tests/file/bug35740.phpt
+      ext/standard/tests/file/bug35740.phpt:
+      
+      file bug35740.phpt was initially added on branch PHP_5_1.
+
+    * main/streams/streams.c:
+      MFB: fix #35740 (memory leak when including a directory)
+
+    * (PHP_5_1)
+      NEWS
+      main/streams/streams.c:
+      fix #35740 (memory leak when including a directory)
+
 2005-12-19  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * (PHP_4_4)
@@ -19547,7 +19682,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2199 2005/12/20 06:31:44 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2200 2005/12/21 06:31:39 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -22948,7 +23083,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2199 2005/12/20 06:31:44 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2200 2005/12/21 06:31:39 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -23429,7 +23564,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2199 2005/12/20 06:31:44 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2200 2005/12/21 06:31:39 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -24903,7 +25038,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2199 2005/12/20 06:31:44 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2200 2005/12/21 06:31:39 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to