]> granicus.if.org Git - php/commit
Fix bug #68423i PHP-FPM will no longer load all pools
authorRemi Collet <remi@php.net>
Fri, 14 Nov 2014 16:29:31 +0000 (17:29 +0100)
committerRemi Collet <remi@php.net>
Fri, 14 Nov 2014 16:29:31 +0000 (17:29 +0100)
commit23db11976889c3600cf7853fe0fd687a1c9435e6
tree1f90576d6d12ab5c7d1a42e04acfc312f4d933d0
parentfaaea4f304cd6693e5f76c5a5d64d46e24326806
Fix bug #68423i PHP-FPM will no longer load all pools

The hash need to be unique per IP + Port
Previous version have (IPv4 only)
   sprintf(key, "%u.%u.%u.%u:%u", IPQUAD(&sa_in->sin_addr), (unsigned int) ntohs(sa_in->sin_port));
sapi/fpm/fpm/fpm_sockets.c