From e092c0c00c7b3fb4685517ffb09caf561365e441 Mon Sep 17 00:00:00 2001 From: Jouni Ahto Date: Tue, 27 Jun 2000 22:25:51 +0000 Subject: [PATCH] # Forgot this... --- NEWS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/NEWS b/NEWS index d372addc6ad..d9f922e9201 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,6 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 28 Jun 2000, Version 4.0.1 -- Added a new (fifth) parameter to dba_[p]open(), which kind of database to - create (DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and - mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists. - (Jouni) - Fixed a bug in opendir(), which prevented readdir() from working properly if the $dir argument wasn't explicitly specified (Zeev) - Made --enable-discard-path work again. (Andi)