]> granicus.if.org Git - php/commitdiff
- remove internals stuff, moved to the INTERNALS guide
authorPierre Joye <pajoye@php.net>
Mon, 30 Aug 2010 10:27:03 +0000 (10:27 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 30 Aug 2010 10:27:03 +0000 (10:27 +0000)
UPGRADING

index bd4b0dbfa6fb5215d37ff42ad33e2659359718d7..d008be1a872d7ec2c8b2f751b47cbdb6db7bb2b3 100755 (executable)
--- 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);