Skip to content

Tag: port

PHP Port Scanning

This may be a duplicate post, BUT I’ve not seen any answer that correctly resolves this. I’m trying to find a php script that can correctly determine the state of a TCP or UDP port. I’ve tried several of the ones I’ve found online and they all return the wrong results. EG: On my local …

Error running script.php: Port 9000 is busy

I set php.ini and Debug config in phpstorm. Trying to debug php script outputs in phpstorm Event log with: end of php.ini: Debug port in pStorm is also set on 9000. netstat -na outputs with: What if I set to other port. eg setting it to 10001 seems to do the job. Or just how to make it work properly.