From b862ecef16333bd1aaad5d0f01a5d26a9139417f Mon Sep 17 00:00:00 2001 From: chinsan Date: Sun, 28 Oct 2007 11:14:34 +0000 Subject: Add pecl-xslcache, the XSL Cache extension is a modification of PHP's standard XSL extension that caches the parsed XSL stylesheet representation between sessions for 2.5x boost in performance! WWW: http://code.nytimes.com/projects/xslcache/ --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index 236357c72330..f2772e9f13cc 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -749,6 +749,7 @@ SUBDIR += pecl-stem SUBDIR += pecl-syck SUBDIR += pecl-xdiff + SUBDIR += pecl-xslcache SUBDIR += perl2html SUBDIR += permute SUBDIR += php4-ctype -- cgit