mirror of
https://github.com/php/php-src.git
synced 2024-12-04 15:23:44 +08:00
[ci skip] fixed typos
This commit is contained in:
parent
ecce21169e
commit
a0a4232ae3
@ -130,9 +130,9 @@ PHP 7.3 INTERNALS UPGRADE NOTES
|
|||||||
|
|
||||||
r. fields of php_url struct change from char * to zend_string *
|
r. fields of php_url struct change from char * to zend_string *
|
||||||
|
|
||||||
s. Specual purose zend_functions marked by ZEND_ACC_CALL_VIA_TRAMPOLINE or
|
s. Special purpose zend_functions marked by ZEND_ACC_CALL_VIA_TRAMPOLINE or
|
||||||
ZEND_ACC_FAKE_CLOSURE flags use reserved[0] for internal purpose.
|
ZEND_ACC_FAKE_CLOSURE flags use reserved[0] for internal purpose.
|
||||||
Third party extensions must not modify reserved[] fileds of these functins.
|
Third party extensions must not modify reserved[] fields of these functions.
|
||||||
|
|
||||||
========================
|
========================
|
||||||
2. Build system changes
|
2. Build system changes
|
||||||
|
Loading…
Reference in New Issue
Block a user