changelog               Wed Nov  2 01:43:18 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2151&r2=1.2152&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2151 php-src/ChangeLog:1.2152
--- php-src/ChangeLog:1.2151    Tue Nov  1 01:46:21 2005
+++ php-src/ChangeLog   Wed Nov  2 01:43:00 2005
@@ -1,3 +1,131 @@
+2005-11-01  Rob Richards  <[EMAIL PROTECTED]>
+
+    * ext/simplexml/simplexml.c
+      ext/simplexml/tests/025.phpt:
+      optimize sxe_add_registered_namespaces
+      add only first encountered prefixes to namespace arrays
+      update test
+
+2005-11-01  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * main/SAPI.c:
+      MFB51: Fixed minor memory leak triggered by: -dzlib.output_compression=1 
-m
+
+    * (PHP_5_1)
+      main/SAPI.c:
+      Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m
+
+2005-11-01  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/array/bug35014.phpt:
+      MFB: fixed test
+
+    * (PHP_5_1)
+      ext/standard/tests/array/bug35014.phpt:
+      - Fixed test. Some people might actually be using php.ini-dist which
+        has precision set to 12. (and this test results need 14)
+
+2005-11-01  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_compile.h:
+      - Get rid of several wanrings
+
+2005-11-01  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      ext/mssql/php_mssql.c
+      ext/mssql/php_mssql.c
+      ext/mssql/php_mssql.c:
+      MFH: Fix #35037. Selecting a uniqueidentifier would return unknown data
+      type when used with freetds.
+
+    * ext/mssql/php_mssql.c:
+      Fix #35037. Selecting a uniqueidentifier would return unknown data type
+      when used with freetds.
+
+2005-11-01  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      ext/gd/gd.c
+      ext/gd/gd_ctx.c
+      ext/gd/php_gd.h:
+      MFH: - Added missing safe-mode checks
+
+    * ext/gd/gd.c
+      ext/gd/gd_ctx.c
+      ext/gd/php_gd.h:
+      -** empty log message ***
+
+2005-11-01  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_API.c:
+      - Allow parameter parsing implementation raise an error early where more
+        information is available. And add ability to prevent double errors by
+        returning "".
+      - Implement parameter parsing C which checks for a class name, if the
+      value
+        on input is not NULL then the pointer must be the zend_class_entry of
+      the
+        required base class.
+
+2005-11-01  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * php.ini-recommended:
+      MFB51: nuke typo
+
+    * (PHP_5_1)
+      php.ini-recommended:
+      nuke typo
+
+    * (PHP_5_1)
+      ext/iconv/tests/skipif.inc
+      ext/xml/tests/bug32001.phpt:
+      MFH: Hiding bugs is not purpose of the regression tests.
+
+    * ext/iconv/tests/skipif.inc
+      ext/xml/tests/bug32001.phpt:
+      - Hiding bugs is not the purpose of the regression tests.
+
+2005-11-01  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_builtin_functions.h
+      ZendEngine2/zend_exceptions.c:
+      Add an additional field $frame['object'] to the result array of
+      debug_backtrace() that contains a reference to the respective object when
+      the frame was called from an object. This revised patch has been reviewed
+      by Dmitry and Zeev.
+
+2005-11-01  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/simplexml/tests/025.phpt:
+      - Test no namespace case, too
+
+    * ext/simplexml/simplexml.c
+      ext/simplexml/tests/025.phpt:
+      - Handle default namespaces
+
+    * main/snprintf.c:
+      - WS: Make function detection work in my editor
+
+2005-11-01  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/acinclude.m4:
+      Allow bison 2.1.
+
+    * NEWS
+      ZendEngine2/zend_builtin_functions.c:
+      Revert.
+
+2005-11-01  Brian France  <[EMAIL PROTECTED]>
+
+    * ext/ftp/config.m4:
+      MFB: Fixed phpize build (default PHP_OPENSSL to no if not set)
+
+    * (PHP_5_1)
+      ext/ftp/config.m4:
+      Fixed phpize build (default PHP_OPENSSL to no if not set)
+
 2005-10-31  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * (PHP_4_4)
@@ -15383,7 +15511,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2151 2005/11/01 06:46:21 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2152 2005/11/02 06:43:00 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -18784,7 +18912,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2151 2005/11/01 06:46:21 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2152 2005/11/02 06:43:00 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -19265,7 +19393,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2151 2005/11/01 06:46:21 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2152 2005/11/02 06:43:00 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -20739,7 +20867,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2151 2005/11/01 06:46:21 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2152 2005/11/02 06:43:00 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to