Vlad Savitsky

Results 9 comments of Vlad Savitsky

I did several attempt to get it working but with no luck. Documentation is very poor and stackoverflow suggested configuration of outdated version. I would like to have simple and...

> Sorry for the nondescript issue title. Big fan of version 1 of your utility, and now I would love to try v2. > > I'm using Vundle, and to...

The same problem. PHP 7.4, Laravel 8.27. Solution: `composer require irazasyed/telegram-bot-sdk` Please update documentation at https://telegram-bot-sdk.readme.io/docs

Docker's containers are remote hosts for your IDE so check if you have correct mapping for your local paths to remote paths

Sorry for this misunderstanding. I just copy-pasted code from other issue and didn't update it. I'm using Docker4Drupal and php 7.1 and have this issue. I know for sure that...

I added: ``` PHP_XDEBUG_REMOTE_LOG: /proc/self/fd/2 ``` Ran ```drush cc all``` and got this output to console: ``` [130] Log opened at 2020-06-10 15:30:39 [130] I: Connecting to configured address/port: 172.17.0.1:9000....

No, it's not work as expected. I have 2 modes: 1. Default (xDebug) disabled. All works fine. No problems. 2. xDebug enabled. Works but could be improved. Adding ```PHP_XDEBUG_REMOTE_LOG: /proc/self/fd/2```...

I can't test it right now. What is default value for ```PHP_XDEBUG_REMOTE_LOG```? Will this log file be created even if I remove (comment out) ```PHP_XDEBUG_REMOTE_LOG``` and enable xDebug? If not...

I believe this information could be useful for others and docs should be updated. Especially empty default value of this setting. So it should be only set for debugging xDebug...