From: Derick Rethans Date: Wed, 14 Feb 2001 11:27:28 +0000 (+0000) Subject: - Added the notification of the chroot function addition X-Git-Tag: php-4.0.5RC1~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b972771971029a485cf6a5357cf78f8a22f25ee9;p=php - Added the notification of the chroot function addition #- I forgot this with the initial commit --- diff --git a/NEWS b/NEWS index dcb44ebe07..1dcd2455b1 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.5 +- Added the chroot() function (Derick) - 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