changelog               Tue Apr 19 20:42:49 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1958&r2=1.1959&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1958 php-src/ChangeLog:1.1959
--- php-src/ChangeLog:1.1958    Mon Apr 18 20:34:56 2005
+++ php-src/ChangeLog   Tue Apr 19 20:42:46 2005
@@ -1,3 +1,106 @@
+2005-04-19  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS:
+      reorder
+
+2005-04-19  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_reflection_api.c:
+      - Add ReflectionProperty::getDocComment()
+
+2005-04-19  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/openssl/openssl.c:
+      - Never use Z_TYPE* macros on non-zvals.
+
+2005-04-19  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS:
+      FN
+
+    * main/main.c:
+      add INT_MAX and INT_SIZE constants.
+
+    * ext/mysqli/tests/033.phpt:
+      MFB
+
+    * (PHP_5_0)
+      ext/mysqli/tests/033.phpt:
+      fix test to be able to run not only over Unix socket but also over TCP/IP
+      and not only connected to localhost.
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * ext/mysqli/tests/bug32405.phpt
+      ext/mysqli/tests/bug32405.phpt:
+      
+      add a test case for Bug #32405 (the previous commit incorporated a fix
+      for it).
+
+    * ext/mysqli/mysqli_api.c:
+      - nail down another 64bit problem. this will fix about 14 failing tests
+        on amd64 (probably other 64 bit arch).
+      - use ulong for this boolean variable, as it was before
+      - throw an warning if offset passed to mysqli_stmt_data_seek is negative
+
+    * ext/mysqli/mysqli_api.c
+      ext/mysqli/tests/014.phpt:
+      - fixing all "long" into "int" fetching problems (cause memory corruption
+        on 64 bit)
+      - nail down a problem because of the new MYSQL_TYPE_NEWDECIMAL introduced
+        in MySQL 5.0+
+      - Add more info to the autocommit test
+
+2005-04-19  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_exceptions.c
+      sapi/apache/sapi_apache.c
+      sapi/apache_hooks/mod_php5.c
+      sapi/apache_hooks/sapi_apache.c:
+      No c++ comments in C code
+
+    * ext/sqlite/pdo_sqlite2.c:
+      - This is not C++ code
+
+2005-04-19  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/com_dotnet/com_com.c
+      ext/com_dotnet/com_handlers.c
+      ext/com_dotnet/com_typeinfo.c
+      ext/com_dotnet/php_com_dotnet_internal.h:
+      merge from branch: fixes for #32758 and #32759
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * (PHP_5_0)
+      ext/com_dotnet/com_com.c
+      ext/com_dotnet/com_handlers.c
+      ext/com_dotnet/com_typeinfo.c
+      ext/com_dotnet/php_com_dotnet_internal.h:
+      - Fix #32758 Cannot access safearray properties
+      - Fix #32759 incorrect determination of default value
+
+2005-04-19  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS
+      ext/sqlite/sqlite.c:
+      MFH: Fixed bug #32753 (Undefined constant SQLITE_NOTADB).
+
+    * ext/sqlite/sqlite.c:
+      Fixed bug #32753 (Undefined constant SQLITE_NOTADB).
+
 2005-04-18  Rob Richards  <[EMAIL PROTECTED]>
 
     * (PHP_5_0)
@@ -514,7 +617,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.1958 2005/04/19 00:34:56 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.1959 2005/04/20 00:42:46 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -3915,7 +4018,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.1958 2005/04/19 00:34:56 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.1959 2005/04/20 00:42:46 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -4396,7 +4499,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.1958 2005/04/19 00:34:56 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.1959 2005/04/20 00:42:46 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -5870,7 +5973,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.1958 2005/04/19 00:34:56 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.1959 2005/04/20 00:42:46 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to