Zeev Suraski wrote:
> If we use this KISS approach, why the heck are we even considering this
> rename?

  1.) Using 'php' to run a PHP script from the command-line sounds like
      the right choice of name (for the sapi/cli binary).

  2.) Is keeping BC worth an unintuitive for the sapi/cli binary?
      Does the rename of php to php-cgi for the sapi/cgi binary really
      cause so much trouble? It requires AFAICS the change of one line
      in the Apache configuration file

        Action application/x-httpd-php "/php/php.exe"

      to

        Action application/x-httpd-php "/php/php-cgi.exe"

  3.) Why this late discussion of the issue? The name of the sapi/cgi
      binary was changed months ago!

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to