summaryrefslogtreecommitdiff
path: root/textproc/php5-dom/DESCR
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-11-05 21:13:00 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-11-05 21:13:00 +0000
commitb989940c0f074d598c88dd3aba992123064eee38 (patch)
treedbb77c292c2882f6f5d8248d44cd74e5b5500400 /textproc/php5-dom/DESCR
parentbaa137ce5b11fdcbd3b89b094ecd75714353491e (diff)
downloadpkgsrc-b989940c0f074d598c88dd3aba992123064eee38.tar.gz
Add php5-dom 5.0.2 - PHP extension to access XML documents using DOM API.
This is PHP5 replacement of PHP4 DOM XML extension.
Diffstat (limited to 'textproc/php5-dom/DESCR')
-rw-r--r--textproc/php5-dom/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/php5-dom/DESCR b/textproc/php5-dom/DESCR
new file mode 100644
index 00000000000..795ce940ae0
--- /dev/null
+++ b/textproc/php5-dom/DESCR
@@ -0,0 +1,4 @@
+PHP is a programming language designed to be embedded into web pages.
+The extension allows you to operate on an XML document with the DOM
+(Document Object Model) API. DOM extension module in PHP5 replaces
+DOM XML extension in PHP4.