[PHP] popen and pclose. Something changed in 4.4.2 ! ....Fixed

2006-06-21 Thread Venkatesh M. S.
On windows, allow Apache service "to interact with the desktop"... in the services manager GUI Rgds Venkat ** Greetings! I was using popen and pclose on a previous version of PHP on Windows with an older version of Apache (2.x). ( I think it was 4.4.1 but will need to check as

Re: [PHP] popen and pclose. Something changed in 4.4.2 !

2006-06-12 Thread Richard Lynch
I can only suggest you change the "default" settings on the MS-DOS application thingie... Right-click the MS-DOS icon in the Start menu, mess with settings like "run in background" etc. I suspect that it is a configuration of MS-DOS window issue, and has nothing to do with PHP. On Mon, June 12

[PHP] popen and pclose. Something changed in 4.4.2 !

2006-06-12 Thread Venkatesh M. S.
Greetings! I was using popen and pclose on a previous version of PHP on Windows with an older version of Apache (2.x). ( I think it was 4.4.1 but will need to check as i am not sure). pclose(popen("start " . $exe . " " . $args, "r")) Where $exe is my path to the batch file and $args are the arg