summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some missing semicolons at the end of a case statement.Michael Orlitzky2015-12-191-1/+1
* Fix documentation for the get_sapi_active_target() function.Michael Orlitzky2015-12-191-5/+5
* Factor our the active SAPI target getter functions.Michael Orlitzky2015-12-191-45/+17
* Generalize sapi_active_bin_link_path() to sapi_active_link_path().Michael Orlitzky2015-12-191-42/+22
* Factor out the target major version number parsing into a function.Michael Orlitzky2015-12-191-5/+27
* Replace hard-coded SAPI executable link paths with a function call.Michael Orlitzky2015-12-191-11/+38
* Add support for the phpdbg SAPI target0.8.2Brian Evans2015-12-171-1/+39
* Use AC_PROG_MKDIR_P macro/variable instead of "mkdir -p".Michael Orlitzky2015-12-101-1/+1
* Write an apache configuration file to /var/lib/eselect-php/mod_php.conf.Michael Orlitzky2015-12-101-3/+36
* Use {cli,cgi,fpm}_link variables where appropriate.Michael Orlitzky2015-12-101-5/+5
* Switch get_active_apache2() and set_apache2() to the new mod_php.so symlink.Michael Orlitzky2015-12-101-18/+20
* Clean up error/info messages and quoting in the set_* functions.Michael Orlitzky2015-12-101-12/+12