mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
php: new php plugin
This plugin requires PHP >= 7.0.
This commit is contained in:
committed by
Sébastien Helleu
parent
8c046d9be9
commit
d032ee2159
@@ -109,6 +109,10 @@ if PLUGIN_JAVASCRIPT
|
||||
javascript_dir = javascript
|
||||
endif
|
||||
|
||||
if PLUGIN_PHP
|
||||
php_dir = php
|
||||
endif
|
||||
|
||||
if PLUGIN_TRIGGER
|
||||
trigger_dir = trigger
|
||||
endif
|
||||
@@ -136,6 +140,7 @@ SUBDIRS = . \
|
||||
$(tcl_dir) \
|
||||
$(guile_dir) \
|
||||
$(javascript_dir) \
|
||||
$(php_dir) \
|
||||
$(trigger_dir) \
|
||||
$(xfer_dir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user