Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #6604 (new enhancement)

Opened 3 years ago

Last modified 13 months ago

RFE: php5 variant for shared PDO

Reported by: jwthompson2@… Owned by: ryandesign@…
Priority: Low Milestone: Port Enhancements
Component: ports Version:
Keywords: Cc: ryandesign@…, jwthompson2@…, nox@…

Description

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

Changed 3 years ago by jwthompson2@…

  • summary changed from Variant for shared PDO to Variant for shared PDO (PHP5)

Changed 3 years ago by jwthompson2@…

  • summary changed from Variant for shared PDO (PHP5) to [PHP5] Variant for shared PDO

Changed 3 years ago by jberry@…

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).

Changed 3 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.

Changed 2 years ago by dluke@…

  • owner changed from darwinports-bugs@… to opendarwin-2006@…

reassign to new maintainer

Changed 18 months ago by pipping@…

  • milestone set to Available Ports

Changed 17 months ago by pipping@…

  • milestone changed from Available Ports to Port Enhancements

Changed 17 months ago by ryandesign@…

  • cc ryandesign@… added
  • owner changed from opendarwin-2006@… to ryandesign@…

Changed 17 months ago by ryandesign@…

  • cc jwthompson2@… added
  • priority changed from Important to Nice to have
  • type changed from defect to 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?

Changed 13 months ago by nox@…

  • cc nox@… added
  • priority changed from Nice to have to Low
  • version 1.0 deleted
  • summary changed from [PHP5] Variant for shared PDO to RFE: php5 variant for shared PDO

I think something better would be to be able to disable PDO. That way we could install PDO through PECL.

Changed 13 months ago by nox@…

Oh, didn't see in the comments that a shared PDO would do the same thing, my bad.

Note: See TracTickets for help on using tickets.