This is a discussion on Apache, PHP problem within the Windows Web Servers forums, part of the Web Server and Related Forums category; This has to be a silly problem but I have been working on it for 2 days. I have PHP ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This has to be a silly problem but I have been working on it for 2 days. I
have PHP up an running on a WinXP machine, works great except I can not get any output from the command line. None!! If I type in "php.exe -q -h" or "php.exe -h" it acts like it is doing something for a second or two but no output. No errors, no nothing, two seconds later I get a command prompt again but now output. No PHP command line command gives an output. What is wrong???? Thanks, |
|
|||
|
surely you set it up to produce a log file when it errors? read it....
-- Portland Garage Sales http://www.portlandgaragesales.com Oregon's Online Garage Sale NEVER A FEE! all $$ transactions are between buyer and seller .. "Trey Weaver" <noemailtome@thanks.com> wrote in message news:sg%Yd.3887$wl4.529349@twister.southeast.rr.co m... > This has to be a silly problem but I have been working on it for 2 days. I > have PHP up an running on a WinXP machine, works great except I can not get > any output from the command line. None!! If I type in "php.exe -q -h" or > "php.exe -h" it acts like it is doing something for a second or two but no > output. No errors, no nothing, two seconds later I get a command prompt > again but now output. No PHP command line command gives an output. > > What is wrong???? > > Thanks, > > > |
|
|||
|
On Sun, 13 Mar 2005 18:04:08 GMT, "Trey Weaver"
<noemailtome@thanks.com> wrote: >This has to be a silly problem but I have been working on it for 2 days. I >have PHP up an running on a WinXP machine, works great except I can not get >any output from the command line. None!! If I type in "php.exe -q -h" or >"php.exe -h" it acts like it is doing something for a second or two but no >output. No errors, no nothing, two seconds later I get a command prompt >again but now output. No PHP command line command gives an output. > >What is wrong???? > >Thanks, Newer versions of PHP have two different executables. For details please read: "Part V. Features, Chapter 10 Using PHP from the command line" of a recent version of The Fine Manual. -- ) Kees Nuyt ( c[_] |