diff --git a/config.w32 b/config.w32 deleted file mode 100644 index 3261e93..0000000 --- a/config.w32 +++ /dev/null @@ -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"); -} - diff --git a/package.xml b/package.xml index 411238c..0eaf484 100644 --- a/package.xml +++ b/package.xml @@ -29,6 +29,14 @@ + + 0.3.1 + beta + 2004-08-28 + Fix ZE1 segfault when popping classes. + + + 0.3 beta @@ -38,7 +46,6 @@ Expose arg_info directly for real functions/methods. Add shorthand PARSEKIT_SIMPLE output. - 0.2 alpha