Post #4503324
2026-08-11 15:43 UTC
Is there somebody who runs PHP on native windows (with Xdebug) and can run a simple script for me?
It must be in a file (`test.php`):
```
<?php
echo microtime(true), "\n";
xdebug_connect_to_client();
echo microtime(true), "\n";
```
And run like:
php -dxdebug.log_level=11 -dxdebug.log=c:\temp\xdebug-i.log -dxdebug.client_host=localhost -dxdebug.client_port=9111 -dxdebug.mode=debug c:\temp\test.php
With the port 9111 not open.
Would love to see the output and log file (in a DM).
#xdebug #php
Replies (1)
-
@bobmagicii@phpc.social 2026-08-11 18:24
@derickr@phpc.social php on windows daily but not with xdebug. if you still need data i'm willing to do the bare minimums of setting xdebug up though.