sbulen

Results 157 comments of sbulen

Was there a problem or a bug here? Spontaneous corruption isn't exactly common... I'd say that if we haven't seen issues, to leave it alone.

I had this issue as well - across multiple php versions in EasyPHP. I worked around it by following the instructions here: https://stackoverflow.com/a/40425431 I.e.: - Add the EasyPHP php folder...

FWIW: I disagree with the enhancement label here... It should be much easier to enable curl. It's a basic requirement these days...

I do think EasyPHP needs to manage the Windows PATH better. One of the major benefits of EasyPHP has been that you can rapidly get to other versions of php,...

All EasyPHP 8.0.x & 8.1.x versions are affected by this.

In case it helps, after some experimentation, this is the set that has worked for me: ``` zend_extension="C:\Program Files (x86)\EasyPHP-Devserver-17\eds-binaries\php\php8013vs16x64x211128091357\php_xdebug-3.1.1-8.0-vs16-x86_64.dll" xdebug.mode=debug xdebug.start_with_request=yes xdebug.client_host=127.0.0.1 xdebug.client_port=9003 xdebug.idekey=ECLIPSE_DBGP xdebug.dump_globals=1 xdebug.dump=COOKIE,FILES,GET,POST,REQUEST,SERVER,SESSION xdebug.dump.SERVER=REMOTE_ADDR,REQUEST_METHOD,REQUEST_URI xdebug.show_local_vars=1 xdebug.trace_options=0...

What's nice about the new architecture is that once the .dll is loaded, you can choose among the various options by simply setting xdebug.mode. No need to rewrite php.ini &...

Note that the outward facing symptom you see here if you attempt to enable the debugger in xdebug manager usually appears to be a cert error... E.g.: `An error occurred...

I see a similar fault on 8.1. This is in the event viewer: ``` Faulting application name: eds-httpserver.exe, version: 2.4.43.0, time stamp: 0x5ea00a5d Faulting module name: php_xdebug-3.1.0-8.1-vs16-x86_64.dll, version: 3.1.0.1, time...

Note that the latest available (3.1.1) on the xdebug download site works: php_xdebug-3.1.1-8.1-vs16-x86_64.dll & php_xdebug-3.1.1-8.0-vs16-x86_64.dll