diff options
author | Thies C. Arntzen <thies@php.net> | 2001-02-14 08:16:03 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2001-02-14 08:16:03 +0000 |
commit | ab6bd757ec5b32f349164b020dd8974ae180e48d (patch) | |
tree | 3cb5f3717e1aa108776976689de4f4b9a6f056ab | |
parent | 9adb1d771b2671c5b1ebd98f11421e7ed0d203eb (diff) | |
download | php-git-ab6bd757ec5b32f349164b020dd8974ae180e48d.tar.gz |
*** empty log message ***
-rw-r--r-- | NEWS | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -4,13 +4,10 @@ PHP 4.0 NEWS ?? ??? 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: aja@nlgroup.ca) + 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: aja@nlgroup.ca) - Improved OCI8 dead-session detection. (Patch by: George Schlossnagle) - Fixed get_meta_tags() multiline bug #4556 (Sean) - Prefer random() over *rand48() (JimJag) |