Windows Zend PHP Debugging Environment -


recent projects (shopware, xt:commerce) contain ioncube-encoded files force me use ioncube_loader extension. loading along zenddebugger work unless try start debugging. once loader included, debugging doesn't work anymore - in non-encoded environment (for 1 joomla).

system: windows 7, zend studio 10.6, zend server ce, zend debugger, ioncubeloader, php 5.3+

i spend several days searching working solution (except using inline debug commands). if means, setting unix environment, it. there seem problems, too.

windows event log shows application error (1000):

faulting application: php-cgi.exe, version: 5.3.14.0 faulting module: php5.dll, version: 5.3.14.0 exception code: 0xc0000005 fault offset: 0x00084494 path zendserver php-cgi.exe , php5.dll respectively] 

instead of starting debug session, download dialog pops up, containg html code

ok

the server encountered internal error or misconfiguration , unable complete request.

please contact server administrator, admin@example.com , inform them of time error occurred, , might have done may have caused error.

more information error may available in server error log.

additonally, zendenabler.logs shows:

[timestamp] error: read data error - unable read result. code 109.<br /> [timestamp] error: request d:/projects/joomla3/index.php: unable response php process 

the joomla folder mapped local virtual host http://joomla3.localhost environment , subdomain added hosts file. no problem if don't start debugging.

any appreciated ;-)

just ideas

  • this stupid line ending incompatibility.
  • could file* permission, php creating files wrong user or wrong privileges.
  • try running system elevated permissions? !!caution, permission elevation awful solution.!!
  • could windows shell association, or content type dispatch issue.
  • have tried reaching out ioncube's support? appear commercial product top google hit, should offer support in manner.
  • try virtualization? setup ubuntu or other virtualbox , test functionality in there?

thats comes mind looking @ different parts of problem. :\ home helps.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -