--- /dev/null
+Redistribution and use in source and binary forms, with or without modification
+, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, th
+ is list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation and/
+ or other materials provided with the distribution.
+
+3. The name of the author may not be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WA
+RRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABIL
+ITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR C
+ONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOW
+EVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILI
+TY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE U
+SE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<package>
<name>xmlwriter</name>
<summary>Provides fast, non-cached, forward-only means to write XML data.</summary>
- <description>
- This extension wraps the libxml xmlWriter API. Represents a writer that
- provides a non-cached, forward-only means of generating streams or files
- containing XML data.
- </description>
- <license>PHP License</license>
+ <description>This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data.
+</description>
+ <license>BSD</license>
<maintainers>
<maintainer>
<user>rrichards</user>
<maintainer>
<user>pajoye</user>
<name>Pierre-Alain Joye</name>
- <email>pierre.dev@gmail.com</email>
+ <email>pajoye@php.net</email>
<role>developer</role>
</maintainer>
+ <release>
+ <version>2.0.1</version>
+ <date>2005-11-15</date>
+ <state>stable</state>
+ <notes>- Switch from PHP License to BSD-like license
+- Allow recursive calls to __get/__set for different properties (ilia)
+ </notes>
+ </release>
+ <changelog>
<release>
<version>2.0.0</version>
<date>2005-08-07</date>
</notes>
</release>
- <changelog>
<release>
<version>1.1.0</version>
<date>2005-05-24</date>
<file role="src" name="config.w32"/>
<file role="src" name="php_xmlwriter.c"/>
<file role="src" name="php_xmlwriter.h"/>
+ <file role="doc" name="LICENSE" />
<dir name="tests" role="test">
<file name="001.phpt"/>
<file name="002.phpt"/>
<name>xmlwriter</name>
<channel>pecl.php.net</channel>
<summary>Provides fast, non-cached, forward-only means to write XML data.</summary>
- <description>
- This extension wraps the libxml xmlWriter API. Represents a writer that
- provides a non-cached, forward-only means of generating streams or files
- containing XML data.
- </description>
+ <description>This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data.
+</description>
<lead>
<name>Rob Richards</name>
<user>rrichards</user>
<email>pajoye@php.net</email>
<active>yes</active>
</developer>
- <date>2005-08-07</date>
- <time>01:20:00</time>
+ <date>2005-11-15</date>
<version>
- <release>2.0.0</release>
+ <release>2.0.1</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
- <license uri="http://www.php.net/license/3_0.txt">PHP</license>
- <notes>Promote to stable</notes>
+ <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
+ <notes>- Switch from PHP License to BSD-like license
+- Allow recursive calls to __get/__set for different properties (ilia)
+ </notes>
<contents>
<dir name="/">
+ <file role="doc" name="LICENSE" />
<file role="src" name="config.m4"/>
<file role="src" name="config.w32"/>
<file role="src" name="php_xmlwriter.c"/>
</dependencies>
<providesextension>xmlwriter</providesextension>
<extsrcrelease />
+ <changelog>
+ <release>
+ <date>2005-08-07</date>
+ <time>01:20:00</time>
+ <version>
+ <release>2.0.0</release>
+ <api>2.0.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.php.net/license">PHP License</license>
+ <notes>Promote to stable</notes>
+ </release>
+ </changelog>
</package>
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2004 The PHP Group |
+ | Copyright (c) 1997-2005 Rob Richards, Pierre-Alain Joye |
+----------------------------------------------------------------------+
- | This source file is subject to version 3.0 of the PHP license, |
- | that is bundled with this package in the file LICENSE, and is |
- | available through the world-wide-web at the following url: |
- | http://www.php.net/license/3_0.txt. |
- | If you did not receive a copy of the PHP license and are unable to |
- | obtain it through the world-wide-web, please send a note to |
- | license@php.net so we can mail you a copy immediately. |
+ | This source file is subject to the New BSD license, That is bundled |
+ | with this package in the file LICENSE, and is available through |
+ | the world-wide-web at |
+ | http://www.opensource.org/licenses/bsd-license.php |
+ | If you did not receive a copy of the new BSDlicense and are unable |
+ | to obtain it through the world-wide-web, please send a note to |
+ | pecl-dev@lists.php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Rob Richards <rrichards@php.net> |
+ | Pierre-A. Joye <pajoye@php.net> |
+----------------------------------------------------------------------+
*/
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2004 The PHP Group |
+ | Copyright (c) 1997-2005 Rob Richards, Pierre-Alain Joye |
+----------------------------------------------------------------------+
- | This source file is subject to version 3.0 of the PHP license, |
- | that is bundled with this package in the file LICENSE, and is |
- | available through the world-wide-web at the following url: |
- | http://www.php.net/license/3_0.txt. |
- | If you did not receive a copy of the PHP license and are unable to |
- | obtain it through the world-wide-web, please send a note to |
- | license@php.net so we can mail you a copy immediately. |
+ | This source file is subject to the New BSD license, That is bundled |
+ | with this package in the file LICENSE, and is available through |
+ | the world-wide-web at |
+ | http://www.opensource.org/licenses/bsd-license.php |
+ | If you did not receive a copy of the new BSDlicense and are unable |
+ | to obtain it through the world-wide-web, please send a note to |
+ | pecl-dev@lists.php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Rob Richards <rrichards@php.net> |
+ | Pierre-A. Joye <pajoye@php.net> |
+----------------------------------------------------------------------+
*/