Click to See Complete Forum and Search --> : php4.3.0RC4 - removed the new -r option (CLI)??


128kb.com
12-22-2002, 05:19 PM
I compiled/installed the new PHP 4.3.0RC4 for testing and noticed that they removed then -r option for use on the CLI. I couldn't find any change log for it nor a CHANGES file in the tarball. I first saw the -r option in 4.3DEV and also in 4.3.0RC2 but not in the newer xRC4.

Does anyone know if this feature was removed or if you have to --enable-something for it now?? I hope it wasn't removed cause it's a sweet new feature.

eg.
$ php -r 'print $_ENV["SHELL"];'