From e350b425f40989ec3c536b479a603afc645e50e7 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 12 Jul 2017 11:42:06 +0800 Subject: [PATCH] release 2.0.4 --- package.xml | 22 +++++++++++++++++++--- php_lua.h | 2 +- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index d32a969..aff7760 100644 --- a/package.xml +++ b/package.xml @@ -23,11 +23,11 @@ msaraujo@php.net yes - 2017-02-10 + 2017-07-12 - 2.0.3 - 2.0.3 + 2.0.4 + 2.0.4 stable @@ -98,6 +98,22 @@ + + 2017-07-12 + + 2.0.4 + 2.0.4 + + + stable + stable + + PHP License + + - Fixed bug #73964 (Segmentation fault) + + + 2016-05-26 diff --git a/php_lua.h b/php_lua.h index a819e27..906bfaf 100644 --- a/php_lua.h +++ b/php_lua.h @@ -48,7 +48,7 @@ extern zend_module_entry lua_module_entry; #define LUA_G(v) (lua_globals.v) #endif -#define PHP_LUA_VERSION "2.0.4-dev" +#define PHP_LUA_VERSION "2.0.4" struct _php_lua_object { lua_State *L;