Edit report at https://bugs.php.net/bug.php?id=55508&edit=1
ID: 55508 Comment by: albertcasademont at gmail dot com Reported by: josef at ilait dot se Summary: listen and listen.allowed_clients should take IPv6 addresses. Status: Assigned Type: Feature/Change Request Package: FPM related Operating System: Linux PHP Version: 5.3.8 Assigned To: fat Block user comment: N Private report: N New Comment: Same here, would be nice to have ipv6 support in php-fpm. Thanks! Previous Comments: ------------------------------------------------------------------------ [2013-05-19 16:52:33] brunofr at ioda dot net Still saw with php 5.4.15 the apache & common uri notation [::1]:9000 is transformed to ERROR] invalid port value ':1]:9000' Also trying to use localhost which resolve by default to ::1 [NOTICE] address 'localhost' resolved as 127.0.0.1 ------------------------------------------------------------------------ [2011-08-25 15:06:47] josef at ilait dot se Description: ------------ --- >From manual page: http://www.php.net/install.fpm.configuration --- The documentation clearly states that listen and listen.allowed_clients does not allow IPv6 addresses to be entered. Expected result: ---------------- Be able to listen to IPv6 addresses, and allow IPv6 addresses. Actual result: -------------- The process does not start when entering a IPv6 address. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55508&edit=1