./databases/php-pdo, PHP extension for PHP Data Objects (base)

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


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

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

PDO provides a uniform data access interface, sporting advanced
features such as prepared statements and bound parameters. PDO
drivers are dynamically loadable and may be developed independently
from the core, but still accessed using the same API.


Required to run:
[lang/php73]

Required to build:
[pkgtools/cwrappers] [devel/pcre2]

Master sites: (Expand)

Filesize: 10176.012 KB

Version history: (Expand)


CVS history: (Expand)


   2017-12-09 03:25:35 by Takahiro Kambe | Files touched by this commit (2)
Log message:
databases/php-pdo: remove php55 case

Remove logic for removed php55 package.
   2015-12-06 15:10:22 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Do not hard code the major version of PHP.
   2015-12-06 14:51:30 by Takahiro Kambe | Files touched by this commit (2)
Log message:
* Use pdo_error instead of php56 for PLIST_VARS.
* Set PLIST.pdo_errors for PKG_PHP_VERSION is not "55" instead of
  PKG_PHP_VERSION is "56".
   2014-11-24 16:40:32 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Add support for php56.
   2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473)
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
   2010-03-16 12:54:31 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 any more.

No functional change.
   2009-10-09 05:49:43 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Remove a TAB in an empty line.