- May 26, 2022
- May 18, 2022
- Apr 04, 2022
-
-
Mattia Rizzolo authored
This command is using features that are not POSIX-compliant (the [[ and the || in them), that despite being supported by many shells (including bash) are not available in dash. Since system() runs the code with /bin/sh that is an interface defined as only being POSIX-compliant, with no extensions, it should not presume a specific shell in that. Closes: #6326 Signed-off-by:
Mattia Rizzolo <mattia@mapreri.org>
-
- Mar 24, 2022
-
-
Jesse Norell authored
-
Jesse Norell authored
-
Marius Burkard authored
-
Marius Burkard authored
-
Thom authored
-
- Mar 19, 2022
-
-
Gwyneth Llewelyn authored
There may be no guarantee that `$caller[...]` is actually set, or that either `file` or `line` are not empty.
-
Good point; I'd even use `!empty($caller['file']) && !empty($caller['line'])` to save a few cycles in the (improbable) case where both _may_ be set, but empty (thus making the whole exercise pointless...).
-
- Mar 15, 2022
-
-
Gwyneth Llewelyn authored
Also, tried to clean up the code formatting according to the guidelines _and_ added (most) entries for PHPDoc.
-
- Mar 14, 2022
-
-
Till Brehm authored
-
- Feb 26, 2022
- Feb 03, 2022
-
-
Jesse Norell authored
-
- Jan 18, 2022
-
-
Jorge Muñoz authored
-
ms217 authored
-
-
- Jan 12, 2022
-
-
ms217 authored
-
- Jan 11, 2022
- Jan 07, 2022
-
-
Till authored
-
- Dec 26, 2021
-
-
Jakub Blažej authored
-
- Dec 18, 2021
-
-
J. Daniel Schmidt authored
SSLProxyEngine is neither needed for http(s) redirects nor for non-SSL proxy configs. Thus excluding it from these cases. Based on a fix by Thom <thom@amsterdamtech.nl>
-
- Nov 19, 2021
-
-
Jesse Norell authored
-
- Nov 02, 2021
-
-
Jesse Norell authored
-
- Oct 20, 2021
-
-
ms217 authored
-
- Oct 19, 2021
-
-
Till Brehm authored
-
- Oct 18, 2021
-
-
Till Brehm authored
-
- Oct 08, 2021
-
-
Helmo authored
-
- Oct 07, 2021
-
-
Jesse Norell authored
-
- Sep 28, 2021
-
-
Jesse Norell authored
-
- Sep 27, 2021
-
-
Jorge Muñoz authored
-