summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-12-30 17:58:15 +0000
committerMarcus Boerger <helly@php.net>2002-12-30 17:58:15 +0000
commit33f364b5fcb9e71ef3383f390b49f66872aabdb6 (patch)
tree48109500508255bc3b2c4b7f7436c2de422cc739
parentaa8e5cdde7817b615dabab41fad79316f470fb3f (diff)
downloadphp-git-33f364b5fcb9e71ef3383f390b49f66872aabdb6.tar.gz
update dba NEWS
-rw-r--r--NEWS12
1 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9d59181a65..3cceddbb04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,15 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 200?, Version 4.4.0
-- Made handler parameter of dba_(p)open() optional. (Marcus)
-- Added php.ini option 'dba.default_handler' to specify a default handler.
- (Marcus)
+- Improved dba extension (Marcus)
+ . Made handler parameter of dba_(p)open() optional.
+ . Added php.ini option 'dba.default_handler' to specify a default handler.
+ . Added parameter full_info to dba_handlers() that can be set true to
+ receive information about the handlers such like the library version.
+ . Disallow Berkeley db versions 4.1.0 to 4.1.24 due to locking problems.
+ . Disallow linkage of Berkeley db submodules against libraries with
+ different major version.
+ . Disallow configuring of more than one Berkeley db handler.
- Fixed bug #17098 (make Apache aware that PHP scripts represent dynamic data
and should not be cached). (Ilia)
- Make uniqid() parameters optional and allow any prefix length. (Marcus)