mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
*** empty log message ***
This commit is contained in:
parent
9adb1d771b
commit
ab6bd757ec
1 changed files with 4 additions and 7 deletions
11
NEWS
11
NEWS
|
@ -4,13 +4,10 @@ PHP 4.0 NEWS
|
||||||
?? ??? 200?, Version 4.0.5
|
?? ??? 200?, Version 4.0.5
|
||||||
- PostgreSQL now does a rollback at the end of a request on every
|
- PostgreSQL now does a rollback at the end of a request on every
|
||||||
persistent connection. This is done by doing an "empty" transaction
|
persistent connection. This is done by doing an "empty" transaction
|
||||||
on the connection (This was advised by someone from the PostgreSQL
|
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
|
core-team. (Thies)
|
||||||
"NOTICE: BEGIN: already a transaction in progress" message in your
|
- Fixed PostgeSQL pg_connect() bug. We would sometimes close the default
|
||||||
apache error_log. This message is created by the PostgreSQL libs - we can
|
link by accident. (Patch by: aja@nlgroup.ca)
|
||||||
do nothing about it. (Thies)
|
|
||||||
- fixes PostgeSQL pg_connect() bug. We would sometimes close the default
|
|
||||||
link by acciedent. (Patch by: aja@nlgroup.ca)
|
|
||||||
- Improved OCI8 dead-session detection. (Patch by: George Schlossnagle)
|
- Improved OCI8 dead-session detection. (Patch by: George Schlossnagle)
|
||||||
- Fixed get_meta_tags() multiline bug #4556 (Sean)
|
- Fixed get_meta_tags() multiline bug #4556 (Sean)
|
||||||
- Prefer random() over *rand48() (JimJag)
|
- Prefer random() over *rand48() (JimJag)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue