Sign inSign up

wangsying/php

By wangsying

Updated about 5 years ago

Laravel php server images, php-fpm or apache2+php

Image
0

1.7K

wangsying/php repository overview

Add PHP extensions support on php and apache2:

zip 
intl 
mbstring 
mcrypt 
pcntl 
redis
memcached
mysqli 
pdo 
pdo_mysql 
pdo_pgsql 
pgsql 
zip 
opcache
xdebug
TagPhp versionLaravel version
7.1.33-x7.1.336.x
7.2.5-x7.2.57.x
7.4.14-x7.4.148.x
XDebug

add in /usr/local/etc/php/php.ini:

New Xdebug 3:

[XDebug]
xdebug.mode = debug
xdebug.start_with_request = yes
; your local ip
xdebug.client_host = 192.168.3.32
xdebug.client_port = 9000
xdebug.log = /var/log/php/xdebug.log

Old Xdebug:

[XDebug]
xdebug.idekey = vscode
xdebug.remote_autostart = true
xdebug.remote_mode = req
xdebug.remote_enable = true
xdebug.remote_host = 192.168.3.32
xdebug.remote_port = 9000
xdebug.remote_log = /var/log/apache2/xdebug.log

Tag summary

Content type

Image

Digest

Size

388 MB

Last updated

about 5 years ago

docker pull wangsying/php:7.4.14-fpm-buster