changelog               Mon May  9 20:34:02 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1978&r2=1.1979&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1978 php-src/ChangeLog:1.1979
--- php-src/ChangeLog:1.1978    Sun May  8 20:36:19 2005
+++ php-src/ChangeLog   Mon May  9 20:34:01 2005
@@ -1,3 +1,68 @@
+2005-05-09  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/mysqli_api.c:
+      after throwing an warning bail out
+
+    * ext/mysqli/mysqli.c:
+      mysqli won't compile with Zend2 API before 2001 - in these days there was
+      no Zend2
+
+    * ext/mysqli/mysqli_api.c:
+      MFB
+
+    * (PHP_5_0)
+      ext/mysqli/mysqli_api.c:
+      warn the user if he wants to prepare before fetching all previous data
+      (in case mysqli_stmt_store_result() wasn't called or not enough calls
+      to mysqli_stmt_fetch()).
+
+2005-05-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/tests/connect.inc:
+      - We skip tests when the extension is not loaded..in the php.ini
+
+    * ext/mysqli/tests/skipif.inc:
+      revert pointless patch
+
+2005-05-09  Georg Richter  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      ext/mysql/libmysql/config-win.h:
+      fix for bug #32116 (mysql compressed connection doesn't work under win)
+
+2005-05-09  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/tests/connect.inc
+      ext/mysqli/tests/skipif.inc:
+      also test shared builds
+
+2005-05-09  Zeev Suraski  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      ext/sqlite/libsqlite/src/sqlite.w32.h:
+      Fix build
+
+2005-05-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      ext/posix/config.m4
+      ext/posix/config.m4
+      ext/posix/php_posix.h
+      ext/posix/php_posix.h
+      ext/posix/posix.c
+      ext/posix/posix.c:
+      MFH: - getlogin() / getgroups() are not necessarily available everywhere
+
+    * ext/posix/config.m4
+      ext/posix/php_posix.h
+      ext/posix/posix.c:
+      - getlogin() / getgroups() are not necessarily available everywhere
+
+    * (PHP_4_3)
+      ext/standard/basic_functions.c:
+      Remove dos crap
+
 2005-05-08  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * (PHP_4_3)
@@ -1966,7 +2031,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.1978 2005/05/09 00:36:19 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.1979 2005/05/10 00:34:01 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -5367,7 +5432,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.1978 2005/05/09 00:36:19 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.1979 2005/05/10 00:34:01 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -5848,7 +5913,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.1978 2005/05/09 00:36:19 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.1979 2005/05/10 00:34:01 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -7322,7 +7387,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.1978 2005/05/09 00:36:19 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.1979 2005/05/10 00:34:01 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to