| Summary: | www/mod_php5: PHP scripts report massively errors about non-existent function calls | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | O. Hartmann <ohartmann> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
O. Hartmann
2014-04-07 15:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed You have to build php with ZTS enabled (and rebuild all extensions). The problem was caused by the update and installation of www/mod_php5. Since I use a threaded Apache and follwoing the recommendation of enabling option ZTS in php5-5.4, I didn't so in www/mod_php5. This lead to an incosisntency. Having option ZTS enabled in both lang/php5 AND www/mod_php5, rebuilding for security purposes ALL php5 ports again (including mod_php5), removing etc/php/extensions.ini also, restarting then apache24 after all installations has been performed, resolved the problem. The last steps removing extensions.ini might be overkill but I wanted to ensure that everything is in the correct place. Please close thir PR. |