php-windows Digest 12 Dec 2007 14:47:05 -0000 Issue 3385
Topics (messages 28649 through 28650):
Newbie: My PHP Interpreter cannot be run.
28649 by: Andre Junianto
Re: W2003-IIS6 ignore safe_mode=0
28650 by: JoaquĆn
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Dear all,
I'm newbie.
Install php-5.2.5-win32-installer.msi successfully.
Windows XP sp2
I have tested using Apache, PHP file was loaded normally on web-browser.
(no error).
--
But, when I invoked CLI / PHP Interpreter, either directly or by IDE,
it's always raised error message, then was closed immediately:
Error msg by Windows:
"CLI has encountered a problem and needs to close."
--
Somebody help me please.
T.I.A
Andre
--- End Message ---
--- Begin Message ---
Well, I don't finally know why but the problem is the "echo hello" in
the batch (?!).
If I don't use system("example.bat") but system("cmd") then I can see in
the browser the two first lines of the shell: "Microsoft Windows 2003..."
It also works to call an executable.
Contrary to what was expected "ejemplo.bat" confuses rather than simplify.
I don't know why echo in a batch doesn't work but I don't want to waste
more time with it.
--- End Message ---