Skip to content

Commit 3b9ecb2

Browse files
committed
add note about php_url struct changes
1 parent 684ce24 commit 3b9ecb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
1818
o. IS_UNUSED
1919
p. VM instruction operands (FETCH_CLASS, FETCH_CONSTANT, CATCH)
2020
q. sapi_cli_single_write()
21+
r. php_url
2122

2223
2. Build system changes
2324
a. Unix build system changes
@@ -126,6 +127,8 @@ PHP 7.3 INTERNALS UPGRADE NOTES
126127

127128
q. sapi_cli_single_write() now returns ssize_t instead of size_t.
128129

130+
r. fields of php_url struct change from char * to zend_string *
131+
129132
========================
130133
2. Build system changes
131134
========================

0 commit comments

Comments
 (0)