]> granicus.if.org Git - php/commitdiff
- Added the notification of the chroot function addition
authorDerick Rethans <derick@php.net>
Wed, 14 Feb 2001 11:27:28 +0000 (11:27 +0000)
committerDerick Rethans <derick@php.net>
Wed, 14 Feb 2001 11:27:28 +0000 (11:27 +0000)
#- I forgot this with the initial commit

NEWS

diff --git a/NEWS b/NEWS
index dcb44ebe0732ff1a02d738787ddb4a4f809ffa1a..1dcd2455b17b44a8fbdafbf21902121d2e4eddfb 100644 (file)
--- 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