From: Pierre Joye Date: Mon, 30 Aug 2010 10:26:31 +0000 (+0000) Subject: - initial import, internals upgrade guide X-Git-Tag: php-5.4.0alpha1~191^2~1034 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b01d74f7f96455dd6230807a96c9626d89656836;p=php - initial import, internals upgrade guide --- 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);