From: mt at mansonthomas dot com Operating system: MacOSX PHP version: 7.2.22 Package: PECL Bug Type: Bug Bug description:PECL install protobuf & grpc as both extension & zend_extension in php.ini
Description: ------------ on a fresh install of httpd/apache : brew install httpd php@7.2 pecl install grpc protobuf xdebug extensions will be included at the top of the php.ini file as exension and in the XDebugSection for all 3 pacakges while it's valid only for the XDEbug. I've added an XDebug section before running the installation Running php on command line then produce this : $ php /usr/local/lib/php/pecl/20170718/grpc.so doesn't appear to be a valid Zend extension /usr/local/lib/php/pecl/20170718/protobuf.so doesn't appear to be a valid Zend extension normal extension are also added multiple time Test script: --------------- brew install httpd php@7.2 pecl install grpc protobuf xdebug php -- Edit bug report at https://bugs.php.net/bug.php?id=78595&edit=1 -- Fix committed: https://bugs.php.net/fix.php?id=78595&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=78595&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=78595&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=78595&r=needscript Try newer version: https://bugs.php.net/fix.php?id=78595&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=78595&r=support Expected behavior: https://bugs.php.net/fix.php?id=78595&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=78595&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=78595&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=78595&r=globals PHP version support discontinued: https://bugs.php.net/fix.php?id=78595&r=phptooold Daylight Savings: https://bugs.php.net/fix.php?id=78595&r=dst IIS Stability: https://bugs.php.net/fix.php?id=78595&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=78595&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=78595&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=78595&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=78595&r=mysqlcfg -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php