I’m trying to play with symfony in windows, and when I run the check configuration script gives me the next error:
[[WARNING]] The posix_isatty() is available: FAILED
*** Install and enable the php_posix extension (used to colorized the CLI output) ***
how can I install the php_posix in windows or it’s not possible to install in windows?
The POSIX extension cannot be installed on Windows as stated on https://www.php.net/manual/en/intro.posix.php.
The Windows shell doesn’t support color. If you want to play around with Symfony MVC Framework on Windows, you may need to use Cygwin or WAMP (or something similar).