GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/eselect-php.git
master
PHP eselect module
PHP Team <php-bugs@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump to v0.8.5 in configure.ac.
0.8.5
Michael Orlitzky
2016-01-09
1
-1
/
+1
*
Consolidate all of the set_foo() functions.
Michael Orlitzky
2016-01-09
1
-27
/
+16
*
Undo the change from phpdbg -> dbg, using "phpdbg" everywhere makes more sense.
Michael Orlitzky
2016-01-09
1
-6
/
+6
*
Bump to v0.8.4 in configure.ac.
0.8.4
Michael Orlitzky
2016-01-08
1
-1
/
+1
*
Fix cleanup and update actions.
Michael Orlitzky
2016-01-08
1
-10
/
+13
*
Clean up check_module() a bit and give it some documentation.
Michael Orlitzky
2016-01-08
1
-1
/
+15
*
Remove superfluous list_foo() functions.
Michael Orlitzky
2016-01-08
1
-22
/
+3
*
Rename "phpdbg" to "dbg" for consistency and to fix its show action.
Michael Orlitzky
2016-01-08
1
-3
/
+3
*
Fix the "show" action for SAPIs other than phpdbg.
Michael Orlitzky
2016-01-08
1
-2
/
+3
*
Bump to v0.8.3 in configure.ac.
0.8.3
Michael Orlitzky
2016-01-08
1
-1
/
+1
*
Add config warning when setting the apache2 target.
Michael Orlitzky
2016-01-08
1
-0
/
+20
*
Add sapi_link_name_target() to clean up set_sapi().
Michael Orlitzky
2016-01-08
1
-9
/
+29
*
Refactor set_apache2() to use set_sapi().
Michael Orlitzky
2016-01-08
1
-20
/
+49
*
Remove unnecessary quoting.
Michael Orlitzky
2016-01-08
1
-4
/
+4
*
Update copyright year.
Michael Orlitzky
2016-01-08
1
-1
/
+1
*
Refactor most set_foo() functions to use set_sapi().
Michael Orlitzky
2016-01-08
1
-26
/
+26
*
Whitespace cleanup.
Michael Orlitzky
2016-01-08
1
-5
/
+5
*
Split sapi_active_link_path() into sapi_active_link_{names,dir}().
Michael Orlitzky
2016-01-08
1
-12
/
+77
*
Document and clean up the resolv_target function.
Michael Orlitzky
2016-01-08
1
-6
/
+33
*
Fix call to resolv_target() in set_phpdbg().
Michael Orlitzky
2016-01-08
1
-1
/
+1
*
Fix bug in resolv_target() introduced while refactoring.
Michael Orlitzky
2015-12-19
1
-1
/
+1
*
Consolidate all list_foo actions into one new list_sapi() function.
Michael Orlitzky
2015-12-19
1
-46
/
+24
*
Add the find_sapi_targets() function and refactor.
Michael Orlitzky
2015-12-19
1
-53
/
+29
*
Add some missing semicolons at the end of a case statement.
Michael Orlitzky
2015-12-19
1
-1
/
+1
*
Fix documentation for the get_sapi_active_target() function.
Michael Orlitzky
2015-12-19
1
-5
/
+5
*
Factor our the active SAPI target getter functions.
Michael Orlitzky
2015-12-19
1
-45
/
+17
*
Generalize sapi_active_bin_link_path() to sapi_active_link_path().
Michael Orlitzky
2015-12-19
1
-42
/
+22
*
Factor out the target major version number parsing into a function.
Michael Orlitzky
2015-12-19
1
-5
/
+27
*
Replace hard-coded SAPI executable link paths with a function call.
Michael Orlitzky
2015-12-19
1
-11
/
+38
*
Add support for the phpdbg SAPI target
0.8.2
Brian Evans
2015-12-17
1
-1
/
+39
*
Use AC_PROG_MKDIR_P macro/variable instead of "mkdir -p".
Michael Orlitzky
2015-12-10
2
-1
/
+2
*
Bump version to 0.8.1 in configure.ac.
0.8.1
Michael Orlitzky
2015-12-10
1
-1
/
+1
*
Write an apache configuration file to /var/lib/eselect-php/mod_php.conf.
Michael Orlitzky
2015-12-10
1
-3
/
+36
*
Use {cli,cgi,fpm}_link variables where appropriate.
Michael Orlitzky
2015-12-10
1
-5
/
+5
*
Switch get_active_apache2() and set_apache2() to the new mod_php.so symlink.
Michael Orlitzky
2015-12-10
1
-18
/
+20
*
Clean up error/info messages and quoting in the set_* functions.
Michael Orlitzky
2015-12-10
1
-12
/
+12
*
Add a missing die() on a call to rm.
Michael Orlitzky
2015-12-10
1
-1
/
+1
*
Rename our active DSO symlink to mod_php.so.
Michael Orlitzky
2015-12-10
1
-8
/
+8
*
Add the get_apache2_active_symlink_path() function.
Michael Orlitzky
2015-12-10
1
-0
/
+18
*
Add curly braces around an interpolated string variable.
Michael Orlitzky
2015-12-10
1
-1
/
+1
*
Document the find_targets_apache2() and get_active_apache2() functions.
Michael Orlitzky
2015-12-10
1
-0
/
+28
*
Use fixed ".so" suffix for libphp instead of computing it.
Michael Orlitzky
2015-12-10
1
-23
/
+7
*
Test for sort/uniq executables and use the results instead of "sort -u".
0.8.0
Michael Orlitzky
2015-12-06
2
-4
/
+6
*
Combine the libphp5/libphp7 branches.
Michael Orlitzky
2015-12-06
1
-26
/
+32
*
Line length, whitespace, and typo cleanup.
Michael Orlitzky
2015-12-06
1
-15
/
+35
*
Use AC_PROG_LN_S macro to replace "ln -s".
Michael Orlitzky
2015-12-06
2
-4
/
+5
*
Use AC_PROG_SED to determine POSIX-compatible sed path.
Michael Orlitzky
2015-12-06
2
-5
/
+7
*
Create trivial autotools "build system."
Michael Orlitzky
2015-12-06
3
-0
/
+11
*
Apply Brian Evans's patch to support php-7.x with apache2.
Michael Orlitzky
2015-12-06
1
-8
/
+28
*
Update copyright year and some trivial whitespace changes (due to ebuild-mode).
Michael Orlitzky
2015-12-06
1
-5
/
+3
[next]