diff --git a/package.xml b/package.xml
index 6e90c83..426cd75 100644
--- a/package.xml
+++ b/package.xml
@@ -1,68 +1,200 @@
-
-
-
+
+
lua
+ pecl.php.net
Embedded lua interpreter
- "Lua is a powerful, fast, light-weight, embeddable scripting language."
- This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.
-
-
-
- johannes
- Johannes Schlüter
- johannes@php.net
- lead
-
-
- laruence
- Xinchen Hui
- laruence@php.net
- lead
-
-
- msaraujo
- Marcelo Araujo
- msaraujo@php.net
- developer
-
-
-
- 1.1.0
- 2013-10-23
- PHP
- beta
- - Fixed #65097 (nApplyCount release missing) (emptyhua at gmail dot com)
-- Trigger E_STRICT when pass an array with index '0' to lua instead of ignoring it
-- added support for callable functions and closures as values returned injected into lua engine (harald at octris dot org)
-
-
-
-
-
+ "Lua is a powerful, fast, light-weight, embeddable scripting language."
+ This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.
+
+ Johannes Schlüter
+ johannes
+ johannes@php.net
+ yes
+
+
+ Xinchen Hui
+ laruence
+ laruence@php.net
+ yes
+
+
+ Marcelo Araujo
+ msaraujo
+ msaraujo@php.net
+ yes
+
+ 2013-10-23
+
+
+ 1.1.0
+ 1.1.0
+
+
+ beta
+ beta
+
+ PHP
+
+ - Fixed #65097 (nApplyCount release missing) (emptyhua at gmail dot com)
+ - Trigger E_STRICT when pass an array with index '0' to lua instead of ignoring it
+ - added support for callable functions and closures as values returned injected into lua engine (harald at octris dot org)
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5.1.0
+
+
+ 1.4.0
+
+
+
+ lua
+
+
+
+ 2012-10-23
+
+ 1.1.0
+ 1.1.0
+
+
+ beta
+ beta
+
+ PHP License
+
+ - Fixed #65097 (nApplyCount release missing) (emptyhua at gmail dot com)
+ - Trigger E_STRICT when pass an array with index '0' to lua instead of ignoring it
+ - added support for callable functions and closures as values returned injected into lua engine (harald at octris dot org)
+
+
+
+
+ 2012-06-24
+
+ 1.0.0
+ 1.0.0
+
+
+ stable
+ stable
+
+ PHP License
+
+ - Release stable version
+
+
+
+ 2012-03-19
+
+ 0.9.4
+ 0.9.4
+
+
+ beta
+ beta
+
+ PHP License
+
+ - Compatible with lua 5.2
+
+
+
+ 2012-01-12
+
+ 0.9.3
+ 0.9.3
+
+
+ beta
+ beta
+
+ PHP License
+
+ - Fix build on windows
+ - Fix build when building lua with static
+
+
+
+ 2012-01-06
+
+ 0.9.2
+ 0.9.2
+
+
+ beta
+ beta
+
+ PHP License
+
+ - Fixed bug #60641 PECL install lua with lua5.1 packages
+
+
+
+ 2011-11-24
+
+ 0.9.1
+ 0.9.1
+
+
+ beta
+ beta
+
+ PHP License
+
+ - Compatible with PHP5.3+
+ - Fix ZTS build
+ - Fix mem leak when get value from lua
+
+
+
+ 2011-08-03
+
+ 0.9.0
+ 0.9.0
+
+
+ beta
+ beta
+
+ PHP License
+
+ - Merge Plua into Lua
+ - Api changes
+ - Add supporting for LUA_TFUNCTION
+
+
+
+
+
diff --git a/package2.xml b/package2.xml
deleted file mode 100644
index 426cd75..0000000
--- a/package2.xml
+++ /dev/null
@@ -1,200 +0,0 @@
-
-
- lua
- pecl.php.net
- Embedded lua interpreter
- "Lua is a powerful, fast, light-weight, embeddable scripting language."
- This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.
-
- Johannes Schlüter
- johannes
- johannes@php.net
- yes
-
-
- Xinchen Hui
- laruence
- laruence@php.net
- yes
-
-
- Marcelo Araujo
- msaraujo
- msaraujo@php.net
- yes
-
- 2013-10-23
-
-
- 1.1.0
- 1.1.0
-
-
- beta
- beta
-
- PHP
-
- - Fixed #65097 (nApplyCount release missing) (emptyhua at gmail dot com)
- - Trigger E_STRICT when pass an array with index '0' to lua instead of ignoring it
- - added support for callable functions and closures as values returned injected into lua engine (harald at octris dot org)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 5.1.0
-
-
- 1.4.0
-
-
-
- lua
-
-
-
- 2012-10-23
-
- 1.1.0
- 1.1.0
-
-
- beta
- beta
-
- PHP License
-
- - Fixed #65097 (nApplyCount release missing) (emptyhua at gmail dot com)
- - Trigger E_STRICT when pass an array with index '0' to lua instead of ignoring it
- - added support for callable functions and closures as values returned injected into lua engine (harald at octris dot org)
-
-
-
-
- 2012-06-24
-
- 1.0.0
- 1.0.0
-
-
- stable
- stable
-
- PHP License
-
- - Release stable version
-
-
-
- 2012-03-19
-
- 0.9.4
- 0.9.4
-
-
- beta
- beta
-
- PHP License
-
- - Compatible with lua 5.2
-
-
-
- 2012-01-12
-
- 0.9.3
- 0.9.3
-
-
- beta
- beta
-
- PHP License
-
- - Fix build on windows
- - Fix build when building lua with static
-
-
-
- 2012-01-06
-
- 0.9.2
- 0.9.2
-
-
- beta
- beta
-
- PHP License
-
- - Fixed bug #60641 PECL install lua with lua5.1 packages
-
-
-
- 2011-11-24
-
- 0.9.1
- 0.9.1
-
-
- beta
- beta
-
- PHP License
-
- - Compatible with PHP5.3+
- - Fix ZTS build
- - Fix mem leak when get value from lua
-
-
-
- 2011-08-03
-
- 0.9.0
- 0.9.0
-
-
- beta
- beta
-
- PHP License
-
- - Merge Plua into Lua
- - Api changes
- - Add supporting for LUA_TFUNCTION
-
-
-
-
-