diff options
author | Pierre Joye <pajoye@php.net> | 2010-08-30 10:26:31 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-08-30 10:26:31 +0000 |
commit | b01d74f7f96455dd6230807a96c9626d89656836 (patch) | |
tree | 95772a21d37930a6c389db59ebdb6834d67a4c4f /UPGRADING.INTERNALS | |
parent | 100228aae16c2c8d358c0f0b7a7a07a7b897f1da (diff) | |
download | php-git-b01d74f7f96455dd6230807a96c9626d89656836.tar.gz |
- initial import, internals upgrade guide
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r-- | UPGRADING.INTERNALS | 13 |
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); |