summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-061-4/+4
* 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-061-4/+4
* Use AC_PROG_SED to determine POSIX-compatible sed path.Michael Orlitzky2015-12-061-5/+5
* 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