Skip to content

Instantly share code, notes, and snippets.

@vishwarajanand
Created July 14, 2022 05:40
Embed
What would you like to do?
php.ini configs for Google Cloud Platform
extension=protobuf.so
extension=grpc.so
; extension=php_openssl.so
; extension=xdebug.so
[Xdebug]
zend_extension=xdebug.so
;xdebug.mode=coverage
;xdebug.start_with_request=yes
xdebug.remote_enable = 1;
xdebug.remote_autostart = 1;
; xdebug.remote_host=127.0.0.1
; xdebug.remote_connect_back=1 # Not safe for production servers
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
; xdebug.remote_mode=req
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment