Commit Graph

415 Commits

Author SHA1 Message Date
Ric Harvey
62032f9e1a update php to 7.1.9 2017-09-04 09:30:24 +01:00
Ric Harvey
5e0108f56e transfer to richarvey github account 2017-08-30 16:06:02 +01:00
Ric Harvey
4e869362a6 closes #163 new flag APPLICATION_ENV=development 2017-08-25 11:13:30 +01:00
Ric Harvey
76d12bbb0e updates to composer 2017-08-25 11:11:00 +01:00
Ric Harvey
8100a5310b Merge branch 'hkeio-master' 2017-08-25 11:09:37 +01:00
Ric Harvey
be4c24c20f Merge branch 'master' of git://github.com/hkeio/nginx-php-fpm into hkeio-master 2017-08-25 11:09:02 +01:00
Ric Harvey
3e486597d6 closes #166 fix gnu-libiconv charset 2017-08-23 14:52:56 +01:00
Ric Harvey
520f0ab751 allow custom nginx.conf and enable lua support closes #128 2017-08-18 15:04:42 +01:00
Ric Harvey
1b427c9c9b update versioning 2017-08-18 14:26:45 +01:00
Ric Harvey
b231e0c65b Merge branch 'brendaniel-patch-1' 2017-08-18 14:25:03 +01:00
Ric Harvey
263b63be3f Merge branch 'patch-1' of git://github.com/brendaniel/nginx-php-fpm into brendaniel-patch-1 2017-08-18 14:24:37 +01:00
Ric Harvey
cfed8f474f Merge branch 'xdebug' of git://github.com/that0n3guy/nginx-php-fpm 2017-08-18 14:19:54 +01:00
Ric Harvey
974e1a766a update container scripts version closes PR #136 2017-08-18 14:18:44 +01:00
Ric Harvey
cba9b658dd Merge branch 'thelittlefireman-patch-1' 2017-08-18 14:17:53 +01:00
Ric Harvey
ff9649540c Merge branch 'patch-1' of git://github.com/thelittlefireman/nginx-php-fpm into thelittlefireman-patch-1 2017-08-18 14:15:48 +01:00
Ric Harvey
ed8e1953f1 fix repo layout doc conf directive closes #155 2017-08-18 14:14:51 +01:00
Ric Harvey
e6871df283 Move daemon off to supervisor and out of nginx.conf closes #156 2017-08-18 14:12:12 +01:00
Ric Harvey
5fc072679a add include file sin supervisord config closes #156 2017-08-18 12:03:29 +01:00
Ric Harvey
21cd9b84a0 build 1.2.4 release php 7.1.8 nginx 1.13.4 2017-08-14 10:06:30 +01:00
Ric Harvey
3cf02fc8b6 Merge pull request #162 from yuriolive/patch-1
New NGINX version fix security vulnerability
2017-08-04 16:02:31 +01:00
yuriolive
ffd963a3ee New NGINX version fix security vulnerability
Nginx 1.13.2 has the security vulnerability CVE-2017-7529.
2017-08-03 18:17:12 -03:00
GracefulLight
c133ba3f8e composer parallel install plugin added
https://github.com/hirak/prestissimo
2017-07-31 18:24:00 +09:00
Heiko Holland
73fecdedf9 run composer install after custom scripts, install dev packages when APPLICATION_ENV is set to development 2017-07-30 14:27:48 +02:00
Ric Harvey
3ef8afd8af Remove VOLUME closes #139 #151 2017-07-25 23:02:03 +01:00
Ric Harvey
0579a6c9d0 up php version to 7.1.7 and nginx to 1.13.2 2017-07-25 22:53:09 +01:00
Peter O
bb97c9937d added comment on where error comes from 2017-06-23 13:49:01 -05:00
Peter O
321452c7d5 added some missing items 2017-06-23 12:10:37 -05:00
Peter O
381434a6db initial xdebug additions 2017-06-23 11:32:26 -05:00
Peter O
598dbe1a24 initial xdebug additions 2017-06-23 11:31:17 -05:00
Ric Harvey
60b29b4842 update readme 2017-06-23 10:03:38 +01:00
thelittlefireman
157a1c27f1 fix huge mistake : bad copy past and missing parameters 2017-06-23 11:02:47 +02:00
Ric Harvey
b294361b1e set workers automatically closes #122 2017-06-23 09:57:00 +01:00
Richard Harvey
3fea6fc090 Bumped versions of nginx and PHP 2017-06-23 09:44:45 +01:00
Ric Harvey
34e3c96166 Update nginx version to 10.12.0 2017-04-18 09:57:56 +01:00
Ric Harvey
79efb3170b adding else back in 2017-04-18 09:44:00 +01:00
Ric Harvey
dedba49d93 Merge branch 'SKoschnicke-master' 2017-04-18 09:43:15 +01:00
Ric Harvey
502dee57d4 Merge branch 'master' of git://github.com/SKoschnicke/nginx-php-fpm into SKoschnicke-master 2017-04-18 09:41:01 +01:00
thelittlefireman
3bc935e817 fix bad copy past
fix bad copy past
2017-04-07 09:44:49 +02:00
thelittlefireman
49ddd9fe3e Prevent config files from being filled to infinity
When you start/stop Successively your container, the file /root/.ssh/conf and /usr/local/etc/php-fpm.conf grow to infinity : loop repetition of line "; Include one or more files. If glob(3) exists, it is used to include a bunch of
; files from a glob(3) pattern. This directive can be used everywhere in the
; file.
; Relative path can also be used. They will be prefixed by:
;  - the global prefix if it's been set (-p argument)
;  - /usr/local otherwise
include=etc/php-fpm.d/*.conf
php_flag[display_errors] = off
php_flag[display_errors] = off
php_flag[display_errors] = off
php_flag[display_errors] = off
php_flag[display_errors] = off"
2017-04-07 09:43:19 +02:00
Ric Harvey
c975c8b128 Merge pull request #133 from ciruz/master
Error in PHP docs
2017-03-23 09:48:04 +00:00
ciruz
abcb3b8bc9 error in php docs 2017-03-23 08:29:17 +01:00
Sven Koschnicke
7f2ff02904 Fix running composer with respect to different WEBROOT.
The composer configuration should always be located in the project root,
independently where the webroot is located. Closes #95.
2017-03-20 13:05:41 +01:00
Ric Harvey
847cd43476 Fix sqlite missing modules 2017-03-17 12:32:22 +00:00
Ric Harvey
ab0e1cb90b Merge pull request #127 from TheNavigat/master
Adding PDO Sqlite extension
2017-03-17 10:09:05 +00:00
Amjad Mashaal
5d26aff3e4 Adding PDO Sqlite extension 2017-03-17 01:26:53 +02:00
Ric Harvey
aa551a999e Add new flag REMOVE_FILES to close #121 2017-03-16 16:29:22 +00:00
Ric Harvey
fb035e0955 adding unmaitained tags to docs 2017-03-16 12:01:28 +00:00
Ric Harvey
35c0014862 Added OpCache module closes #123 2017-03-16 10:36:10 +00:00
Ric Harvey
2e17591874 Merge pull request #125 from aschonbe/master
[FIX] Composer.phar Installer auto-version SHA
2017-03-15 09:21:27 +00:00
aschonbe
ce70c0ffc9 [FIX] Composer.phar Installer auto-version SHA
Problem: against best practice, the composer.phar installer download checksum was hard coded, but the latest version of the installer was downloaded, resulting in the checksum often not matching the package; build would ultimately fail.
Solution: grab the latest checksum value along with the latest installer package.

More instructions: https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md
2017-03-14 15:07:16 -04:00