summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-102-1/+2
* Bump version to 0.8.1 in configure.ac.0.8.1Michael 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
* Add a missing die() on a call to rm.Michael Orlitzky2015-12-101-1/+1
* Rename our active DSO symlink to mod_php.so.Michael Orlitzky2015-12-101-8/+8
* Add the get_apache2_active_symlink_path() function.Michael Orlitzky2015-12-101-0/+18
* Add curly braces around an interpolated string variable.Michael Orlitzky2015-12-101-1/+1
* Document the find_targets_apache2() and get_active_apache2() functions.Michael Orlitzky2015-12-101-0/+28
* Use fixed ".so" suffix for libphp instead of computing it.Michael Orlitzky2015-12-101-23/+7
* Test for sort/uniq executables and use the results instead of "sort -u".0.8.0Michael Orlitzky2015-12-062-4/+6
* Combine the libphp5/libphp7 branches.Michael Orlitzky2015-12-061-26/+32
* Line length, whitespace, and typo cleanup.Michael Orlitzky2015-12-061-15/+35
* Use AC_PROG_LN_S macro to replace "ln -s".Michael Orlitzky2015-12-062-4/+5
* Use AC_PROG_SED to determine POSIX-compatible sed path.Michael Orlitzky2015-12-062-5/+7
* Create trivial autotools "build system."Michael Orlitzky2015-12-063-0/+11
* Apply Brian Evans's patch to support php-7.x with apache2.Michael Orlitzky2015-12-061-8/+28
* Update copyright year and some trivial whitespace changes (due to ebuild-mode).Michael Orlitzky2015-12-061-5/+3
* Rename the eselect module in preparation for autotools integration.Michael Orlitzky2015-12-061-0/+0
* Initial commit of the current release, v0.7.1.Michael Orlitzky2015-12-061-0/+352