summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2012-01-11 15:43:42 +0100
committerOndřej Surý <ondrej@sury.org>2012-01-11 15:43:42 +0100
commit8f1428d29ef91d74b4d272af171675f2971eb15b (patch)
treea1f4f4d7dc5bfe8096806dd5c5266634e19fa07a /UPGRADING
parentc6e4182351e0173fe58de141e143aac2eacf5efe (diff)
downloadphp-8f1428d29ef91d74b4d272af171675f2971eb15b.tar.gz
Imported Upstream version 5.3.9upstream/5.3.9
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING19
1 files changed, 18 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 94b768ddd..9fe8c177e 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -1,4 +1,4 @@
-$Id: UPGRADING 308266 2011-02-11 22:31:52Z salathe $
+$Id: UPGRADING 321040 2011-12-15 10:31:02Z dmitry $
UPGRADE NOTES - PHP 5.3
@@ -153,6 +153,20 @@ UPGRADE NOTES - PHP 5.3
- SplObjectStorage now has ArrayAccess support. It is also now possible to
store associative information with objects in SplObjectStorage.
+
+=====================
+4.1 New in PHP 5.3.9
+=====================
+
+- Write operations within XSLT (for example with the extension sax:output) are
+ disabled by default. You can define what is forbidden with the INI option
+ xsl.security_prefs. This option will be marked as deprecated in 5.4 again.
+ Use the method XsltProcess::setSecurityPrefs($options) there.
+
+- the following new directives were added
+
+ - max_input_vars - specifies how many GET/POST/COOKIE input variables may be
+ accepted. default value 1000.
=============
5. Deprecated
@@ -334,6 +348,9 @@ UPGRADE NOTES - PHP 5.3
- A new directive, request_order, controls the behavior of $_REQUEST
independently of variables_order.
+- A new directive, called windows.show_crt_warning, has been introduced.
+ This directive shows the CRT warnings when enabled. These warnings were
+ displayed by default until now. It is disabled by default.
- New INI directives:
- mail.add_x_header