aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/php (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: update copyright datesSébastien Helleu2021-01-024-4/+4
* api: add function string_color_code_size (issue #1547)Sébastien Helleu2020-08-223-0/+19
* core: add bar option "color_bg_inactive" (issue #732)Sébastien Helleu2020-06-211-5/+7
* core: rename functions hook_completion_{get_string|list_add} to completion_{get_string|list_add}Sébastien Helleu2020-05-083-0/+61
* api: return integer in function gui_completion_search (issue #1484)Sébastien Helleu2020-04-281-5/+5
* api: add functions completion_new, completion_search and completion_free (issue #1484)Sébastien Helleu2020-04-273-0/+179
* php: fix crash when loading script with PHP 7.4 (closes #1452)Sébastien Helleu2020-02-281-4/+2
* core: update copyright datesSébastien Helleu2020-01-044-4/+4
* core: fix style in CMake filesSébastien Helleu2019-10-011-3/+4
* cmake: allow custom libdir (fix #1341)Ryan Farley2019-04-251-1/+1
* api: return allocated string in hook_info callback and function info_getSébastien Helleu2019-04-132-13/+7
* core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage optionsSébastien Helleu2019-03-241-1/+1
* php: remove value for first #define in headersSébastien Helleu2019-03-192-2/+2
* api: add function command_options (issue #928)Sébastien Helleu2019-02-283-0/+36
* php: fix memory leak in functions using hashtable parametersSébastien Helleu2019-02-271-0/+35
* api: add function string_match_listSébastien Helleu2019-02-273-0/+25
* core: update copyright datesSébastien Helleu2019-01-014-4/+4
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-296-6/+6
* core: fix copyright datesSébastien Helleu2018-09-014-4/+4
* api: add function hook_lineSébastien Helleu2018-08-123-290/+301
* php: add comments about C compiler happinessSébastien Helleu2018-05-171-1/+5
* scripts: remove double return in info eval callback functions not yet implementedSébastien Helleu2018-05-171-3/+1
* php: ensure vbuffer is not NULL before using itSébastien Helleu2018-05-171-2/+5
* scripts: fix memory leak in hook_info callbackSébastien Helleu2018-04-132-2/+4
* scripts: fix return value of hook_infolist callback (pointer instead of string)Sébastien Helleu2018-04-122-1/+8
* scripts: return long integer instead of string in function infolist_timeSébastien Helleu2018-04-101-5/+6
* php: return long instead of int in function hdata_timeSébastien Helleu2018-04-101-1/+1
* php: fix return code of functions config_write_option and config_write_lineSébastien Helleu2018-04-101-8/+8
* scripts: do not allocate memory when converting pointers to stringsSébastien Helleu2018-04-103-853/+845
* php: fix memory leak in 72 functions returning allocated stringsSébastien Helleu2018-04-071-72/+80
* api: add function string_format_size in scripting APISébastien Helleu2018-04-073-0/+17
* php: add OpenSSL licensing in copyrightSébastien Helleu2018-01-254-0/+52
* scripts: add option "eval_keep_context" in script pluginsSébastien Helleu2018-01-151-0/+2
* scripts: add configuration file for each script pluginSébastien Helleu2018-01-153-14/+24
* scripts: add missing initialization of plugin pointer to NULLSébastien Helleu2018-01-141-1/+1
* core: fix some stylesSébastien Helleu2018-01-071-2/+2
* core: update translations (issue #128)Sébastien Helleu2018-01-061-3/+4
* php: fix compiler warning (issue #128)Sébastien Helleu2018-01-061-0/+4
* scripts: add "eval" option in script commands and info "xxx_eval" (issue #128)Sébastien Helleu2018-01-061-14/+128
* scripts: add option "version" in script commands (closes #1075)Sébastien Helleu2017-12-231-26/+15
* build: fix PHP library used to compile PHP plugin (closes #1078)Sébastien Helleu2017-10-141-1/+2
* php: add commentsSébastien Helleu2017-10-031-0/+4
* php: add messages during script loading/unloadingSébastien Helleu2017-10-031-0/+26
* php: set php_quiet to 1 during plugin endSébastien Helleu2017-10-031-0/+3
* php: set php_quiet to 1 during plugin initializationSébastien Helleu2017-10-031-0/+2
* php: set php_quiet to 1 when loading/reloading/unloading a script with option "-q"Sébastien Helleu2017-10-031-2/+4
* php: use PHP_VERSION_ID instead of PHP_MAJOR_VERSION and PHP_MINOR_VERSIONSébastien Helleu2017-09-281-1/+1
* php: add comments with PHP versionSébastien Helleu2017-09-281-0/+2
* php: fix condition on PHP version to support future PHP versions (>= 8.0)Sébastien Helleu2017-09-281-5/+8
* Merge pull request #1069 from adsr/masterSébastien Helleu2017-09-281-0/+7
|\