Path to this page:
./
databases/php-mysql,
PHP extension for MySQL databases
Branch: CURRENT,
Version: 5.6.40nb1,
Package name: php56-mysql-5.6.40nb1,
Maintainer: pkgsrc-usersPHP is a programming language designed to be embedded into web pages.
This module provides standard access to MySQL databases.
Required to run:[
databases/mysql55-client]
Master sites: (Expand)
Filesize: 12179.918 KB
Version history: (Expand)
- (2021-06-24) Updated to version: php56-mysql-5.6.40nb1
- (2017-11-23) Package has been reborn
- (2017-11-15) Updated to version: php56-mysql-5.6.32
- (2017-08-31) Updated to version: php56-mysql-5.6.31
- (2016-09-14) Updated to version: php56-mysql-5.6.25
- (2015-12-06) Updated to version: php55-mysql-5.5.30
CVS history: (Expand)
2021-06-23 22:33:18 by Nia Alarie | Files touched by this commit (103) |
Log message:
Revbump for MySQL default change
|
2016-09-11 19:03:29 by Takahiro Kambe | Files touched by this commit (53) |
Log message:
Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.
|
2015-12-06 13:13:13 by Takahiro Kambe | Files touched by this commit (25) |
Log message:
Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
|
2015-11-25 13:49:27 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Remove mk/find-prefix.mk usage from the databases category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
|
2015-08-10 16:19:11 by Emmanuel Dreyfus | Files touched by this commit (2) |
Log message:
Fix build of packages depending on mariadb55-client
When a package depends on mysql-client, in includes mk/mysql-buildlink3.mk
and may get buildlinked with mariadb55-client if MYSQL_VERSION_DEFAULT is
set to MARIADB55.
mariadb55-client's buildlink3.mk defined BUILDLINK_*.mariadb-client
variables, wich caused build problems with packages expecting
BUILDLINK_*.mysql-client to be defined. For instance, php-pdo_mysql
expectex BUILDLINK_PREFIX.mysql-client to be set and fails to build
without it.
Fix the problem by changing BUILDLINK_*.mariadb-client to
BUILDLINK_*.mysql-client in mariadb55-client/buildlink3.mk. Remove a
package specific woakrround for this exact ptoblem in php-mysqli.
NB: commit log on pkgsrc/databases/mariadb55-client/buildlink3.mk 1.2-1.3
and pkgsrc/databases/php-mysqli/Makefile 1.12-1.13 was truncated. This
change just adds a comment to the first file and a null-commit to the
second file to have an oportunity to provide the full cvs log.
|
2014-06-13 16:17:07 by Filip Hajny | Files touched by this commit (3) |
Log message:
Add optional support for mysqlnd (MySQL Native Driver). Removes the need to \
build against and link the mysql-client package.
|
2013-03-16 03:00:34 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
Reset PKGREVISION by update of both php53 and php54.
|
2013-03-02 21:33:35 by Thomas Klausner | Files touched by this commit (83) |
Log message:
Bump PKGREVISION for mysql default change to 55.
|