From: Ard Biesheuvel Date: Mon, 2 Feb 2004 15:44:03 +0000 (+0000) Subject: Interbase news X-Git-Tag: php-5.0.0b4RC1~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9941f9d20fc539567c6891bfbabd5851c5aab7b;p=php Interbase news --- diff --git a/NEWS b/NEWS index b5ed1420d6..9550ce2a00 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,10 @@ PHP NEWS (Derick) - Fixed problems with longlong values in mysqli. (Georg) - Fixed class name case preserving of user defined classes. (Marcus) +- Added Interbase functions: (Ard) + . ibase_service_attach() and ibase_service_detach(). + . ibase_backup() and ibase_restore(). + . ibase_maintain_db(), ibase_db_info() and ibase_server_info(). - Fixed bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets). (Moriyoshi) - Fixed bug #27042 (SPL: SeekableIterator seek() broken). (Marcus)