changelog               Sun Aug  7 01:35:15 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2065&r2=1.2066&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2065 php-src/ChangeLog:1.2066
--- php-src/ChangeLog:1.2065    Sat Aug  6 01:37:30 2005
+++ php-src/ChangeLog   Sun Aug  7 01:35:13 2005
@@ -1,3 +1,59 @@
+2005-08-06  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      Mention new library bundle on windows
+
+2005-08-06  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      BFN
+
+2005-08-06  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * ext/gd/config.w32:
+      Only link zlib if we dont compile it in (#3406)
+
+    * ext/zlib/php_zlib.def:
+      Add missing export
+
+2005-08-06  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * ext/mysqli/mysqli_nonapi.c:
+      add a comment
+
+    * (PHP_5_0)
+      ext/mysqli/mysqli_nonapi.c:
+      - fix int-long issue on 64bit (MFH)
+      - add data checking (MFH)
+      - add a comment
+
+    * ext/mysqli/mysqli_nonapi.c:
+      add error checking
+
+    * ext/mysqli/mysqli_nonapi.c:
+      fix problem on 64 bit - when asking for "l" supply long not int because
+      on 64 bit they differ and zend_parse_parameters makes a *(long*) cast
+      which means that if the variable is int 4 bytes of the variable(s)
+      declared before it (on the stack) will be overwritten. In this case
+      this is the length of the query -> made 0 and mysqli_query() returns
+      FALSE.
+
+2005-08-06  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * ext/sybase/php_sybase_db.c
+      ext/sybase_ct/php_sybase_ct.c:
+      Fix for #32531
+      No need to alias these functions on windows or if the mssql extension is
+      compiled. This change will allow the use of both extensions at the same
+      time.
+
+    * ext/ming/ming.c:
+      Cleanup to match the current cvs version of ming0.3beta
+
 2005-08-05  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * ext/odbc/php_odbc.c:
@@ -8235,7 +8291,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2065 2005/08/06 05:37:30 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2066 2005/08/07 05:35:13 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -11636,7 +11692,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2065 2005/08/06 05:37:30 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2066 2005/08/07 05:35:13 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -12117,7 +12173,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2065 2005/08/06 05:37:30 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2066 2005/08/07 05:35:13 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -13591,7 +13647,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2065 2005/08/06 05:37:30 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2066 2005/08/07 05:35:13 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to