ID: 39773 Updated by: [EMAIL PROTECTED] Reported By: sobieh at gmail dot com -Status: Open +Status: Feedback -Bug Type: Systems problem +Bug Type: Unknown/Other Function Operating System: Windows 2003 Server -PHP Version: Irrelevant +PHP Version: 5.2.0 New Comment:
What kind of Server API are you using? Previous Comments: ------------------------------------------------------------------------ [2006-12-07 22:49:51] sobieh at gmail dot com Description: ------------ Shell_Exec - FindWindowA BUG MyApp.exe is a C++ written console application. It usues FindWindowA WinAPI function. When i start MyApp.exe normally it founds desired window but when i run MuApp.exe by shell_exec command in PHP it can't find Any window even 'explorer'. i tried to run it on php 5.1.0 and works great but on 5.2.0 not so i think its a BUG. Reproduce code: --------------- <? echo shell_exec('myapp.exe'); ?> Expected result: ---------------- should return FindWindowA result by MyApp.exe as String. Actual result: -------------- null ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39773&edit=1