index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
php
/
weechat-php.c
Age
Commit message (
Expand
)
Author
2017-10-03
php: add comments
Sébastien Helleu
2017-10-03
php: add messages during script loading/unloading
Sébastien Helleu
2017-10-03
php: set php_quiet to 1 during plugin end
Sébastien Helleu
2017-10-03
php: set php_quiet to 1 during plugin initialization
Sébastien Helleu
2017-10-03
php: set php_quiet to 1 when loading/reloading/unloading a script with option...
Sébastien Helleu
2017-09-28
php: use PHP_VERSION_ID instead of PHP_MAJOR_VERSION and PHP_MINOR_VERSION
Sébastien Helleu
2017-09-28
php: add comments with PHP version
Sébastien Helleu
2017-09-28
php: fix condition on PHP version to support future PHP versions (>= 8.0)
Sébastien Helleu
2017-09-17
php: fix compiler warning for PHP >=7.1
Adam Saponara
2017-09-07
php: rename print functions
Sébastien Helleu
2017-09-06
php: rename API callback functions
Sébastien Helleu
2017-09-06
php: add missing functions current_buffer and current_window
Sébastien Helleu
2017-09-04
php: remove empty line
Sébastien Helleu
2017-09-04
php: sort functions by topic, remove unused API functions, fix compiler warning
Sébastien Helleu
2017-09-03
php: add comments in code
Sébastien Helleu
2017-09-03
php: add function "hdata_compare"
Sébastien Helleu
2017-09-03
php: new php plugin
Adam Saponara