./databases/php-pdo_odbc, PHP ODBC v3 Interface driver for PDO

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.4.26, Package name: php74-pdo_odbc-7.4.26, Maintainer: pkgsrc-users

PHP is a programming language designed to be embedded into web pages.

This extension provides an ODBC v3 driver for PDO. It supports unixODBC
and IBM DB2 libraries, and will support more in future releases.


Required to run:
[databases/php-pdo] [databases/unixodbc] [devel/libltdl] [lang/php71]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 10176.012 KB

Version history: (Expand)


CVS history: (Expand)


   2018-10-18 18:17:25 by Jonathan Perkin | Files touched by this commit (1)
Log message:
php-pdo_odbc: Requires libltdl.
   2015-09-06 14:30:34 by Takahiro Kambe | Files touched by this commit (3)
Log message:
reset PKG_REVISION.
   2015-04-26 13:52:20 by Ryo ONODERA | Files touched by this commit (26)
Log message:
Recursive revbump from databases/unixodbc.
   2013-03-01 11:34:18 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Add php-pdo_odb to the packages collection.

	This extension provides an ODBC v3 driver for PDO.  It supports unixODBC
	and IBM DB2 libraries, and will support more in future releases.

In pkgsrc we only support unixODBC currently.
   2010-02-10 18:09:11 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Retire databases/php-pdo_odbc.
   2009-10-07 07:00:59 by Takahiro Kambe | Files touched by this commit (6)
Log message:
Remove use of temporary workaround for version problem of php-pdo*
packages when they switched to use bundled files in php-5.2.9.

Now we don't need this workaround any more and code itself already
no operation.

No functional change.
   2009-03-13 11:57:20 by Stephen Borrill | Files touched by this commit (15)
Log message:
The php_pdo* packages have not kept step with PHP changes. The PDO
components are now built into PHP rather than maintained separately in
PECL. The old PECL versions are unmaintained and haven't been altered
for 3 years. This is confusing as the package versions report themselves
to be 5.2.9.1.0.2, etc. but they are in fact based on the 5.1.x code-base.

Therefore, we need to switch to building the PDO modules like any other
PHP module.

A side-effect of this is that the PECL version number will get stripped
off the end meaning that the new version numbers are just 5.2.9 instead
of 5.2.9.1.0.2 (for example). Unfortunately, 5.2.9 is considered to be
older than 5.2.9.1.0.2 meaning that it will appear as though a downgrade
has taken place. Therefore, while we are still using PHP 5.2.9, add .99 on
the end (i.e. 5.2.9.99) so that the package appears newer. When PHP 5.2.10
is released this can be removed (the module.mk file explicitly cgecks for
5.2.9 before adding the .99 suffix so that it will not alter 5.2.10 if the
hack is forgotten. However, for the record, when 5.2.10 is released,
php-pdo/module.mk can be removed along with the references to it in each
php-pdo*/Makefile
   2009-03-05 21:58:37 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
Don't abuse b3. It should not do things like include bsd.pkg.mk, so fix
up the packages that use it instead.