add note about php_url struct changes

This commit is contained in:
Remi Collet 2018-06-22 14:58:30 +02:00
parent 684ce24eec
commit 3b9ecb2d65

View File

@ -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
========================