Summary: | New port: php-sqlite3 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Simon Cornelius P. Umacob <simoncpu> | ||||
Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | simoncpu | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Simon Cornelius P. Umacob
2006-09-26 16:30:20 UTC
Responsible Changed From-To: freebsd-ports-bugs->alepulver Take PR. State Changed From-To: open->closed New port added, thanks! alepulver 2006-10-06 02:48:31 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php-sqlite3 Makefile distinfo pkg-descr Log: php-sqlite3 is a PHP extension that lets you access SQLite3 databases within your scripts. PHP4 and PHP5 have already built-in support for this RDBM, but this is limited to the 2.x releases. This extension adds support for SQLite 3.x release. Please note that this project is still alpha-quality. Please test and report if it works for you and if you have ideas on how it can be enhanced. Current (or planned) features include: * In-memory databases support * UTF-16 encoding * User-level SQL functions * PEAR::DB driver class WWW: http://php-sqlite3.sourceforge.net/ PR: ports/103681 Submitted by: Simon Cornelius P. Umacob <simoncpu at infoweapons.com> Revision Changes Path 1.549 +1 -0 ports/databases/Makefile 1.1 +28 -0 ports/databases/php-sqlite3/Makefile (new) 1.1 +3 -0 ports/databases/php-sqlite3/distinfo (new) 1.1 +16 -0 ports/databases/php-sqlite3/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" alepulver 2006-10-06 02:55:14 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Simon Cornelius P. Umacob for databases/php-sqlite3. PR: ports/103681 Submitted by: Simon Cornelius P. Umacob <simoncpu@infoweapons.com> Revision Changes Path 1.623 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |