Opened 8 years ago

Closed 6 years ago

#772 closed defect (fixed)

Incorrect explicit call to php-config during build

Reported by: wraeth Owned by: strk
Priority: minor Milestone: 3.5.3
Component: Build/Install Version: 3.5.0
Severity: Unassigned Keywords:
Cc:

Description

When building in environments with multiple versions of PHP installed (eg. Gentoo) an explicit call to php-config can run the wrong version, instead of relying on $(PHP_CONFIG) which is user configurable.

See attached patch to resolve.

Attachments (1)

0001-Fix-explicit-call-of-php-config.patch (727 bytes ) - added by wraeth 8 years ago.
Patch to use PHP_CONFIG instead of php-config

Download all attachments as: .zip

Change History (4)

by wraeth, 8 years ago

Patch to use PHP_CONFIG instead of php-config

comment:1 by strk, 8 years ago

Milestone: 3.5.13.5.2

Ticket retargeted after milestone closed

comment:2 by robe, 6 years ago

Milestone: 3.5.23.5.3

comment:3 by Paul Ramsey <pramsey@…>, 6 years ago

Resolution: fixed
Status: newclosed

In 4b5559e/git:

Remove explicit call to php-config
Closes #772 <wraeth>

Note: See TracTickets for help on using tickets.