mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added lua/luaclosure verson version info
Changed lua homepage url to a entity git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315893 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
620153d24d
commit
246fd84c5e
2 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<section xml:id="lua.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
To use this extension, you will need Lua installed, available on the Lua homepage http://www.lua.org/
|
||||
To use this extension, you will need Lua installed, available on the Lua homepage &url.lua;
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
@ -32,6 +32,8 @@
|
|||
|
||||
<section xml:id="lua.resources">
|
||||
&no.resource;
|
||||
<para>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
</chapter>
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
<versions>
|
||||
<!-- Methods -->
|
||||
<function name='lua' from='PECL lua >=0.9.0'/>
|
||||
<function name='luaclosure' from='PECL lua >=0.9.0'/>
|
||||
<function name='lua::__construct' from='PECL lua >=0.9.0'/>
|
||||
<function name='lua::__call' from='PECL lua >=0.9.0'/>
|
||||
<function name='lua::eval' from='PECL lua >=0.9.0'/>
|
||||
|
|
Loading…
Reference in a new issue