diff --git a/sapi/fpm/tests/015.phpt b/sapi/fpm/tests/015.phpt index 6390037eaf9..fba333e2561 100644 --- a/sapi/fpm/tests/015.phpt +++ b/sapi/fpm/tests/015.phpt @@ -8,19 +8,28 @@ FPM: Test various messages on start, from master and childs include "include.inc"; $logfile = dirname(__FILE__).'/php-fpm.log.tmp'; -$port = 9000+PHP_INT_SIZE; +$port1 = 9000+PHP_INT_SIZE; +$port2 = 9001+PHP_INT_SIZE; $cfg = <<