From 23c3a351d969dafef91d6493e6dd67e75e374de3 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Sun, 31 Oct 2004 22:00:11 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create tag 'RELEASE_0_3_1'. --- config.w32 | 10 ---------- package.xml | 9 ++++++++- 2 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 config.w32 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