cakephp2-php8/lib/Cake/Console
daris 5dbc22efd3 Fixed deprecation warning when parsing parameters in ShellDispatcher.php
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in lib/Cake/Console/ShellDispatcher.php on line 295

It broke some behat tests for my project because PHP issued warning and then session has not been able to start correctly due to "Session cannot be started after headers have already been sent" error
2023-09-18 19:34:17 +02:00
..
Command fix: Undefined TESTS constants cause the "cake bake project" command to exit with an error 2023-03-12 12:04:43 +01:00
Helper Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
Templates Remove id property from bake template 2018-10-31 09:46:01 +01:00
cake Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
cake.bat Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
cake.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
ConsoleErrorHandler.php Handle error suppression in ConsoleErrorHandler 2022-03-02 15:58:32 +02:00
ConsoleInput.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
ConsoleInputArgument.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
ConsoleInputOption.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
ConsoleInputSubcommand.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
ConsoleOptionParser.php php-7.4-compact: replace deprecated curly brace offset access 2020-03-20 21:10:58 +01:00
ConsoleOutput.php Fix argument order for implode method 2020-04-27 16:08:52 +02:00
HelpFormatter.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Shell.php runCommand $command as string 2022-01-16 07:47:57 -07:00
ShellDispatcher.php Fixed deprecation warning when parsing parameters in ShellDispatcher.php 2023-09-18 19:34:17 +02:00
TaskCollection.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00