Home
last modified time | relevance | path

Searched hist:e1215f13faf76e5cf47a35352871a78d4c60abd5 (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Remote/
H A DApi.phpe1215f13faf76e5cf47a35352871a78d4c60abd5 Tue Mar 03 03:52:12 UTC 2020 Phy <git@phy25.com> catch ArgumentCountError and return XML error message for remoteAPI, fixes #2545

This is caused by a PHP 7.1 change:
https://www.php.net/manual/en/migration71.incompatible.php
#migration71.incompatible.too-few-arguments-exception

Previously call_user_func_array will make those missing arguments
to NULL without throwing an exception.