summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for PHP 8Brian Evans2020-12-071-2/+5
* src/php.eselect.in.in: only create links to targets that exist.0.9.6Michael Orlitzky2020-03-011-7/+16
* src/php.eselect.in.in: add support for the "phar" executable.Michael Orlitzky2020-02-291-1/+1
* src/php.eselect.in.in: create symlinks relatively.Michael Orlitzky2020-02-291-13/+10
* src/php.eselect.in.in: enable nullglob during find_targets().Michael Orlitzky2020-02-291-3/+5
* respect ROOT env variableStefan Langenmaier2020-02-281-8/+18
* src/php.eselect.in.in: remove old pre-php-7.x compatibility code.Michael Orlitzky2020-02-121-34/+0
* autotools: use recursive automake to support out-of-source builds.Michael Orlitzky2020-01-231-0/+41
* src/php-fpm.logrotate.in: add a logrotate script for php-fpm.Michael Orlitzky2020-01-221-0/+7
* src/php-fpm.conf: move the php-fpm tmpfiles.d entry "upstream."Michael Orlitzky2020-01-221-0/+5
* src/php-fpm-launcher.in: add php-fpm-launcher wrapper script.Michael Orlitzky2020-01-221-0/+11
* src/php.eselect.in.in: use "-f" option to "ln" for POSIX compatibility.Michael Orlitzky2018-04-111-1/+2
* Move the apache conf file writing into set_sapi().Michael Orlitzky2016-01-221-8/+11
* Don't inherit config or multilib.Michael Orlitzky2016-01-221-3/+0
* Rename the "modules" action to "list-modules".Michael Orlitzky2016-01-221-3/+3
* Cosmetic changes to help text.Michael Orlitzky2016-01-221-12/+12
* Add a "modules" action to list all valid modules (requested in bug 491866).Michael Orlitzky2016-01-221-0/+10
* Remove useless describe_cleanup_parameters() and describe_cleanup_options().Michael Orlitzky2016-01-221-8/+0
* Document and fix the update functionality.Michael Orlitzky2016-01-221-11/+35
* Remove the word "automatically" from the cleanup description.Michael Orlitzky2016-01-221-1/+1
* Clean up and document the cleanup_sapi() function.Michael Orlitzky2016-01-221-14/+33
* Remove cleanup_sapis() and ensmarten the libphp[57].so symlink removal.Michael Orlitzky2016-01-221-14/+14
* Add a TODO to find_targets() about an error condition.Michael Orlitzky2016-01-211-0/+3
* Use uppercase @BINDIR@, @LIBDIR@, etc. for autotools substitution.Michael Orlitzky2016-01-212-10/+10
* Clean up and document find_targets().Michael Orlitzky2016-01-211-8/+10
* Replace get_libdirs() and get_active_libdir() with autotools magic.Michael Orlitzky2016-01-211-34/+13
* Add 70_mod_php.conf.in to the project source.Michael Orlitzky2016-01-212-1/+25
* Replace custom bindir handling with the new autotools magic.Michael Orlitzky2016-01-211-5/+4
* Add another layer of indirection to get @bindir@ and friends in the output.Michael Orlitzky2016-01-211-0/+0
* Fix cleanup up libphp[57].so symlinks.Michael Orlitzky2016-01-201-1/+1
* Consolidate all of the set_foo() functions.Michael Orlitzky2016-01-091-27/+16
* Undo the change from phpdbg -> dbg, using "phpdbg" everywhere makes more sense.Michael Orlitzky2016-01-091-6/+6
* Fix cleanup and update actions.Michael Orlitzky2016-01-081-10/+13
* Clean up check_module() a bit and give it some documentation.Michael Orlitzky2016-01-081-1/+15
* Remove superfluous list_foo() functions.Michael Orlitzky2016-01-081-22/+3
* Rename "phpdbg" to "dbg" for consistency and to fix its show action.Michael Orlitzky2016-01-081-3/+3
* Fix the "show" action for SAPIs other than phpdbg.Michael Orlitzky2016-01-081-2/+3
* Add config warning when setting the apache2 target.Michael Orlitzky2016-01-081-0/+20
* Add sapi_link_name_target() to clean up set_sapi().Michael Orlitzky2016-01-081-9/+29
* Refactor set_apache2() to use set_sapi().Michael Orlitzky2016-01-081-20/+49
* Remove unnecessary quoting.Michael Orlitzky2016-01-081-4/+4
* Update copyright year.Michael Orlitzky2016-01-081-1/+1
* Refactor most set_foo() functions to use set_sapi().Michael Orlitzky2016-01-081-26/+26
* Whitespace cleanup.Michael Orlitzky2016-01-081-5/+5
* Split sapi_active_link_path() into sapi_active_link_{names,dir}().Michael Orlitzky2016-01-081-12/+77
* Document and clean up the resolv_target function.Michael Orlitzky2016-01-081-6/+33
* Fix call to resolv_target() in set_phpdbg().Michael Orlitzky2016-01-081-1/+1
* Fix bug in resolv_target() introduced while refactoring.Michael Orlitzky2015-12-191-1/+1
* Consolidate all list_foo actions into one new list_sapi() function.Michael Orlitzky2015-12-191-46/+24
* Add the find_sapi_targets() function and refactor.Michael Orlitzky2015-12-191-53/+29