pajoye                                   Mon, 30 Aug 2010 10:26:31 +0000

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

Log:
- initial import, internals upgrade guide

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

Added: php/php-src/trunk/UPGRADING.INTERNALS
===================================================================
--- php/php-src/trunk/UPGRADING.INTERNALS                               (rev 0)
+++ php/php-src/trunk/UPGRADING.INTERNALS       2010-08-30 10:26:31 UTC (rev 
302884)
@@ -0,0 +1,13 @@
+$Id$
+
+UPGRADE NOTES - PHP X.Y
+
+1. Internal API changes
+
+========================
+1. Internal API changes
+========================
+
+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);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to