From b01d74f7f96455dd6230807a96c9626d89656836 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 30 Aug 2010 10:26:31 +0000 Subject: - initial import, internals upgrade guide --- UPGRADING.INTERNALS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 UPGRADING.INTERNALS (limited to 'UPGRADING.INTERNALS') 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); -- cgit v1.2.1