blackbirdchess-docker-dev/php-fpm
alchimik cdaa344321 Fixed memcached for php5.6 (#624)
```
Step 15/32 : RUN if [ ${INSTALL_MEMCACHED} = true ]; then     pecl install memcached &&     docker-php-ext-enable memcached ;fi
 ---> Running in b43e2e6b07f6
pecl/memcached requires PHP (version >= 7.0.0), installed version is 5.6.24
pecl/memcached can optionally use PHP extension "igbinary" (version >= 2.0)
pecl/memcached can optionally use PHP extension "msgpack" (version >= 2.0)
No valid packages found
install failed
ERROR: Service 'php-fpm' failed to build: The command '/bin/sh -c if [ ${INSTALL_MEMCACHED} = true ]; then     pecl install memcached &&     docker-php-ext-enable memcached ;fi' returned a non-zero code: 1
```
2017-02-21 23:23:30 +08:00
..
aerospike.ini Add configuration to install aerospike php extension 2016-08-20 19:05:38 +01:00
Dockerfile-56 Fixed memcached for php5.6 (#624) 2017-02-21 23:23:30 +08:00
Dockerfile-70 Fixed SOAP for both php-fpm and CLI 2017-02-07 15:21:30 -07:00
laravel.ini Remove hard-coded extensions from laravel.ini 2016-08-15 14:57:51 +01:00
laravel.pool.conf rename php to php-fpm 2016-05-18 02:43:23 +03:00
opcache.ini safer opcache settings (#604) 2017-02-10 15:37:03 -05:00
xdebug.ini disable xdebug remote by default 2016-10-09 20:47:08 -04:00