Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ lua
Johannes Schlueter
Marcelo Araujo
Xinchen Hui
Helmut Januschka
1 change: 1 addition & 0 deletions lua.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| Author : Johannes Schlueter <johannes@php.net> |
| Xinchen Hui <laruence@php.net> |
| Marcelo Araujo <msaraujo@php.net> |
| Helmut Januschka <helmut@januschka.com> |
+----------------------------------------------------------------------+
$Id: lua.c 324348 2012-03-19 03:12:15Z laruence $
*/
Expand Down
3 changes: 2 additions & 1 deletion lua_closure.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author : Johannes Schlueter <johannes@php.net> |
| Xinchen Hui <laruence@php.net> |
| Xinchen Hui <laruence@php.net> |
| Marcelo Araujo <msaraujo@php.net> |
| Helmut Januschka <helmut@januschka.com> |
+----------------------------------------------------------------------+
$Id: lua_closure.c 319740 2011-11-24 08:06:48Z laruence $
*/
Expand Down
3 changes: 2 additions & 1 deletion lua_closure.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author : Johannes Schlueter <johannes@php.net> |
| Xinchen Hui <laruence@php.net> |
| Xinchen Hui <laruence@php.net> |
| Marcelo Araujo <msaraujo@php.net> |
| Helmut Januschka <helmut@januschka.com> |
+----------------------------------------------------------------------+
$Id: lua_closure.h 319733 2011-11-24 07:13:56Z laruence $
*/
Expand Down
6 changes: 6 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
<email>msaraujo@php.net</email>
<active>yes</active>
</developer>
<developer>
<name>Helmut Januschka</name>
<user>hjanuschka</user>
<email>helmut@januschka.com</email>
<active>yes</active>
</developer>
<date>2013-10-23</date>
<time>12:04:27</time>
<version>
Expand Down
1 change: 1 addition & 0 deletions php_lua.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| Author : Johannes Schlueter <johannes@php.net> |
| Xinchen Hui <laruence@php.net> |
| Marcelo Araujo <msaraujo@php.net> |
| Helmut Januschka <helmut@januschka.com> |
+----------------------------------------------------------------------+
$Id: php_lua.h 324349 2012-03-19 03:17:15Z laruence $
*/
Expand Down