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 version to 0.9.2 in configure.ac.
0.9.2
Michael Orlitzky
2016-07-26
1
-1
/
+1
*
Add OpenRC init and conf files.
Michael Orlitzky
2016-07-26
3
-2
/
+81
*
Bump to v0.9.1 in configure.ac.
0.9.1
Michael Orlitzky
2016-01-22
1
-1
/
+1
*
Move the apache conf file writing into set_sapi().
Michael Orlitzky
2016-01-22
1
-8
/
+11
*
Add 70_mod_php.conf.in to EXTRA_DIST in Makefile.am.
0.9.0
Michael Orlitzky
2016-01-22
1
-0
/
+3
*
Bump to v0.9.0 in configure.ac.
Michael Orlitzky
2016-01-22
1
-1
/
+1
*
Add --enable-apache2 flag to the configure script.
Michael Orlitzky
2016-01-22
2
-2
/
+19
*
Don't inherit config or multilib.
Michael Orlitzky
2016-01-22
1
-3
/
+0
*
Rename the "modules" action to "list-modules".
Michael Orlitzky
2016-01-22
1
-3
/
+3
*
Cosmetic changes to help text.
Michael Orlitzky
2016-01-22
1
-12
/
+12
*
Add a "modules" action to list all valid modules (requested in bug 491866).
Michael Orlitzky
2016-01-22
1
-0
/
+10
*
Remove useless describe_cleanup_parameters() and describe_cleanup_options().
Michael Orlitzky
2016-01-22
1
-8
/
+0
*
Document and fix the update functionality.
Michael Orlitzky
2016-01-22
1
-11
/
+35
*
Remove the word "automatically" from the cleanup description.
Michael Orlitzky
2016-01-22
1
-1
/
+1
*
Clean up and document the cleanup_sapi() function.
Michael Orlitzky
2016-01-22
1
-14
/
+33
*
Remove cleanup_sapis() and ensmarten the libphp[57].so symlink removal.
Michael Orlitzky
2016-01-22
1
-14
/
+14
*
Add a TODO to find_targets() about an error condition.
Michael Orlitzky
2016-01-21
1
-0
/
+3
*
Use uppercase @BINDIR@, @LIBDIR@, etc. for autotools substitution.
Michael Orlitzky
2016-01-21
3
-13
/
+13
*
Clean up and document find_targets().
Michael Orlitzky
2016-01-21
1
-8
/
+10
*
Replace get_libdirs() and get_active_libdir() with autotools magic.
Michael Orlitzky
2016-01-21
1
-34
/
+13
*
Add 70_mod_php.conf.in to the project source.
Michael Orlitzky
2016-01-21
3
-2
/
+30
*
Replace custom bindir handling with the new autotools magic.
Michael Orlitzky
2016-01-21
1
-5
/
+4
*
Add another layer of indirection to get @bindir@ and friends in the output.
Michael Orlitzky
2016-01-21
3
-2
/
+19
*
Fix cleanup up libphp[57].so symlinks.
Michael Orlitzky
2016-01-20
1
-1
/
+1
*
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
[next]