]> granicus.if.org Git - php/commitdiff
Add news for bug #60524
authorStanislav Malyshev <stas@php.net>
Tue, 29 Jan 2013 06:55:55 +0000 (22:55 -0800)
committerStanislav Malyshev <stas@php.net>
Tue, 29 Jan 2013 06:55:55 +0000 (22:55 -0800)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 3775558fb3550f1aee86feae871d78ec919a7028..f26806d916fceb373b334c2967a09c85ad283ba6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,9 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 201?, PHP 5.5.0 Beta 1
 - Core:
-  . Fixed bug # 60833 (self, parent, static behave inconsistently 
+  . Fixed bug #60833 (self, parent, static behave inconsistently 
     case-sensitive). (Stas, mario at include-once dot org)
+  . Implemented FR #60524 (specify temp dir by php.ini). (ALeX Kazik).
 
 - cURL:
   . Implemented FR #46439 - added CURLFile for safer file uploads.
index 8c9b3de43f0c173d59e228c65701eb15bc397a7b..22ad969157cf9af3e03b937f5316eda1f0bc2c36 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -301,6 +301,9 @@ PHP 5.5 UPGRADE NOTES
 10. Changes to INI File Handling
 ========================================
 
+- Core:
+  - Added sys_temp_dir INI directive, for specifying temp firectory.
+
 - Intl:
   - Added intl.use_exceptions INI directive, which controls what happens when
     global errors are set together with intl.error_level.