Files
pecl-php-parsekit/package.xml
Sara Golemon 66d50d4a58 Release 0.3
2004-08-27 02:55:04 +00:00

50 lines
1.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>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>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>
<changelog>
<release>
<version>0.2</version>
<state>alpha</state>
<date>2004-05-06</date>
<notes>Initial Release</notes>
</release>
</changelog>
</package>