]> granicus.if.org Git - php/commitdiff
- initial import, internals upgrade guide
authorPierre Joye <pajoye@php.net>
Mon, 30 Aug 2010 10:26:31 +0000 (10:26 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 30 Aug 2010 10:26:31 +0000 (10:26 +0000)
UPGRADING.INTERNALS [new file with mode: 0644]

diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
new file mode 100644 (file)
index 0000000..074078d
--- /dev/null
@@ -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);