aboutsummaryrefslogtreecommitdiff
path: root/www/pecl-APC
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.0.19Marcus Alves Grando2008-06-093-35/+4
| | | | | | | | PR: 123723 Submitted by: Wen heping <wenheping___gmail.com> Notes: svn path=/head/; revision=214592
* - Fix FD leak to PHP4 (from pecl-APC CVS)Marcus Alves Grando2008-04-192-0/+31
| | | | | | | | | - Bump PORTREVISION PS: Maybe fix PR 122717. I need to confirm. Notes: svn path=/head/; revision=211577
* - Update to 3.0.18Marcus Alves Grando2008-04-132-5/+4
| | | | | | | | PR: 122634 Submitted by: mark burdett <mfburdett___gmail.com> Notes: svn path=/head/; revision=211143
* - Add FILEHITS option [1]Marcus Alves Grando2008-01-252-0/+41
| | | | | | | | | | | - Add patch to fix a problem with semaphores [2] - Bump PORTREVISION PR: 119390 [1] Submitted by: Martin Matuska <mm___FreeBSD.org> [1], Maxim Khitrov <mkhitrov__gmail.com> [2] Notes: svn path=/head/; revision=206157
* - Update to 3.0.16Marcus Alves Grando2008-01-032-4/+4
| | | | Notes: svn path=/head/; revision=204878
* - Update to 3.0.15Marcus Alves Grando2007-12-132-4/+4
| | | | | | | | PR: 117559 Submitted by: chinsan <chinsan___FreeBSD.org> Notes: svn path=/head/; revision=203479
* - Update to 3.0.14Marcus Alves Grando2007-04-062-4/+4
| | | | | | | | PR: 111178 Submitted by: chinsan Notes: svn path=/head/; revision=189329
* - Update to 3.0.13Marcus Alves Grando2007-03-062-4/+4
| | | | | | | | PR: 109810 Submitted by: chinsan Notes: svn path=/head/; revision=186757
* - Update to 3.0.12p2Marcus Alves Grando2006-09-102-4/+4
| | | | Notes: svn path=/head/; revision=172665
* - Update to 3.0.11Marcus Alves Grando2006-08-262-4/+4
| | | | Notes: svn path=/head/; revision=171446
* - Update to 3.0.10Marcus Alves Grando2006-03-162-17/+4
| | | | Notes: svn path=/head/; revision=157364
* Correct way to check WITH_PHP4_OPT and ${PHP_VER} == 4Marcus Alves Grando2005-12-151-2/+4
| | | | Notes: svn path=/head/; revision=151255
* More accurate info about auto_globals_jit and PHP versionMarcus Alves Grando2005-12-141-1/+1
| | | | Notes: svn path=/head/; revision=151194
* Fix PHP4 optimization with new apache versionsMarcus Alves Grando2005-12-141-15/+34
| | | | | | | | | | | Bump PORTREVISION Install apc.php in DOCSDIR Add message about APC and PHP >= 5.1 [1] Thanks to: Rasmus Lerdorf [1] Notes: svn path=/head/; revision=151186
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* Update my emailMarcus Alves Grando2005-09-161-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* - Update to 3.0.8Renato Botelho2005-08-312-4/+4
| | | | | | | | PR: ports/85525 Submitted by: maintainer Notes: svn path=/head/; revision=141599
* - Update to 3.0.6Sergey Matveychuk2005-07-312-3/+3
| | | | | | | | PR: ports/84364 Submitted by: maintainer Notes: svn path=/head/; revision=140544
* - Update to 3.0.3.Florent Thoumie2005-07-132-3/+3
| | | | | | | | PR: ports/83399 Submitted by: maintainer Notes: svn path=/head/; revision=139140
* - Update to 3.0.2Pav Lucistnik2005-07-062-11/+18
| | | | | | | | PR: ports/83069 Submitted by: maintainer Notes: svn path=/head/; revision=138619
* * Broken with php5Vanilla I. Shu2005-03-011-2/+14
| | | | | | | | | | * More OPTIONS PR: ports/78223 Submitted by: maintainer Notes: svn path=/head/; revision=130065
* - Reflect the fact that APC is now a PECL packagePav Lucistnik2005-02-265-45/+35
| | | | | | | | | | | - Take maintainership PR: ports/78019 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Repocopy by: marcus Notes: svn path=/head/; revision=129860
* upgrade to 2.0.4Ying-Chieh Liao2004-07-222-3/+3
| | | | | | | | PR: 69342 Submitted by: Martin Matuska <martin@tradex.sk> Notes: svn path=/head/; revision=114392
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Remove lang/php4/bsd.php.mk and switch every ports depending on PHP toAlex Dupre2004-02-091-1/+1
| | | | | | | | | use Mk/bsd.php.mk. Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100488
* pear-* ports: simplify path to devel/pear-PEAR/Makefile.commonEdwin Groothuis2003-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> Notes: svn path=/head/; revision=96749
* Add the virtual category "pear" to the Makefiles of these ports.Edwin Groothuis2003-11-121-1/+1
| | | | | | | | | PR: ports/56582 Submitted by: edwin@mavetju.org Approved by: portmgr@freebsd.org Notes: svn path=/head/; revision=93850
* New port: www/pear-APC - Alternative PHP Cache.Edwin Groothuis2003-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> Notes: svn path=/head/; revision=88389