Opened 15 years ago
Closed 15 years ago
#20056 closed request (fixed)
php5-dba: new port
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | drudru@… | |
Port: | php5-dba |
Description
Dru Nelson requested by email the ability to use cdb with php's dba feature. php5 uses "--enable-dba" but not "--with-cdb" which would be required to meet this need. A separate php5-dba port should be created for this. See #19091 and http://php.net/manual/en/dba.installation.php
Change History (4)
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Replying to ryandesign@…:
php5 uses "--enable-dba" but not "--with-cdb" which would be required to meet this need.
Actually, it looks like cdb is on by default, so the php5 port has always had this capability -- until I move it to the separate php5-dba port in #17976.
comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Oops, this was supposed to be the ticket for adding php5-dba.
comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Added php5-dba in r58585.
Note: See
TracTickets for help on using
tickets.
See also #17976. The new php5-dba should probably enable as much functionality as possible by default, and offer variants for those features which conflict with one another.