File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ PHP NEWS
3
3
?? ??? 2004, PHP 5 RC1
4
4
- Respect property visibility in foreach. (Marcus)
5
5
- 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().
6
10
- Added context option "http"/"request_fulluri" to send entire URI in request.
7
11
Required format for some proxies. (Sara)
8
12
- Added optional third parameter 'strict' to array_keys(). (Andrey)
@@ -14,10 +18,6 @@ PHP NEWS
14
18
(Derick)
15
19
- Fixed problems with longlong values in mysqli. (Georg)
16
20
- 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().
21
21
- Fixed bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into
22
22
octets). (Moriyoshi)
23
23
- Fixed bug #27042 (SPL: SeekableIterator seek() broken). (Marcus)
You can’t perform that action at this time.
0 commit comments