notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
php-sqlite3 A port for the PHP sqlite3 extension
0.5 databases Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.5Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: No upstream development and superseded by databases/php5-sqlite3 and databases/php53-sqlite3
Expired This port expired on: 2012-06-21
Maintainer: glarkin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-10-06 02:49:18
Last Update: 2013-06-03 21:21:58
SVN Revision: 319809
License: not specified in port
WWW:
http://php-sqlite3.sourceforge.net/
Description:
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • php-sqlite3>0:databases/php-sqlite3
No installation instructions:
This port has been deleted.
PKGNAME: php-sqlite3
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. sqlite3>=3.0 : databases/sqlite3
  2. php.h : lang/php53
  3. phpize : lang/php53
  4. autoconf-2.69 : devel/autoconf
Runtime dependencies:
  1. php.h : lang/php53
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (18 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://freefr.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  3. http://heanet.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  4. http://internode.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  5. http://iweb.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  6. http://jaist.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  7. http://kent.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  8. http://nchc.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  9. http://ncu.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  10. http://osdn.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  11. http://softlayer.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  12. http://sunet.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  13. http://surfnet.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  14. http://switch.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  15. http://transact.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  16. http://ufpr.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  17. http://voxel.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
  18. http://waix.dl.sourceforge.net/project/php-sqlite3/source%20code/release%200.5/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5
03 Jun 2013 21:21:58
Revision:319809Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:
2012-06-21 databases/php-sqlite3: No upstream development and superseded by
databases/php5-sqlite3 and databases/php53-sqlite3
0.5
21 May 2012 21:26:28
Original commit files touched by this commit
glarkin search for other commits by this committer
- Deprecate due to no upstream development for 5 years and other ports
  (databases/php5-sqlite3 and databases/php53-sqlite3) have superseded
  this one. Expiration set for 1 month.
0.5
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.5
12 Apr 2010 20:30:49
Original commit files touched by this commit
glarkin search for other commits by this committer
- Unbreak after recent PHP 5.3.2 update
- Upgrade to 0.5
- Adopt the port
0.4
11 Apr 2010 21:45:02
Original commit files touched by this commit
pav search for other commits by this committer
- Reset maintainer, his email bounces
- Mark BROKEN: does not compile with php 5.3

Reported by:    pointyhat
0.4
22 Aug 2009 00:18:43
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
0.4
30 Mar 2007 07:56:41
Original commit files touched by this commit
pav search for other commits by this committer
- sqlite3' PORTNAME changed, fix depobj

Reported by:    pointyhat
0.4
06 Oct 2006 02:48:31
Original commit files touched by this commit
alepulver search for other commits by this committer
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>

Number of commits found: 8