moodle-php-apache icon indicating copy to clipboard operation
moodle-php-apache copied to clipboard

PHP + Apache docker images for Moodle development

Results 22 moodle-php-apache issues
Sort by recently updated
recently updated
newest added

It'd be nice to support armv7l so can run on rpi4 (at least for simple dbs)

Adding https://github.com/catalyst/moodle-tool_excimer to our build and it requires this extension, running our unit testing pipelines through https://github.com/moodlehq/moodle-docker so seems fitting to suggest to add here. Looks to be a pretty...

Hello Everyone, I didn't test it by myself, just sharing [something](https://github.com/docker-library/php/issues/1194#issuecomment-904954896) that could affect the LDAP tests here when using the _Bullseye_ option and running `MOODLE_DOCKER_PHPUNIT_EXTRAS=true`: > Oh, in `buster`...

Trying to upload a large course backup into the Moodle docker instance, I was limited by php.ini max upload settings. So I propose adding some instructions about updating php.ini within...

Here's a patch for xdebug support (#17). It installs the module but leaves it disabled. The module will be enabled if there is a non-empty XDEBUG_CONFIG environment variable. I thought...

Over different issues (#137, https://github.com/moodlehq/moodle-docker/commit/46cccbeb6804c3979caf25d81ae05f08c59c3353, https://github.com/moodlehq/moodle-php-apache/issues/17#issuecomment-581877394...) there are spread comments and instructions about how to use phpdbg / pcov / xdebug with the PHP images. This issue is about add...

This is a small change to activate Xdebug via the docker build command. This is the build command: docker build -t moodlehq/moodle-php-apache:7.3 --build-arg XDEBUG=1 . or docker build -t moodlehq/moodle-php-apache:7.3-xdebug...

This change is primarily about: 1. adding NVM and NodeJS to the image 1. adding Git to the image During my changes I discovered some issues relating to our Dockerfile,...