- Notifications
You must be signed in to change notification settings - Fork106
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix undefined constant name#103
Conversation
Thanks@damonto ! |
This warning became an error on PHP 8 and is preventing me from running pecl when I build the master branch of PHP (with the Could you please cut a new release@kenguest@ashnazg ? If there are any blockers I'd be happy to help. |
👍 for a new release. This is now a flat out crash in PHP 8.
|
I'll see if I can tackle it this coming week. |
Included in v1.10.11 release. |
1ma commentedApr 11, 2020
Thanks@ashnazg. Sorry to bother you again, but can you update to v1.10.11 the PHAR installer athttps://pear.php.net/install-pear-nozlib.phar that PHP uses when compiling from source?https://github.com/php/php-src/blob/master/pear/Makefile.frag#L10 |
My bad... check it now,@1ma |
fix this warning.