Add Windows CGI SAPI build support

This commit is contained in:
crazywhalecc
2025-10-16 00:55:21 +08:00
parent 487c6da4ac
commit c711a3666e
5 changed files with 74 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ use Symfony\Component\Console\Application;
*/
final class ConsoleApplication extends Application
{
public const string VERSION = '2.7.5';
public const string VERSION = '2.7.6';
public function __construct()
{