diff options
-rw-r--r-- | UPGRADING.INTERNALS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 173729c3e1..fefd6ddc06 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -18,6 +18,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES o. IS_UNUSED p. VM instruction operands (FETCH_CLASS, FETCH_CONSTANT, CATCH) q. sapi_cli_single_write() + r. php_url 2. Build system changes a. Unix build system changes @@ -126,6 +127,8 @@ PHP 7.3 INTERNALS UPGRADE NOTES q. sapi_cli_single_write() now returns ssize_t instead of size_t. + r. fields of php_url struct change from char * to zend_string * + ======================== 2. Build system changes ======================== |