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

Code Bug Report #131

Closed ugksoft123 closed 2 years ago

ugksoft123 commented 2 years ago

1.php.cs

2.OptionsFrm.cs

ushort port = (ushort)PHP_PORT.Value;

x64architecture commented 2 years ago

I'm not sure what you are saying the issue is but Wnmp launches multiple PHP instances on a single port by utilizing the ReuseAddress socket option (see here)