Difference between executing php from the commandline and from the Http Side
Posted
by sunshine
on Stack Overflow
See other posts from Stack Overflow
or by sunshine
Published on 2010-06-10T16:18:04Z
Indexed on
2010/06/10
16:32 UTC
Read the original article
Hit count: 177
What is the difference between executing php from command line and from Http side .Do They use the same executable such as (Php.exe or php-cgi.exe ( Apache or IIS )).Do the Results differ when they are executing from Commandline or HTTP side.
© Stack Overflow or respective owner