]> granicus.if.org Git - php/commitdiff
- add it for 5.3 as well
authorPierre Joye <pajoye@php.net>
Thu, 2 Sep 2010 10:32:32 +0000 (10:32 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 2 Sep 2010 10:32:32 +0000 (10:32 +0000)
UPGRADING.INTERNALS [new file with mode: 0644]

diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
new file mode 100644 (file)
index 0000000..9a6e794
--- /dev/null
@@ -0,0 +1,16 @@
+$Id$
+
+UPGRADE NOTES - PHP 5.3.4
+
+1. Internal API changes
+
+========================
+1. Internal API changes
+========================
+
+       b. stat/lstat support
+
+lstat is now available on all platforms. On unix-like platform
+php_sys_lstat is an alias to lstat (when avaible). On Windows it is now 
+available using php_sys_lstat. php_sys_stat and php_sys_lstat usage is recommended 
+instead of calling lstat directly, to ensure portability.