mirror of
https://github.com/php/pecl-php-parsekit.git
synced 2026-03-24 09:12:17 +01:00
This commit was manufactured by cvs2svn to create tag 'RELEASE_0_3_1'.
This commit is contained in:
10
config.w32
10
config.w32
@@ -1,10 +0,0 @@
|
||||
// $Id$
|
||||
// vim:ft=javascript
|
||||
|
||||
ARG_ENABLE("parsekit", "enable parsekit support", "no");
|
||||
|
||||
if (PHP_PARSEKIT != "no") {
|
||||
AC_DEFINE('WITH_PARSEKIT', 1);
|
||||
EXTENSION("parsekit", "parsekit.c");
|
||||
}
|
||||
|
||||
@@ -29,6 +29,14 @@
|
||||
</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>
|
||||
@@ -38,7 +46,6 @@ Expose arg_info directly for real functions/methods.
|
||||
Add shorthand PARSEKIT_SIMPLE output.</notes>
|
||||
</release>
|
||||
|
||||
<changelog>
|
||||
<release>
|
||||
<version>0.2</version>
|
||||
<state>alpha</state>
|
||||
|
||||
Reference in New Issue
Block a user