Page MenuHomeDevCentral

php-fpm on 5.6.3 listens only to some ports on Ysul
Closed, WontfixPublic

Description

With the same set of pool configuration files, we can have two states:

  • when it operates correctly (e.g. our PHP 5.6.2), it loads all configuration files and listens to every port.
  • when it doesn't operate correctly (e.g. the PHP 5.5.x through FreeBSD ports), it only launch some pools, but not all

Reinstalling a genuine PHP compilation instead of a package/port worked for PHP 5.5.x to fix the issue, but not for PHP 5.6.x.

Event Timeline

dereckson triaged this task as Unbreak Now! priority.Nov 22 2014, 09:16

We got previously this issue.

I'm fixing temporarily the issue like the last time, compiling manually PHP from scratch.

Could be interesting to report upstream and to try to debug this strange issue.

A compilation through PHP ports failed.

We have an operational and well tested PHP 5.6.0RC3 in /opt/php

I relaunched php-fpm on this version pending a full manual compilation.

dereckson lowered the priority of this task from Unbreak Now! to High.Nov 22 2014, 09:36
dereckson changed the visibility from "All Users" to "Public (No Login Required)".
dereckson lowered the priority of this task from High to Normal.EditedNov 22 2014, 18:19

Recompiled PHP 5.6.2, which still works (so it's could well be a version issue).

Can't repro in later PHP versions.