x64architecture / wnmp

An easy Nginx, MariaDB and PHP environment for Windows.
https://wnmp.x64architecture.com
GNU General Public License v3.0
508 stars 110 forks source link

Single PHP Port Prevents Local cURL #94

Closed paul-norman closed 5 years ago

paul-norman commented 7 years ago

This is an old issue that was fixed years ago, but the release of 3.0 and the addition of the PHP SO_REUSEPORT option has brought it back.

As previously adding another process manually (X:\Path\To\Wnmp\php\php-cgi.exe -b 127.0.0.1:9001 -c X:\Path\To\Wnmp\php\php.ini) and then updating the php_processes.conf file fixes it.

Would it be possible to use at least two ports for the threads? (or provide the option to do so).