Changes between Initial Version and Version 13 of Ticket #6604


Ignore:
Timestamp:
Aug 5, 2009, 11:21:20 PM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The PDO package in PECL is dead; one is supposed to use the PDO in the PHP source itself instead, like we already do.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6604

    • Property Status changed from new to closed
    • Property Cc ryandesign@… jwthompson2@… nox@… added
    • Property Resolution changed from to wontfix
    • Property Summary changed from Variant for shared PDO to php5: variant for shared PDO
    • Property Priority changed from Important to Low
    • Property Version changed from 1.0 to
    • Property Owner changed from darwinports-bugs@… to ryandesign@…
    • Property Type changed from defect to enhancement
    • Property Port php5 added
  • Ticket #6604 – Description

    initial v13  
    11It might be helpful to have a variant to allow for a shared version of PDO.
    22
    3 
     3{{{
    44variant shared-pdo {
    55    configure.args-append    --enable-pdo=shared
    66}
     7}}}