summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-08-30 10:26:31 +0000
committerPierre Joye <pajoye@php.net>2010-08-30 10:26:31 +0000
commitb01d74f7f96455dd6230807a96c9626d89656836 (patch)
tree95772a21d37930a6c389db59ebdb6834d67a4c4f /UPGRADING.INTERNALS
parent100228aae16c2c8d358c0f0b7a7a07a7b897f1da (diff)
downloadphp-git-b01d74f7f96455dd6230807a96c9626d89656836.tar.gz
- initial import, internals upgrade guide
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
new file mode 100644
index 0000000000..074078d79a
--- /dev/null
+++ b/UPGRADING.INTERNALS
@@ -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);