aboutsummaryrefslogtreecommitdiffstats
path: root/www/pecl-APC
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.0.14mnag2007-04-062-4/+4
| | | | | PR: 111178 Submitted by: chinsan
* - Update to 3.0.13mnag2007-03-072-4/+4
| | | | | PR: 109810 Submitted by: chinsan
* - Update to 3.0.12p2mnag2006-09-102-4/+4
|
* - Update to 3.0.11mnag2006-08-272-4/+4
|
* - Update to 3.0.10mnag2006-03-162-17/+4
|
* Correct way to check WITH_PHP4_OPT and ${PHP_VER} == 4mnag2005-12-161-2/+4
|
* More accurate info about auto_globals_jit and PHP versionmnag2005-12-151-1/+1
|
* Fix PHP4 optimization with new apache versionsmnag2005-12-151-15/+34
| | | | | | | | Bump PORTREVISION Install apc.php in DOCSDIR Add message about APC and PHP >= 5.1 [1] Thanks to: Rasmus Lerdorf [1]
* Add SHA256mnag2005-11-091-0/+1
|
* Update my emailmnag2005-09-171-1/+1
| | | | Approved by: pav (mentor)
* - Update to 3.0.8garga2005-08-312-4/+4
| | | | | PR: ports/85525 Submitted by: maintainer
* - Update to 3.0.6sem2005-07-312-3/+3
| | | | | PR: ports/84364 Submitted by: maintainer
* - Update to 3.0.3.flz2005-07-142-3/+3
| | | | | PR: ports/83399 Submitted by: maintainer
* - Update to 3.0.2pav2005-07-072-11/+18
| | | | | PR: ports/83069 Submitted by: maintainer
* * Broken with php5vanilla2005-03-011-2/+14
| | | | | | | * More OPTIONS PR: ports/78223 Submitted by: maintainer
* - Reflect the fact that APC is now a PECL packagepav2005-02-275-45/+35
| | | | | | | | - Take maintainership PR: ports/78019 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Repocopy by: marcus
* upgrade to 2.0.4ijliao2004-07-222-3/+3
| | | | | PR: 69342 Submitted by: Martin Matuska <martin@tradex.sk>
* SIZEify.trevor2004-03-181-0/+1
|
* Remove lang/php4/bsd.php.mk and switch every ports depending on PHP toale2004-02-091-1/+1
| | | | | | use Mk/bsd.php.mk. Approved by: nork (mentor/implicitly)
* pear-* ports: simplify path to devel/pear-PEAR/Makefile.commonedwin2003-12-281-2/+2
| | | | | | | | | | | | | | | | .include <bsd.port.pre.mk> .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" can be simplified to: .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" the latter version also doesn't make any assumptions about the path of including Makefile PR: ports/57152 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
* Add the virtual category "pear" to the Makefiles of these ports.edwin2003-11-131-1/+1
| | | | | | PR: ports/56582 Submitted by: edwin@mavetju.org Approved by: portmgr@freebsd.org
* New port: www/pear-APC - Alternative PHP Cache.edwin2003-09-035-0/+80
This port does not build out of the box, and has been requested on the PEAR-DEV mailing list. See <http://marc.theaimsgroup.com/?t=106235180900001&;r=1&w=2>. PR: ports/56294 Submitted by: Thierry Thomas <thierry@pompo.net>