summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-09-10 17:45:13 +0000
committerPierre Joye <pajoye@php.net>2010-09-10 17:45:13 +0000
commit77d307ccbfe7587760b7517c1bd70f0573f35baf (patch)
tree8383d07f751b258a47ccbe8c9da35de132cc872c /UPGRADING
parent2b04364852bbb21cd0a1cd3b1221f1d9291725d6 (diff)
downloadphp-git-77d307ccbfe7587760b7517c1bd70f0573f35baf.tar.gz
- open_basedir symlink support for Windows
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 1197f04f48..23e64f2885 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -457,6 +457,14 @@ UPGRADE NOTES - PHP 5.3
- Firebird and SNMP support are no longer available on Windows. Firebird support
may be reintroduced in the future.
+=====================
+11.1 New in PHP 5.3.4
+=====================
+
+- open_basedir supports now symbolic links (checks the target).
+- is_link and SplFileInfo symbolic links related method are now fully supported
+ (on Windows Vista or later).
+
===================
12. New in PHP 5.3:
===================