|
|
|
@ -14,8 +14,13 @@ 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) |
|
|
|
- Improved dba extension (Marcus) |
|
|
|
. Added dba_handlers() that returns an array of installed handlers and |
|
|
|
dba_list() that returns an associative array of open database files. |
|
|
|
. 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) |
|
|
|
- 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). |
|
|
|
@ -27,8 +32,6 @@ PHP 4 NEWS |
|
|
|
- Fixed bug #20110 (added sanity check to prevent include/require functions |
|
|
|
from trying to include directories). (Ilia) |
|
|
|
- Fixed bug #20108 (segmentation fault on printf("%1.1s", "string")). (Ilia) |
|
|
|
- Added dba_handlers() that returns an array of installed handlers and |
|
|
|
dba_list() that returns an associative array of open database files. (Marcus) |
|
|
|
- Added dbx_escape_string() function to dbx module. (Marc) |
|
|
|
- Added Oracle (oci8) support to dbx module. (Marc) |
|
|
|
- Updated FDF extension to work with Adode fdftk 5.0. (Hartmut) |
|
|
|
|