diff options
author | Remi Collet <remi@php.net> | 2018-06-22 14:58:30 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2018-06-22 14:58:30 +0200 |
commit | 3b9ecb2d65c0d68f18c37b500cedd0440c08fe96 (patch) | |
tree | 514f5cb2403d276581afbfac554a6d9083a6d316 | |
parent | 684ce24eecc5afe7ba767e721c29ef3bb191c43c (diff) | |
download | php-git-3b9ecb2d65c0d68f18c37b500cedd0440c08fe96.tar.gz |
add note about php_url struct changes
-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 ======================== |