diff options
author | foobar <sniper@php.net> | 2003-06-06 06:34:30 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-06-06 06:34:30 +0000 |
commit | 4dc1f7af3c5ccf4f5e9ce9ac93c89cdd0353f9f9 (patch) | |
tree | dae6354c7b631091930ef7cd0b273bbd3826d174 | |
parent | aaf2473558cd0050bc6a715f99f39cfee742aa1b (diff) | |
download | php-git-4dc1f7af3c5ccf4f5e9ce9ac93c89cdd0353f9f9.tar.gz |
Some missing files..
-rw-r--r-- | ext/dom/EXPERIMENTAL | 5 | ||||
-rw-r--r-- | ext/xsl/CREDITS | 2 | ||||
-rw-r--r-- | ext/xsl/EXPERIMENTAL | 5 |
3 files changed, 12 insertions, 0 deletions
diff --git a/ext/dom/EXPERIMENTAL b/ext/dom/EXPERIMENTAL new file mode 100644 index 0000000000..293159a693 --- /dev/null +++ b/ext/dom/EXPERIMENTAL @@ -0,0 +1,5 @@ +this module is experimental, +its functions may change their names +or move to extension all together +so do not rely to much on them +you have been warned! diff --git a/ext/xsl/CREDITS b/ext/xsl/CREDITS new file mode 100644 index 0000000000..2f33c8874c --- /dev/null +++ b/ext/xsl/CREDITS @@ -0,0 +1,2 @@ +XSL +Christian Stocker, Rob Richards diff --git a/ext/xsl/EXPERIMENTAL b/ext/xsl/EXPERIMENTAL new file mode 100644 index 0000000000..293159a693 --- /dev/null +++ b/ext/xsl/EXPERIMENTAL @@ -0,0 +1,5 @@ +this module is experimental, +its functions may change their names +or move to extension all together +so do not rely to much on them +you have been warned! |