mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
add note about php_url struct changes
This commit is contained in:
parent
684ce24eec
commit
3b9ecb2d65
@ -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
|
||||
========================
|
||||
|
Loading…
Reference in New Issue
Block a user