diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-10-28 19:14:34 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-10-28 19:14:34 +0800 |
commit | b862ecef16333bd1aaad5d0f01a5d26a9139417f (patch) | |
tree | 390ea43cfac5a5f8621e4b4fb761724afc486e39 /textproc/Makefile | |
parent | 7847e9b90afe6579801a94b53fcd78b7a8db9c9f (diff) | |
download | freebsd-ports-gnome-b862ecef16333bd1aaad5d0f01a5d26a9139417f.tar.gz freebsd-ports-gnome-b862ecef16333bd1aaad5d0f01a5d26a9139417f.tar.zst freebsd-ports-gnome-b862ecef16333bd1aaad5d0f01a5d26a9139417f.zip |
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/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |