lwe             Thu Nov  8 19:54:19 2007 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  - ibase_query.c bugfixes
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.44&r2=1.2027.2.547.2.965.2.45&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.44 
php-src/NEWS:1.2027.2.547.2.965.2.45
--- php-src/NEWS:1.2027.2.547.2.965.2.44        Tue Nov  6 12:23:20 2007
+++ php-src/NEWS        Thu Nov  8 19:54:19 2007
@@ -62,6 +62,7 @@
   (Jani)
 - Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran)
 - Fixed bug #42509 (gmp leaks memory when gmp_init() not used). (Stas)
+- Fixed bug #42284 (duplicate of #39700). (Lars W)
 - Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
   characters). (Jani)
 - Fixed bug #41522 (PDO firebird driver returns null if it fails to connect). 
@@ -69,10 +70,17 @@
 - Fixed bug #39822 (new PDO() doesn't work with firebird). (Lars W)
 - Fixed bug #39700 (NUMERIC error when result precision are 7,8 or 12-14 ). 
   (Lars W)
+- Fixed bug #39397 (invalid statement handle in Unknown on line 0). (Lars W)
+- Fixed bug #39056 (Interbase NUMERIC data type error). (Lars W)
 - Fixed bug #37911 (preg_replace_callback() ignores named groups). (Nuno)
 - Fixed bug #36128 (Interbase PDO - timestamp columns return NULL). (Lars W)
 - Fixed bug #35386 (firebird: first row is null). (Lars W)
 - Fixed bug #35163 (Array elements can lose references). (Dmitry)
+- Fixed bug #32143 (ibase_query() causing IBserver 7 crash with NULL param as
+  link-id). (Lars W)
+- Fixed bug #30907 (ibase_query() crashes (same bug as #32143). (Lars W)
+- Fixed bug #30690 (Resource handle from ibase_execute becomes invalid after 
+  return). (Lars W)
 - Fixed bug #27372 (parse error loading browscap.ini at apache startup).
   (Jani)
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to