summaryrefslogtreecommitdiff
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
* 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-211-9/+9
* 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-211-1/+1
* 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/+603