mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
eeb172b29f
Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
53 lines
1.5 KiB
XML
53 lines
1.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
<!DOCTYPE package SYSTEM "../pear/package.dtd">
|
|
<package>
|
|
<name>com_dotnet</name>
|
|
<summary>Com and .NET support functions for Windows</summary>
|
|
<maintainers>
|
|
<maintainer>
|
|
<user>wez</user>
|
|
<name>Wez Furlong</name>
|
|
<email>wez@php.net</email>
|
|
<role>lead</role>
|
|
</maintainer>
|
|
</maintainers>
|
|
<description>
|
|
...
|
|
</description>
|
|
<license>PHP</license>
|
|
<release>
|
|
<state>beta</state>
|
|
<version>5.0.0rc1</version>
|
|
<date>2004-03-19</date>
|
|
<notes>
|
|
package.xml added to support intallation using pear installer
|
|
</notes>
|
|
<filelist>
|
|
<file role="doc" name="CREDITS"/>
|
|
<file role="doc" name="README"/>
|
|
<file role="src" name="config.w32"/>
|
|
<file role="src" name="com_com.c"/>
|
|
<file role="src" name="com_dotnet.c"/>
|
|
<file role="src" name="com_extension.c"/>
|
|
<file role="src" name="com_handlers.c"/>
|
|
<file role="src" name="com_misc.c"/>
|
|
<file role="src" name="com_olechar.c"/>
|
|
<file role="src" name="com_typeinfo.c"/>
|
|
<file role="src" name="com_variant.c"/>
|
|
<file role="src" name="com_iterator.c"/>
|
|
<file role="src" name="com_saproxy.c"/>
|
|
<file role="src" name="com_wrapper.c"/>
|
|
<file role="src" name="php_com_dotnet.h"/>
|
|
<file role="src" name="php_com_dotnet_internal.h"/>
|
|
<file role="test" name="tests/variants.phpt"/>
|
|
</filelist>
|
|
<deps>
|
|
<dep type="php" rel="ge" version="5" />
|
|
<!-- doesn't work yet <dep type="os" rel="has" name="windows"/> -->
|
|
</deps>
|
|
</release>
|
|
</package>
|
|
<!--
|
|
vim:et:ts=1:sw=1
|
|
-->
|