thies           Wed Feb 14 00:16:05 2001 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.589 php4/NEWS:1.590
--- php4/NEWS:1.589     Tue Feb 13 18:09:12 2001
+++ php4/NEWS   Wed Feb 14 00:16:03 2001
@@ -4,13 +4,10 @@
 ?? ??? 200?, Version 4.0.5
 - PostgreSQL now does a rollback at the end of a request on every
   persistent connection. This is done by doing an "empty" transaction
-  on the connection (This was advised by someone from the PostgreSQL
-  core-team). If you leave transactions open on your page you will see a
-  "NOTICE:  BEGIN: already a transaction in progress" message in your
-  apache error_log. This message is created by the PostgreSQL libs - we can
-  do nothing about it. (Thies)
-- fixes PostgeSQL pg_connect() bug. We would sometimes close the default
-  link by acciedent. (Patch by: [EMAIL PROTECTED])
+  on the connection. This was advised by someone from the PostgreSQL
+  core-team. (Thies)
+- Fixed PostgeSQL pg_connect() bug. We would sometimes close the default
+  link by accident. (Patch by: [EMAIL PROTECTED])
 - Improved OCI8 dead-session detection. (Patch by: George Schlossnagle)
 - Fixed get_meta_tags() multiline bug #4556 (Sean)
 - Prefer random() over *rand48() (JimJag)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to