9dda2f6b9f
image optimizers libraries
2017-07-10 18:49:39 +05:45
0290142bf4
Dockerfile-56 fill missing MSSQL section
2017-05-31 13:41:30 +08:00
848398d443
php-fpm service LDAP support
2017-05-12 19:23:03 +08:00
31d21c74a0
add swoole extension config
2017-05-08 01:42:46 +08:00
4cf5f3eabf
Removing suffix for Aerospike and V8JS
2017-05-07 16:54:55 +02:00
f162864e89
apt-get update just need run at first, after add-apt-repository or update apt source list.
2017-05-07 01:17:35 +08:00
a81686d9d0
aerospike-client-php version to 3.4.14 (php-fpm)
2017-05-05 19:13:10 +08:00
b1c546efc9
update base images version for workspace and php-fpm
2017-04-21 22:37:48 -04:00
bce05e4b59
little cleanup
2017-04-21 10:13:53 +12:00
4ce1d7f64a
upgrade base images for php-fpm and workspace.
...
These duplicated Dockerfiles will be merged onto single Dockerfile
later. The same Dockerfile will check for the PHP version variable
and install the necessary softwar's accordingly.
2017-04-21 10:13:53 +12:00
5aab3add44
Added blackfire.io
2017-04-21 10:02:54 +12:00
f3598c3c97
Merge pull request #805 from bestlong/fixing-php-fpm-ghostscript
...
Fixing php fpm ghostscript
2017-04-14 03:24:54 -04:00
4fd73ac512
Fix build error in php-fpm containers, after updating the base image
2017-04-14 03:23:19 -04:00
747f956d01
update php-fpm base image tags {requires rebuild}
2017-04-14 03:12:00 -04:00
ca7726c441
Update Dockerfile-56
...
fixing unexpected message "/bin/sh: 1: [: =: unexpected operator", #798 .
2017-04-14 10:08:11 +08:00
96e82d4115
Merge pull request #793 from winfried-van-loon/php-fpm-56-args
...
Fixing not-consumed buildargs php-fpm-56
2017-04-11 18:36:13 -07:00
6d4a2c4cc4
Merge pull request #789 from winfried-van-loon/php-fpm-cleanup
...
Fixing whitespaces and tailing spaces
2017-04-11 18:35:17 -07:00
cdb456a9b5
Fixing indentation
2017-04-11 23:19:58 +02:00
657d8535a6
Fixing not-consumed buildargs php-fpm-56
...
Should fix the following warning:
```
[Warning] One or more build-args [INSTALL_INTL INSTALL_PHPREDIS INSTALL_GHOSTSCRIPT] were not consumed
```
2017-04-11 23:15:09 +02:00
0594681760
Fixing the php ext already loaded warnings
...
Example:
```
warning: exif (exif.so) is already loaded!
```
2017-04-11 23:10:41 +02:00
f91def64d7
Fixing whitespaces and tailing spaces
2017-04-11 21:22:57 +02:00
86ebbfbdd3
Adding exif/redis to php-fpm 56 and 71
2017-04-11 20:48:42 +02:00
80a60d58cf
Merging removed MySQL ext into MySQLi setting
2017-04-11 13:22:07 +02:00
d321be888c
Fix PHP Zip library installation
2017-04-05 15:06:47 +02:00
e861348475
Adding option to install Php5.x MySQL #722
2017-04-04 16:39:53 +02:00
36fcc6674e
Seperated mysqli and tokenizer as seperate options without putting them under code igniter
2017-03-09 09:29:07 +01:00
7a343f168f
Updated with laradock master
2017-03-08 16:08:42 +01:00
94c6240586
workaround for 'Xdebug breaks on access to class static property' ( #654 )
...
see https://github.com/docker-library/php/issues/133
2017-03-08 00:15:46 -05:00
603010cbd5
Split up mysqli and tokenizer
2017-03-06 09:03:12 +01:00
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
cf34c4ed32
Fixed SOAP for both php-fpm and CLI
2017-02-07 15:21:30 -07: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
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
314e43bb79
Update Dockerfile-56
2016-08-28 00:04:52 -05:00
dd48592d8b
update the xdebug.ini usage
2016-08-19 03:05:02 +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
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
1fdf800988
add options INSTALL_ZIP_ARCHIVE to php-fpm
2016-08-14 15:53:08 +08:00