DBG: work with php-cgi.exe or can it work with php.exe? |
Site Admin
|
If you mean SRV web server that comes with PHPED, it knows how to run CGI executable and pass CGI variables to it. If you supply CLI version, it simply does not recognize CGI enviroment and therefore does not understand the requests.
If you want to debug CLI applications, you may try bat file like below: --run.bat file begins----------------------------- set QUERY_STRING=DBGSESSID=1@localhost:7869;d=1 php.exe yourfile.php arguments_to_be_passed --cut here---------------------------------------- If you want to run debugger with CLI php from the IDE, just replcace php executable to CLI version in Tools->Settings->SRV web server and switch run mode to "Local CGI (php.exe)" in Tools->Settings->IDE settings. Latter change just tells the IDE "do not use SRV and work with php.exe directly". |
||||||||||||
|
DBG: work with php-cgi.exe or can it work with php.exe? |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by