projects
/
m6w6
/
ext-ircclient
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
d9a82fb
)
fix php version incompatibility
author
Michael Wallner
<mike@php.net>
Tue, 6 Dec 2011 09:57:59 +0000
(10:57 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 6 Dec 2011 09:57:59 +0000
(10:57 +0100)
php_ircclient.c
patch
|
blob
|
history
diff --git
a/php_ircclient.c
b/php_ircclient.c
index 86eb96ae7d4f4f6e31b48c3638cebd6cfd762a19..e088d8105f0dc4e20297f78ef5e4475a8920ce0d 100644
(file)
--- a/
php_ircclient.c
+++ b/
php_ircclient.c
@@
-79,7
+79,7
@@
done:
const zend_function_entry php_ircclient_function_entry[] = {
ZEND_NS_FENTRY("irc\\client", parse_origin, ZEND_FN(parse_origin), NULL, 0)
- PHP_FE_END
+ {0}
};
zend_module_entry ircclient_module_entry = {
@@
-929,7
+929,7
@@
zend_function_entry php_ircclient_session_method_entry[] = {
ME(onDccChatReq)
ME(onDccSendReq)
ME(onError)
- PHP_FE_END
+ {0}
};
PHP_MINIT_FUNCTION(ircclient)