diff options
author | Marcus Boerger <helly@php.net> | 2002-12-30 19:18:52 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-12-30 19:18:52 +0000 |
commit | 9c2871a673e8a828dbdc9950385056fa14dffecd (patch) | |
tree | a2d23f9f01c7c3c540620127c5f2eaaedfa3afbb /NEWS | |
parent | 4f8c44b091cb533d244fdc3968a7520b388baea4 (diff) | |
download | php-git-9c2871a673e8a828dbdc9950385056fa14dffecd.tar.gz |
missing dba entry
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ PHP 4 NEWS . 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. + . Added support for internal error handling of Berkeley db libraries. . 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. |