php-windows Digest 22 Oct 2007 11:32:00 -0000 Issue 3356
Topics (messages 28577 through 28577):
[Fixed] :)
28577 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 ---
After a lot of tests (some of them with very litle sense, you would
laugh at me but dispair makes that) I have found the answer:
¡¡path with forward slashes AND ended with slash!!.
with or without ", with a single or double // are the same.
safe_mode_exec_dir = c:/wwwroot/tests/bin/
safe_mode_exec_dir = "c:/wwwroot/tests/bin/"
safe_mode_exec_dir = c://wwwroot//tests//bin//
The absolut path in exec() or system() is unnecessary.
--- End Message ---