This commit was manufactured by cvs2svn to create tag 'RELEASE_0_3_1'.

This commit is contained in:
SVN Migration
2004-10-31 22:00:11 +00:00
parent a1e5bc5353
commit 23c3a351d9
2 changed files with 8 additions and 11 deletions

View File

@@ -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");
}

View File

@@ -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>