Path to this page:
./
databases/adodb,
Active Data Objects Data Base for php
Branch: CURRENT,
Version: 4.96anb5,
Package name: adodb-4.96anb5,
Maintainer: pkgsrc-usersADOdb stands for Active Data Objects Data Base. It currently supports MySQL,
PostgreSQL, Interbase, Informix, Oracle, MS SQL 7, Foxpro, Access, ADO, Sybase,
DB2 and generic ODBC. The Sybase, Informix and PostgreSQL drivers are community
contributions. We hope more people will contribute drivers to support more
databases.
Unique Features of ADOdb
- Easy for Windows programmers to understand. Makes porting ASP code to PHP
easy because many of the conventions are similar to Microsoft's ADO.
- We provide support code to handle inserts and updates which can be adapted
to multiple databases quickly. Methods are provided for date handling,
string concatenation and string quoting characters for differing databases.
- A metatype system is built in so that we can figure out that types such as
CHAR, TEXT and STRING are equivalent in different databases.
- Easy to port because all the database dependent code are stored in stub
functions. You do not need to port the core logic of the classes.
- SQL to popup menu (<SELECT>) support included
- PHP4 Session support.
Required to run:[
lang/php73]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 465.659 KB
Version history: (Expand)
- (2024-02-19) Updated to version: adodb-4.96anb5
- (2023-11-13) Updated to version: adodb-4.96anb4
- (2019-12-09) Updated to version: adodb-4.96anb3
- (2017-11-23) Package has been reborn
- (2013-03-16) Updated to version: adodb-4.96anb2
- (2012-06-11) Package has been reborn
CVS history: (Expand)
2024-02-19 16:43:37 by Takahiro Kambe | Files touched by this commit (22) |
Log message:
Bump PKGREVISION by changing default PHP's version
|
2023-11-13 17:34:04 by Takahiro Kambe | Files touched by this commit (20) |
Log message:
Bump PKGREVISION by PHP_VERSION_DEFAULT change.
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640) |
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-12-09 15:20:57 by Takahiro Kambe | Files touched by this commit (25) |
Log message:
Bump PKGREVISION by changing of default PHP version.
|
2018-01-01 23:30:04 by Roland Illig | Files touched by this commit (537) |
Log message:
Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
|