[MacPorts] #15529: php5: add dbase support
#15529: php5: add dbase support -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- I received a request by email from Mikel King on 2008-01-29 to add support for dbase databases, and another from Gregg Green on 2008-06-06. This should be as simple as adding `--enable-dbase` to the `configure.args`. No additional dependencies are needed, but warnings on the [http://www.php.net/manual/en/intro.dbase.php php web site] make me want to put dbase support in a variant anyway. The warning reads:
There is no support for indexes or memo fields. There is no support for locking, too. Two concurrent web server processes modifying the same dBase file will very likely ruin your database.
We recommend that you do not use dBase files as your production database. Choose any real SQL server instead; MySQL or Postgres are common choices with PHP. dBase support is here to allow you to import and export data to and from your web database, because the file format is commonly understood by Windows spreadsheets and organizers.
A new dbase variant should be added to the php5 (and php5-devel (and php4?)) port, and it should print a warning like the above when it is selected. -- Ticket URL: <http://trac.macports.org/ticket/15529> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15529: php5: add dbase support --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by raimue@macports.org): Do you really think we need to add a warning? Users should always consult the relevant documentation for the software they install through MacPorts IMHO. Not that such a warning would harm, just a comment. -- Ticket URL: <http://trac.macports.org/ticket/15529#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15529: php5: add dbase support --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * cc: postmaster@mailw.com (removed) * cc: ggreen@mailw.com (added) * status: new => closed * resolution: => fixed Comment: Ok, we'll skip the warning. Added +dbase variant to php4, php5 and php5-devel in r37803. -- Ticket URL: <http://trac.macports.org/ticket/15529#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts