Last active
December 14, 2023 13:51
-
-
Save vishwarajanand/a07f9cea882368506c80badfd9c79388 to your computer and use it in GitHub Desktop.
php.ini configs for Google Cloud Platform
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension=protobuf.so | |
extension=grpc.so | |
grpc.enable_fork_support=1 | |
; extension=php_openssl.so | |
; extension=xdebug.so | |
[Xdebug] | |
zend_extension=xdebug.so | |
xdebug.mode=debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment