diff options
author | Stanislav Malyshev <stas@php.net> | 2013-01-28 22:55:55 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-01-28 22:55:55 -0800 |
commit | 389d41cc2e32496de2beb05c77f34bfd868c64a0 (patch) | |
tree | 546ea563d8a2353661cfa6253314bf0af108525a | |
parent | 475a644bd84c071da04b4272b829a187a2c6d282 (diff) | |
download | php-git-389d41cc2e32496de2beb05c77f34bfd868c64a0.tar.gz |
Add news for bug #60524
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | UPGRADING | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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. |