1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 02:23:18 +02:00

# Forgot this...

This commit is contained in:
Jouni Ahto
2000-06-27 22:25:51 +00:00
parent 8b8f191e59
commit e092c0c00c

4
NEWS
View File

@@ -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)