From: Pierre Joye Date: Mon, 30 Aug 2010 10:27:03 +0000 (+0000) Subject: - remove internals stuff, moved to the INTERNALS guide X-Git-Tag: php-5.4.0alpha1~191^2~1033 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=648f3829fd403c728820f9b434a5f836f6fb4cff;p=php - remove internals stuff, moved to the INTERNALS guide --- diff --git a/UPGRADING b/UPGRADING index bd4b0dbfa6..d008be1a87 100755 --- a/UPGRADING +++ b/UPGRADING @@ -28,7 +28,6 @@ UPGRADE NOTES - PHP X.Y h. New methods i. New class constants j. New hash algorithms -13. Internals API changes ======================================== 1. Changes made to default configuration @@ -259,10 +258,4 @@ UPGRADE NOTES - PHP X.Y - fnv164 - joaat -======================== -13. 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);