-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Open
Description
Description
The following code:
php -v
Resulted in this output:
PHP 8.2.7 (cli) (built: Jul 20 2023 18:02:54) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.7, Copyright (c) Zend Technologies
with Zend OPcache v8.2.7, Copyright (c), by Zend Technologies
But I expected this output instead:
PHP 8.2.7 (cli) (built: Jul 20 2023 18:02:54) (NTS, Windows 10, 64-bit)
Copyright (c) The PHP Group
Zend Engine v4.2.7, Copyright (c) Zend Technologies
with Zend OPcache v8.2.7, Copyright (c), by Zend Technologies
arnaud-lb