diff options
author | Marcus Boerger <helly@php.net> | 2002-11-10 16:06:19 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-11-10 16:06:19 +0000 |
commit | 8e6cd6361ca53d7271c232f6d4b5400c9c643e45 (patch) | |
tree | 8c82a44b67d88343bd7e5a6ccfbf75ac7efac9c9 | |
parent | 224e530ee18c4e7e46870897fa92ac6d5cd2f7cc (diff) | |
download | php-git-8e6cd6361ca53d7271c232f6d4b5400c9c643e45.tar.gz |
update dba change list
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -29,7 +29,9 @@ PHP 4 NEWS . Added bundled cdb support wich can be activated by --with-cdb without a path. The bundled version supports cdb_make that allows writing cdb files. . Added optional skip parameter to dba_fetch() to support multiple key-value - pairs with the same key for cdb handler. (Marcus) + pairs with the same key for cdb handler. + . Added locking for those handlers that does not have their own locking. + . Added flatfile support what finally makes ext/db deprecated. - Added imagerotate() which is available only when bundled libgd is used. (Pierre-Alain Joye, Ilia) - Fixed bug #17497 (mssql extension crashes if magic_quotes_runtime is on). |