Commit Graph

119 Commits

Author SHA1 Message Date
Jeff Geerling
bb0c7e7bbc Fixes #70: Get gooky Apache-specific packages out of default config. 2016-01-07 10:48:02 -06:00
Jeff Geerling
82df5b139d Merge pull request #68 from remicollet/patch-1
Improve repo description
2016-01-07 10:27:39 -06:00
Remi Collet
430b3964db Improve repo description
* add link to referenced roles
* use remi-php56 as example (instead of EOL php 5.4)
2016-01-07 17:25:45 +01:00
Jeff Geerling
714e23e92e Change php_version var to php_installed_version. 2015-12-14 08:50:57 -06:00
Jeff Geerling
4d89ae1df7 Merge pull request #66 from pgilad/patch-1
Use ansible jinja filter of version_compare
2015-12-14 08:47:17 -06:00
Gilad Peleg
6a2048a565 Use ansible jinja filter of version_compare 2015-12-14 15:45:58 +02:00
Jeff Geerling
e22b35d20e Fixes #65: Make FPM init script more PHP-7-friendly. 2015-12-13 22:42:44 -06:00
Jeff Geerling
817fa70c02 Fixes fix from #59, #57: Debian should actually be 05-opcache.ini. 2015-12-10 17:18:20 -06:00
Jeff Geerling
7afdd80e6f Fixes #59, #57: Set default opcache and apc filenames correctly, ensure opcache installed on EL. 2015-12-07 16:27:29 -06:00
Jeff Geerling
5dfce28b75 Merge pull request #62 from thom8/override_php_fpm_daemon
Allow overriding php_fpm_daemon
2015-12-06 21:48:31 -06:00
Thom Toogood
528ab01605 Allow overriding php_fpm_daemon 2015-12-07 12:07:26 +11:00
Jeff Geerling
ce8d9cad35 Make sure OpenSSL requirements are installed. 2015-10-02 13:58:48 -05:00
Jeff Geerling
6b57f8eb73 Remove extra newline. 2015-10-02 12:58:29 -05:00
Jeff Geerling
213914d5df Add php_source_install_gmp_path variable for better cross-distro/platform support. 2015-10-02 12:49:11 -05:00
Jeff Geerling
0ac0bb2b3b Remove ImageMagick from PHP default installation on RedHat. 2015-08-21 12:58:17 -05:00
Jeff Geerling
9edf658f9c PR #51: Add documentation for newly-configurable filename variables. 2015-08-20 11:56:47 -05:00
Jeff Geerling
87f4c5442c Merge pull request #51 from juwai/master
PR #51: Make `php_apc_conf_filename` and `php_opcache_conf_filename` configurable.
2015-08-20 11:54:06 -05:00
wenzong
b44c4338e7 Make php_apc_conf_filename and php_opcache_conf_filename configurable. 2015-08-20 14:34:29 +08:00
Jeff Geerling
f240b7a268 Issue #45: Fix PHP-FPM setup and configuration when installing from source x3. 2015-07-06 19:46:04 -05:00
Jeff Geerling
ac77ea3327 Issue #45: Fix PHP-FPM setup and configuration when installing from source - for real. 2015-07-06 12:03:23 -05:00
Jeff Geerling
876f902739 Issue #45: Fix PHP-FPM setup and configuration when installing from source. 2015-07-06 10:07:58 -05:00
Jeff Geerling
d915fd9afb Fixes #45: Automatically add PHP FPM symlink when building from source. 2015-07-05 22:21:58 -05:00
Jeff Geerling
cbbf926b74 Make build configure script work for tagged releases. 2015-07-05 21:07:51 -05:00
Jeff Geerling
39e7bf6e13 Fixes #44: Allow php executable to be configurable. 2015-06-27 12:00:10 -05:00
Jeff Geerling
fa089f116b Better order of README. 2015-05-31 22:37:45 -05:00
Jeff Geerling
4c7dc8509e Clone from source only when PHP is not installed. 2015-05-31 22:22:36 -05:00
Jeff Geerling
7da296dd4f Fix tests by using proper libpng-dev package. 2015-05-31 22:05:46 -05:00
Jeff Geerling
0122ed31aa Add concurrency to Travis job for faster run. 2015-05-31 21:34:57 -05:00
Jeff Geerling
9a28e06037 Fixed tests for Travis. 2015-05-31 21:05:08 -05:00
Jeff Geerling
c4c17aa61b Nudge Travis to work properly. 2015-05-31 20:59:06 -05:00
Jeff Geerling
e3486fe4b6 Fixes #35: Support compiling from source, PHP 7, and beyond! 2015-05-31 20:51:50 -05:00
Jeff Geerling
30e9ef1a33 Add max_input_vars and max_input_time vars. 2015-05-27 10:17:43 -05:00
Jeff Geerling
11f434dc89 Remove outdated TODO section from README.md. 2015-05-26 10:50:33 -05:00
Jeff Geerling
a619c2a285 Follow-up to fix tests for #42. 2015-05-26 10:39:30 -05:00
Jeff Geerling
c862766a43 Fixes #42: Fails in --check mode. 2015-05-26 10:32:11 -05:00
Jeff Geerling
5f63396f3a Merge pull request #41 from LewisW/patch-1
Fixed typos in the Opcache section of the README.
2015-05-22 09:27:10 -05:00
Lewis Wright
43720bc046 Fixed typos in the Opcache section 2015-05-22 10:58:08 +01:00
Jeff Geerling
41ac428ea3 For #31: Document new php_expose_php option. 2015-05-11 10:28:03 -07:00
Jeff Geerling
f0d922699d Merge pull request #31 from o2web/master
Add option to disable expose_php.
2015-05-11 10:27:12 -07:00
Jeff Geerling
da59049bc8 Issue #24: Document new PHP OpCache configuration variables. 2015-04-30 16:01:04 -05:00
Jeff Geerling
c1cf287346 Fixes #24: Configure OpCache for PHP >= 5.5. 2015-04-30 15:54:15 -05:00
Jeff Geerling
b476fa740c Minimum Ansible version is 1.8 due to file module follow usage. 2015-04-28 12:03:43 -05:00
Jeff Geerling
456140f06f Add php_display_startup_errors to README. 2015-04-24 11:03:51 -05:00
Jeff Geerling
bd2ef93fae Clean up default php.ini and add php_display_startup_errors variable. 2015-04-24 11:02:59 -05:00
Jeff Geerling
2f5d56721a Fixes #33: php_extension_conf_path can be a symlink 2015-04-14 13:29:26 -05:00
Jeff Geerling
fda9cfff95 Fixes #32: Fix php_extension_conf_path for Debian webserver insanity 2015-04-14 12:58:38 -05:00
Louis-Michel Couture
924824c0f3 Add option to disable expose_php 2015-04-14 01:28:24 -04:00
Jeff Geerling
d378fef32a Merge pull request #29 from o2web/master
Add configurable max post size.
2015-04-12 14:37:56 -05:00
Louis-Michel Couture
6f2516cc0a Add configurable max post size 2015-04-12 13:03:29 -04:00
Jeff Geerling
aa46481c89 Fixes #26: Install APC by default on Debian/Ubuntu systems. 2015-03-06 11:32:59 -06:00