]> granicus.if.org Git - php/commitdiff
v2 package file
authorIlia Alshanetsky <iliaa@php.net>
Tue, 3 Jul 2007 23:59:13 +0000 (23:59 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 3 Jul 2007 23:59:13 +0000 (23:59 +0000)
ext/shmop/package2.xml [new file with mode: 0644]

diff --git a/ext/shmop/package2.xml b/ext/shmop/package2.xml
new file mode 100644 (file)
index 0000000..e592615
--- /dev/null
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package packagerversion="1.4.6" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+http://pear.php.net/dtd/tasks-1.0.xsd
+http://pear.php.net/dtd/package-2.0
+http://pear.php.net/dtd/package-2.0.xsd">
+ <name>shmop</name>
+ <channel>pecl.php.net</channel>
+ <summary>Portable shared memory access</summary>
+ <description>Portable Shared Memory access
+ </description>
+ <lead>
+  <name>Ilia Alshanetsky</name>
+  <user>iliaa</user>
+  <email>ilia@prohost.org</email>
+  <active>yes</active>
+ </lead>
+ <date>2007-07-03</date>
+ <time>19:58:51</time>
+ <version>
+  <release>5.0.0rc1</release>
+  <api>5.0.0rc1</api>
+ </version>
+ <stability>
+  <release>stable</release>
+  <api>stable</api>
+ </stability>
+ <license uri="http://www.php.net/license">PHP</license>
+ <notes>package.xml added to support installation using pear installer
+  
+ </notes>
+ <contents>
+  <dir name="/">
+   <dir name="tests">
+    <file name="001.phpt" role="test" />
+   </dir> <!-- //tests -->
+   <file name="config.m4" role="src" />
+   <file name="config.w32" role="src" />
+   <file name="CREDITS" role="doc" />
+   <file name="php_shmop.h" role="src" />
+   <file name="README" role="doc" />
+   <file name="shmop.c" role="src" />
+   <file name="shmop.dsp" role="src" />
+  </dir> <!-- / -->
+ </contents>
+ <dependencies>
+  <required>
+   <php>
+    <min>5</min>
+   </php>
+   <pearinstaller>
+    <min>1.4.0b1</min>
+   </pearinstaller>
+  </required>
+ </dependencies>
+ <providesextension>shmop</providesextension>
+ <extsrcrelease />
+</package>