diff options
author | Pierre Joye <pajoye@php.net> | 2010-09-10 17:45:13 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-09-10 17:45:13 +0000 |
commit | 77d307ccbfe7587760b7517c1bd70f0573f35baf (patch) | |
tree | 8383d07f751b258a47ccbe8c9da35de132cc872c /UPGRADING | |
parent | 2b04364852bbb21cd0a1cd3b1221f1d9291725d6 (diff) | |
download | php-git-77d307ccbfe7587760b7517c1bd70f0573f35baf.tar.gz |
- open_basedir symlink support for Windows
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: =================== |