Skip to content

Commit 1c593b7

Browse files
author
foobar
committed
order
1 parent 66ebc33 commit 1c593b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ PHP NEWS
33
?? ??? 2004, PHP 5 RC1
44
- Respect property visibility in foreach. (Marcus)
55
- Completely overhauled SimpleXML extension. (Marcus, Rob, Sterling)
6+
- Added new Interbase functions: (Ard)
7+
. ibase_service_attach() and ibase_service_detach().
8+
. ibase_backup() and ibase_restore().
9+
. ibase_maintain_db(), ibase_db_info() and ibase_server_info().
610
- Added context option "http"/"request_fulluri" to send entire URI in request.
711
Required format for some proxies. (Sara)
812
- Added optional third parameter 'strict' to array_keys(). (Andrey)
@@ -14,10 +18,6 @@ PHP NEWS
1418
(Derick)
1519
- Fixed problems with longlong values in mysqli. (Georg)
1620
- Fixed class name case preserving of user defined classes. (Marcus)
17-
- Added Interbase functions: (Ard)
18-
. ibase_service_attach() and ibase_service_detach().
19-
. ibase_backup() and ibase_restore().
20-
. ibase_maintain_db(), ibase_db_info() and ibase_server_info().
2121
- Fixed bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into
2222
octets). (Moriyoshi)
2323
- Fixed bug #27042 (SPL: SeekableIterator seek() broken). (Marcus)

0 commit comments

Comments
 (0)