Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

svn: /php/php-src/trunk/ UPGRADING.INTERNALS

16 views
Skip to first unread message

Pierre Joye

unread,
Sep 1, 2010, 5:54:45 AM9/1/10
to php...@lists.php.net
pajoye Wed, 01 Sep 2010 09:54:45 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=302967

Log:
- upgrading addition about stat/lstat

Changed paths:
U php/php-src/trunk/UPGRADING.INTERNALS

Modified: php/php-src/trunk/UPGRADING.INTERNALS
===================================================================
--- php/php-src/trunk/UPGRADING.INTERNALS 2010-09-01 09:49:53 UTC (rev 302966)
+++ php/php-src/trunk/UPGRADING.INTERNALS 2010-09-01 09:54:45 UTC (rev 302967)
@@ -8,6 +8,15 @@
1. Internal API changes
========================

+ a. virtual_file_ex
+
virtual_file_ex takes now a TSRM context as last parameter:
CWD_API int virtual_file_ex(cwd_state *state, const char *path,
verify_path_func verify_path, int use_realpath TSRLS_DC);
+
+ b. stat/lstat support
+
+php_sys_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.

Pierre Joye

unread,
Sep 2, 2010, 6:30:34 AM9/2/10
to php...@lists.php.net
pajoye Thu, 02 Sep 2010 10:30:34 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=302994

Log:
- typo/clarity

Changed paths:
U php/php-src/trunk/UPGRADING.INTERNALS

Modified: php/php-src/trunk/UPGRADING.INTERNALS
===================================================================
--- php/php-src/trunk/UPGRADING.INTERNALS 2010-09-02 05:57:52 UTC (rev 302993)
+++ php/php-src/trunk/UPGRADING.INTERNALS 2010-09-02 10:30:34 UTC (rev 302994)
@@ -16,7 +16,7 @@

b. stat/lstat support

-php_sys_lstat is now available on all platforms. On unix-like platform
+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

0 new messages