1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

php: fix PHP 8+ build

This commit is contained in:
Adam Saponara
2021-07-04 17:13:06 -04:00
committed by Sébastien Helleu
parent 2b12b4077a
commit 5442612bc9
7 changed files with 1271 additions and 226 deletions
-1
View File
@@ -43,7 +43,6 @@
#include "../plugin-script-api.h"
#include "weechat-php.h"
#define API_FUNC(__name) \
PHP_FUNCTION(weechat_##__name)
#define API_INIT_FUNC(__init, __name, __ret) \