Opened 19 years ago
Closed 15 years ago
#6604 closed enhancement (wontfix)
php5: variant for shared PDO
Reported by: | jwthompson2@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt), jwthompson2@…, nox@… | |
Port: | php5 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
It might be helpful to have a variant to allow for a shared version of PDO.
variant shared-pdo { configure.args-append --enable-pdo=shared }
Change History (13)
comment:1 Changed 19 years ago by jwthompson2@…
Summary: | Variant for shared PDO → Variant for shared PDO (PHP5) |
---|
comment:2 Changed 19 years ago by jwthompson2@…
Summary: | Variant for shared PDO (PHP5) → [PHP5] Variant for shared PDO |
---|
comment:3 Changed 19 years ago by jberry@…
comment:4 Changed 19 years ago by jwthompson2@…
It might be best to make it the default since that would allow for PDO to be upgraded by simply calling "pecl upgrade pdo" instead of having to recompile PHP for new versions of PDO.
comment:5 Changed 18 years ago by danielluke (Daniel J. Luke)
Owner: | changed from darwinports-bugs@… to opendarwin-2006@… |
---|
reassign to new maintainer
comment:6 Changed 18 years ago by pipping@…
Milestone: | → Available Ports |
---|
comment:7 Changed 18 years ago by pipping@…
Milestone: | Available Ports → Port Enhancements |
---|
comment:8 Changed 18 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Owner: | changed from opendarwin-2006@… to ryandesign@… |
comment:9 Changed 18 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jwthompson2@… added |
---|---|
Priority: | Important → Nice to have |
Type: | defect → enhancement |
I am unsure of the implications of switching from static to shared PDO. ("If it ain't broke, don't fix it.") I am wary of allowing upgrading PDO separately from PHP. Can the reporter or anyone else explain what functionality the current php5 port implementation does not offer, that switching to shared PDO would provide?
comment:10 Changed 17 years ago by nox@…
Cc: | nox@… added |
---|---|
Priority: | Nice to have → Low |
Summary: | [PHP5] Variant for shared PDO → RFE: php5 variant for shared PDO |
Version: | 1.0 |
I think something better would be to be able to disable PDO. That way we could install PDO through PECL.
comment:11 Changed 17 years ago by nox@…
Oh, didn't see in the comments that a shared PDO would do the same thing, my bad.
comment:12 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
comment:13 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | php5 added |
Resolution: | → wontfix |
Status: | new → closed |
Summary: | RFE: php5 variant for shared PDO → php5: variant for shared PDO |
The PDO package in PECL is dead; one is supposed to use the PDO in the PHP source itself instead, like we already do.
Is there any problem with just making this a default? As I understand the following (http://us2.php.net/ pdo) PDO defaults to enabled by default. Making it shared by default shouldn't hurt??? Thoughts?
(We try to do our best to have fewer variants, if possible).