summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-07-04 06:35:49 +0000
committerDmitry Stogov <dmitry@php.net>2006-07-04 06:35:49 +0000
commitacb1e079806a107b9d5e048260985223028f3612 (patch)
tree504275e07af40463c243f42225077f2e52fcc6ce /NEWS
parenta32fb32781e81b424ea931fba38af73881ca7b4d (diff)
downloadphp-git-acb1e079806a107b9d5e048260985223028f3612.tar.gz
Changed priority of PHPRC environment variable on win32 to be higher then value from registry.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index afead01e30..dbb8f335ca 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2006, PHP 5.2.0
- Reimplementation of Apache2Filter, PHP can now be an arbitrary filter
in the chain and will read the script from the Apache stream. (John)
+- Changed priority of PHPRC environment variable on win32 to be higher then
+ value from registry. (Dmitry)
- Changed __toString() to be called wherever applicable. (Marcus)
- Changed E_ALL error reporting mode to include E_RECOVERABLE_ERROR. (Marcus)
- Changed realpath cache to be disabled when "open_basedir" or "safe_mode"