Edit report at https://bugs.php.net/bug.php?id=78595&edit=1

 ID:                 78595
 Updated by:         c...@php.net
 Reported by:        mt at mansonthomas dot com
 Summary:            PECL install protobuf & grpc as both extension &
                     zend_extension in php.ini
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            PECL
 Operating System:   MacOSX
 PHP Version:        7.2.22
-Assigned To:        
+Assigned To:        cmb
 Block user comment: N
 Private report:     N

 New Comment:

pecl is just an alias for pear, so this isn't the right
bugtracker.  If this issue is still relevant, please report it at
<https://pear.php.net/bugs/>.


Previous Comments:
------------------------------------------------------------------------
[2019-09-25 11:30:09] mt at mansonthomas dot com

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 this bug report at https://bugs.php.net/bug.php?id=78595&edit=1

-- 
PECL development discussion Mailing List (https://pecl.php.net/)
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to