diff options
| -rw-r--r-- | NEWS | 7 | 
1 files changed, 3 insertions, 4 deletions
@@ -3,6 +3,9 @@ PHP                                                                        NEWS  ?? ??? 2004, PHP 5 RC1  - Respect property visibility in foreach. (Marcus)  - Completely overhauled SimpleXML extension. (Marcus, Rob, Sterling) +- Added context option "http"/"request_fulluri" to send entire URI in request. +  Required format for some proxies. (Sara) +- Added optional third parameter 'strict' to array_keys(). (Andrey)  - Added stream_lock() method to userspace streams interface. (Hartmut, Wez)  - Added xsltprocessor->registerPHPFunctions(). (Christian)  - Bundled new SPL extension. (Marcus, Derick) @@ -54,10 +57,6 @@ PHP                                                                        NEWS  - Fixed bug #24608 (__set not triggered when overloading with array).    (Stanislav)  - Fixed bug #24243 (enabling browscap causes segfault). (Wez) -- Added context option "http"/"request_fulluri" to send entire URI in request. -  Required format for some proxies. (Sara) -- Added third optional parameter 'strict' to array_keys(). Works like the -  'strict' parameter of in_array(). Feature request #24258. (Andrey)  21 Dec 2003, PHP 5 Beta 3  - Bundled new tidy extension (John, Wez)  | 
