-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PHP 7.3 support #139
Comments
A user observed the build fail:
It seems that we should use |
https://cismon.net/2018/02/06/Changes-of-Zend-API-in-PHP-7.3/ Update by @Totktonada: The link is died. Actual one is https://github.com/CismonX/cismon.net/blob/master/source/_posts/Changes-of-Zend-API-in-PHP-7.3.md |
See #148 |
See [1] for the list of changes of the PHP internal API. The following items are relevant here: c. Array/Object recursion protection e. AST and IS_CONSTANT f. GC_REFCOUNT() [1]: https://github.com/php/php-src/blob/PHP-7.3.16/UPGRADING.INTERNALS Fixes #139. @Totktonada: style and naming fixes.
See [1] for the list of changes of the PHP internal API. The following items are relevant here: c. Array/Object recursion protection e. AST and IS_CONSTANT f. GC_REFCOUNT() [1]: https://github.com/php/php-src/blob/PHP-7.3.16/UPGRADING.INTERNALS Fixes #139. @Totktonada: style and naming fixes.
See [1] for the list of changes of the PHP internal API. The following items are relevant here: c. Array/Object recursion protection e. AST and IS_CONSTANT f. GC_REFCOUNT() [1]: https://github.com/php/php-src/blob/PHP-7.3.16/UPGRADING.INTERNALS Fixes #139. @Totktonada: style and naming fixes.
See [1] for the list of changes of the PHP internal API. The following items are relevant here: c. Array/Object recursion protection e. AST and IS_CONSTANT f. GC_REFCOUNT() [1]: https://github.com/php/php-src/blob/PHP-7.3.16/UPGRADING.INTERNALS Fixes #139. @Totktonada: style and naming fixes.
See [1] for the list of changes of the PHP internal API. The following items are relevant here: c. Array/Object recursion protection e. AST and IS_CONSTANT f. GC_REFCOUNT() [1]: https://github.com/php/php-src/blob/PHP-7.3.16/UPGRADING.INTERNALS Fixes #139. @Totktonada: style and naming fixes.
Fixed in |
Ref: https://blog.remirepo.net/post/2018/07/02/PHP-extensions-status-with-upcoming-PHP-7.3
The text was updated successfully, but these errors were encountered: