| Summary: | lang/php5 5.3.3_2 has undocumented version dependence on pcre library, causing php web sites to fail | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | John Levine <hostmaster> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed You are supposed to use the latest versions of ports. |
php applications using php 5.3.3 fail if the pcre library is too old Fix: In the port Makefile, add this line to require pcre library at least as current as the one bundled with the PHP source: RUN_DEPENDS= pcre>=8.02:${PORTSDIR}/devel/pcre How-To-Repeat: Build php with pcre library older than 8.0