Derick Rethans
Derick Rethans
When running ``$ ./bin/phpunit`` as per the README, I am getting the following error with PHP 7.4: ``` derick@gargleblaster:/tmp/tracer_demo$ ./bin/phpunit #!/usr/bin/env php Installing phpunit/phpunit (7.5.16) Plugins have been disabled. -...
This seems to be needed for a new Firefox. See also http://bugs.xdebug.org/1782
For the ``mongodb/mongo-php-driver`` extension, pickle does not respect the default option for enabling SSL. In our config.m4, ``--with-openssl-dir`` by default is set to true, but pickle uses ``--without-openssl-dir`` when you...
Hi! Thanks for writing the this helper! With Xdebug 2.3 comes support for shared secret triggers to enable profiling and tracing. So instead of just sending "1" as the value...