1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

info about added functionality in dba

This commit is contained in:
Marcus Boerger
2002-11-03 17:37:58 +00:00
parent 6d027f4cd2
commit 536d5cd9a9
+2
View File
@@ -14,6 +14,8 @@ PHP 4 NEWS
. sapi/fhttpd
- Moved ext/vpopmail to PECL. (James)
- Fixed bug #20169 (implode() clobbers first argument). (Moriyoshi)
- Added optional skip parameter to dba_fetch() to support multiple key-value
pairs with the same key for cdb handler. (Marcus)
- 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).