Edit report at http://bugs.php.net/bug.php?id=51402&edit=1
ID: 51402 Updated by: [email protected] Reported by: stefano at supergenesis dot it Summary: popen() not work correctly! -Status: Open +Status: Bogus Type: Bug Package: Filesystem function related Operating System: Windows 7 PHP Version: 5.3.2 New Comment: Not related to PHP, that's security and other settings in windows. Also I don't see why one would allow that by default in a web either. Previous Comments: ------------------------------------------------------------------------ [2010-03-26 16:10:59] stefano at supergenesis dot it Description: ------------ I want to start gui application with use popen(). In windows xp i use pclose(popen("start /B calc.exe", "r")); and windows open correctly the calculator. In windows 7 this open a calculator but i show only in a process list, and i not see the gui! Then in the services list i have set in the connect tab, the propety interact with desktop. The problem is now when i start open(...) windows 7 show me a strange message "an application want show a message" and show me 2 button that i can read message or not. If i click on read windows go in strange mode and show me the calculator, after i have to click another button to return from 'normal mode'. What is this?!?!? Expected result: ---------------- Open normal application without go in 'strange mode'! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51402&edit=1
