Files
pecl-php-parsekit/package.xml

93 lines
2.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
<name>parsekit</name>
<summary>PHP Opcode Analyser</summary>
<description>
Provides a userspace interpretation of the opcodes generated by the Zend engine compiler built into PHP.
This extension is meant for development and debug purposes only and contains some code which is potentially non-threadsafe.
</description>
<license>PHP</license>
<maintainers>
<maintainer>
<user>sean</user>
<name>Sean Coates</name>
<email>sean@php.net</email>
<role>lead</role>
</maintainer>
<maintainer>
<user>pollita</user>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
<role>lead</role>
</maintainer>
</maintainers>
<filelist>
<file role="src" name="config.m4"/>
<file role="src" name="parsekit.c"/>
<file role="src" name="php_parsekit.h"/>
<file role="doc" name="README"/>
<dir name="examples">
<file role="script" name="compile_string.php"/>
<file role="script" name="compile_file.php"/>
<file role="script" name="compile_string_show_errors.php"/>
</dir>
</filelist>
<release>
<version>1.3.0</version>
<state>stable</state>
<date>2009-10-17</date>
<notes>Builds on PHP 5.3</notes>
</release>
<changelog>
<release>
<version>1.2</version>
<state>stable</state>
<date>2006-11-01</date>
<notes>Bugfix #9143</notes>
</release>
<release>
<version>1.1</version>
<state>stable</state>
<date>2006-06-16</date>
<notes>Make 5.1/5.2 compatable by ifdefing out more opcodes
Output sensible data for IS_CV nodes</notes>
</release>
<release>
<version>1.0</version>
<state>stable</state>
<date>2004-10-31</date>
<notes>#ifdef out extinct opcode constants and promote to stable</notes>
</release>
<release>
<version>0.3.1</version>
<state>beta</state>
<date>2004-08-28</date>
<notes>Fix ZE1 segfault when popping classes.</notes>
</release>
<release>
<version>0.3</version>
<state>beta</state>
<date>2004-08-26</date>
<notes>ZE1 fixes including arg_info emulation.
Expose arg_info directly for real functions/methods.
Add shorthand PARSEKIT_SIMPLE output.</notes>
</release>
<release>
<version>0.2</version>
<state>alpha</state>
<date>2004-05-06</date>
<notes>Initial Release</notes>
</release>
</changelog>
</package>