0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
We need a new PHP mirror More... over 11 years ago
Merge branch 'master' of github.com:punkave/OptimumPHP More... over 11 years ago
more centos support More... over 11 years ago
Ubuntu 12.04 specific fixes: More... over 11 years ago
Merge branch 'master' of github.com:punkave/OptimumPHP More... over 11 years ago
Documented CentOS support. Switched "Optimum PHP" to two words in the text to help folks find it. General documentation updates. Switched documentation to Markdown. More... over 11 years ago
Make sure we stop on failed PHP builds More... over 11 years ago
Build with postgres client support More... almost 12 years ago
CENTOS has to be explicitly "0" for ubuntu detection to work More... almost 12 years ago
Whoops, turn compiling PHP back on! More... almost 12 years ago
CentOS changes: install libidn-devel, check /etc/redhat-release, don't assume /sbin is in root's PATH. We do assume /usr/local/bin is in the PATH, you'll need to ensure that. More... almost 12 years ago
UBUNTU isn't always 1, it can contain 2, so use != "0" More... almost 12 years ago
Further permissions fixes for shared IPC dir More... almost 12 years ago
Make sure we're back in /tmp for the actual PHP compile More... almost 12 years ago
LDAP ready, hopefully More... almost 12 years ago
Uncomment all the things More... almost 12 years ago
Just about working properly in CentOS, time for an all up test almost More... almost 12 years ago
Much closer More... almost 12 years ago
Rebalanced ifs More... almost 12 years ago
First attempt at CentOS compatibility More... almost 12 years ago
Merge pull request #2 from lyoshenka/master More... about 12 years ago
enable-fastcgi option was renamed to enable-cgi in PHP 5.3 (see http://php.net/manual/en/configure.about.php#configure.enable-fastcgi) More... about 12 years ago
Whoops, uname -v does not mention Ubuntu on 10.04. Ubuntu detection should rely on /etc/lsb-release More... about 12 years ago
Specifically detect Ubuntu up front More... about 12 years ago
Clarify that fastcgi.conf is cool and should not be stomped More... about 12 years ago
Warn people about insane AddType directives that might still be lying around in their Apache conf files, preventing fastcgi from responding for PHP More... about 12 years ago
Merge pull request #1 from gsf/master More... about 12 years ago
Fixed process number typo in README More... about 12 years ago
Updated and reformatted documentation. Discussed the fact that certain types of VPS hosting may use up memory twice as fast as they ought to; experimentation is important More... about 12 years ago
* Ubuntu 11.x support: a hack to PHP's generated Makefile (which is missing -lstdc++ on Ubuntu 11.x) and one more apt-get package * .gitignore file to prevent php tarballs and folders from being committed More... about 12 years ago