| Summary: | add pdo-mysql support to php 5.2x | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Michael Scheidell <scheidell> | ||||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | ale | ||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Responsible Changed From-To: freebsd-ports-bugs->ale over to maintainer State Changed From-To: open->closed No port should depend on a pdo driver. pdo-sqlite is the exceptional case, since it's enabled by default in php5. |
php 5.20 and older supported pdo-mysql. These patches add it back in. Easier than trying to cd to the dir and install it (and pdo-sqlite is supported, why not mysql) Tested on both 4.11 and 5.5. Fix: These patches: and: How-To-Repeat: cd /usr/ports/lang/php5-extensions make config (select PDO_MYSQL)