8ctopus
8ctopus
For those having problems enabling remote debugging from a docker container (like I had for about 5 hours), here's a config that works without changes: xdebug.remote_enable=1 xdebug.remote_host=host.docker.internal xdebug.remote_port=9000 xdebug.remote_mode=req xdebug.remote_autostart=0...
Hello Drew, it would be great if you could accept this pull request as it corrects a lot of deprecation messages. Thank you for your time.
I recommend to read @dapphp 's post https://github.com/dapphp/securimage/issues/66#issuecomment-636279862
@jorgeborges It would be great if you find time to review the pull request.
@jorgeborges Could you please look into the pull request?
@jorgeborges Thank you for your reply.
For those interested, I forked the package and released it to packagist with this pull request. It's under: https://packagist.org/packages/8ctopus/php-ga-measurement-protocol
Just to make it clearer for others reading this issue, the way to install the development branch is: ```sh composer require --dev phpcompatibility/php-compatibility:dev-develop ```
Is it correct that until this PR gets merged, there's currently no way to test the generated pdf? If that's the case, I'm really excited about the PR.
@bsweeney Thank you for the explanation, I got it.