summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-02-11 21:17:35 +0000
committerfoobar <sniper@php.net>2004-02-11 21:17:35 +0000
commitdb0854a952c8886ffceeaea40922d4d609f62d55 (patch)
treeef7c8829ab4d1bbff3228c2451a68429ad0eb9bb
parent1c00296cc7cf89808747cac5e43754f297c44c90 (diff)
downloadphp-git-db0854a952c8886ffceeaea40922d4d609f62d55.tar.gz
style
-rw-r--r--NEWS14
1 files changed, 8 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index e62cc41798..0c9f5ae679 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,11 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, PHP 5 Beta 4
-- Added checks for invalid characters in a cookie name or cookie data
- from setrawcookie. (Brian)
-- Added new pspell functions to set the dict-dir and data-dir options. (Brian)
+- Added checks for invalid characters in a cookie name and cookie data
+ into set[raw]cookie(). (Brian)
+- Added new pspell functions: (Brian)
+ . pspell_config_dict_dir()
+ . pspell_config_data_dir()
- Added support for ++ and += (and similar) to SimpleXML. (Andi, Zeev)
- Added infrastructure for ++ and += (and similar) to object overloading
modules. (Andi, Zeev)
@@ -13,15 +15,12 @@ PHP NEWS
- Added error message when trying to re-assign to $this variable. (Zeev, Andi)
- Improved destructor implementation to always call destructors on clean
shutdown. An order of destruction is not guaranteed. (Zeev, Andi)
-- Fixed problem with parse error in include() file not stopping PHP's
- execution. (Ilia)
- Redesigned exception support. This fixes many bugs in the previous design
such as nested try's and problems with overloaded extensions. (Zeev, Andi)
- Redesigned clone by adding a clone keyword (clone $obj) and copying all
properties before __clone() is called. Also allows calling parent __clone
function by using parent::__clone(). (Zeev, Andi)
- Added support for an interface to extend another interface (Zeev)
-- Respect property visibility in foreach. (Marcus)
- Completely overhauled SimpleXML extension. (Marcus, Rob, Sterling)
- Added new Interbase functions: (Ard)
. ibase_service_attach() and ibase_service_detach().
@@ -34,6 +33,9 @@ PHP NEWS
- Added xsltprocessor->registerPHPFunctions(). (Christian)
- Bundled new SPL extension. (Marcus, Derick)
- Upgraded SQLite library to version 2.8.11. (Ilia, Wez)
+- Fixed foreach() to respect property visibility. (Marcus)
+- Fixed problem with parse error in include() file not stopping PHP's
+ execution. (Ilia)
- Fixed var_export() to show public, protected and private modifiers properly.
(Derick)
- Fixed problems with longlong values in mysqli. (Georg)