summaryrefslogtreecommitdiff
path: root/databases/php-sqlite3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:Rene Ladan2013-06-034-69/+0
| | | | | | | 2012-06-21 databases/php-sqlite3: No upstream development and superseded by databases/php5-sqlite3 and databases/php53-sqlite3 Notes: svn path=/head/; revision=319809
* - Deprecate due to no upstream development for 5 years and other portsGreg Larkin2012-05-211-0/+3
| | | | | | | | (databases/php5-sqlite3 and databases/php53-sqlite3) have superseded this one. Expiration set for 1 month. Notes: svn path=/head/; revision=297145
* Mark IGNORE with php 5.4 and set 5.3 as default.Alex Dupre2012-05-201-0/+2
| | | | | | | | Reported by: pav Pointyhat to: me Notes: svn path=/head/; revision=297003
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Unbreak after recent PHP 5.3.2 updateGreg Larkin2010-04-123-8/+25
| | | | | | | | - Upgrade to 0.5 - Adopt the port Notes: svn path=/head/; revision=252608
* - Reset maintainer, his email bouncesPav Lucistnik2010-04-111-1/+3
| | | | | | | | | - Mark BROKEN: does not compile with php 5.3 Reported by: pointyhat Notes: svn path=/head/; revision=252565
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - sqlite3' PORTNAME changed, fix depobjPav Lucistnik2007-03-301-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188820
* php-sqlite3 is a PHP extension that lets you access SQLite3 databasesAlejandro Pulver2006-10-063-0/+47
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> Notes: svn path=/head/; revision=174611