mirror of
https://github.com/php/pecl-php-parsekit.git
synced 2026-03-24 09:12:17 +01:00
57 lines
1.6 KiB
XML
57 lines
1.6 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.1</version>
|
|
<state>beta</state>
|
|
<date>2004-08-28</date>
|
|
<notes>Fix ZE1 segfault when popping classes.</notes>
|
|
</release>
|
|
|
|
<changelog>
|
|
<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>
|