9cb902a819
fix php warning in php-fpm: "Unable to load dynamic library aerospike" ( #622 )
...
* fix php warning in php-fpm: "Unable to load dynamic library aerospike"
* fix php warning in php-fpm: "Unable to load dynamic library aerospike"
* simplify solution
* Update Dockerfile-56
* Update Dockerfile-70
2017-02-25 11:11:45 +08:00
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
21a83bd5a3
safer opcache settings ( #604 )
2017-02-10 15:37:03 -05:00
cf34c4ed32
Fixed SOAP for both php-fpm and CLI
2017-02-07 15:21:30 -07:00
a94f08920a
add php exif ( #564 )
...
* add php exif
* format
2017-01-22 12:20:27 +08:00
ad5883cdfd
fixed redis php extension instalation bug
...
remove unnecessary RUN command
2017-01-13 15:53:23 +02:00
a8120a1c46
bugfix for phpredis configuration
...
bugfix for phpredis configuration
2017-01-13 15:06:35 +08:00
f1cd4bb0e2
added phpredis in dockerfile70 ( #546 )
2017-01-12 19:06:08 -05:00
860af556e2
Support bcmath php extention on php-fpm and workspace (base image 1.3)
...
Probably closes #453
2016-12-21 14:01:51 -05:00
5bb515751a
Fix PHP 5.6 Dockerfile syntax error
...
Syntax error: ";" unexpected
2016-12-20 13:20:53 +07:00
da6b950623
Added SOAP option to php-fpm install.
2016-12-15 12:13:27 -07:00
2ed09f42ca
change workspace and php-fpm work directories
...
making them compatible with multiple projects
2016-10-31 19:28:25 -04:00
6ee790c26d
Add support for Codeigniter
2016-10-31 12:21:01 -04:00
2e5d2a743c
disable xdebug remote by default
2016-10-09 20:47:08 -04:00
5635b47c6f
refactor the workspace docker file
2016-10-09 20:27:03 -04:00
56f422ade0
replace true parameters by false as the default
2016-10-09 20:05:33 -04:00
5640bd963d
Activating OpCache
...
Closes #307
2016-09-15 10:47:58 -04:00
6cc58de67e
Add aerospike extension installation on phpfpm-56 as well
2016-09-04 14:50:03 +01:00
a3039958e3
Fix conflicts
2016-09-01 13:23:40 +01:00
314e43bb79
Update Dockerfile-56
2016-08-28 00:04:52 -05:00
ea047e2587
remove unnecessary env commands
...
These environment variables are not needed since they are only being used at build time and we are already specifying them using the ARG command, no need to specify it twice since it increases build time and size.
2016-08-28 00:04:19 -05:00
1afad7f14c
Add configuration to install aerospike php extension
2016-08-20 19:05:38 +01:00
dd48592d8b
update the xdebug.ini usage
2016-08-19 03:05:02 +03:00
d57a0c3888
rename and refactor xdebug config files
2016-08-19 03:03:45 +03:00
cfc81fca64
Allow for config of crush and opcache in the main docker file
2016-08-16 17:51:41 -04:00
95ef5e1e70
Add Drush and Opcache to laradock because they are needed for drupal development.
2016-08-16 15:13:58 -04:00
b4760ac703
Merge branch 'xdebugPhpFpm' of https://github.com/LarryEitel/laradock into LarryEitel-xdebugPhpFpm
...
* 'xdebugPhpFpm' of https://github.com/LarryEitel/laradock :
Provided a way to Stop/Start php-fpm xdebug via bash script.
2016-08-16 15:13:42 +03:00
aabb0cded8
upgrade php-fpm base image
2016-08-16 15:12:52 +03:00
d3a6116a42
move PHP Memcached from the base image to LaraDock
2016-08-16 15:12:35 +03:00
a6e04aa659
Added PHP Memcached extension installation for PHP 5.6
2016-08-16 16:31:52 +07:00
d8a4537efb
Provided a way to Stop/Start php-fpm xdebug via bash script.
2016-08-15 09:28:32 -06:00
651430c7a9
Update Dockerfile-56
2016-08-15 15:01:47 +01:00
3be9dee1c7
Update Dockerfile-70
2016-08-15 15:00:37 +01:00
8ef37a71fb
Remove hard-coded extensions from laravel.ini
2016-08-15 14:57:51 +01:00
1fdf800988
add options INSTALL_ZIP_ARCHIVE to php-fpm
2016-08-14 15:53:08 +08:00
aa8f7c48a5
upgrade the php-fpm base images
2016-08-03 22:28:33 +03:00
533925522c
add CONTRIBUTING.md
2016-08-03 13:08:00 +03:00
e65f0dceba
add docker build version to the base image
2016-07-27 04:34:45 +03:00
c792a780ee
use laradock php-fpm base images
...
to speed up the build time
2016-07-27 04:22:31 +03:00
5bb3d3b6a8
rename PHP-FPM Dockerfile5 to Dockerfile56
2016-07-27 03:57:32 +03:00
462b5685eb
add some comments sections to the php dockerfiles
2016-07-25 07:27:15 +03:00
e1dbb972f1
make Mongo, xDebug, Node, and prestissimo Installation Optional
...
on the Workspace and PHP-FPM Containers
+ general refactoring
2016-07-25 06:25:38 +03:00
419434020c
merge back apt-get update and install to keep them on the same layer
2016-07-25 04:05:07 +03:00
ca378ac734
add libz-dev library to php containers
2016-07-25 02:17:36 +03:00
67f92de4f0
Refactor the PHP 5 Dockerfile
2016-07-25 02:14:19 +03:00
c8d4461771
Refactor the PHP 7 Dockerfile
2016-07-25 01:30:19 +03:00
23b0906cd7
delete the Dockerfile-55 file and rename Dockerfile-56 to Dockerfile-5
...
Since 5.5 and 5.6 dockerfiles are identical execept the base image php version.
Will let the users switch the php 5.6 and 5.5 version from the Dockerfile-5 by changing one char
in the first line. Removing this duplication will make contribution and maintance easier and faster.
2016-07-24 23:25:31 +03:00
d75a43c615
Update Dockerfile-70
...
fixes memcached extension not installing
2016-07-16 13:07:56 -05:00
16b82d066e
#140 update php 5.5 and 5.6
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com >
2016-07-14 09:56:05 +08:00
48a53f1d24
Update Dockerfile-70
...
install libJPEG and enabled in GD
2016-07-13 14:12:32 +08:00