summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz2016-11-15 07:11:25 (GMT)
committerArkadiusz Miśkiewicz2016-11-15 07:11:25 (GMT)
commit547e0c15401dbf5c0a94c491d9c6166b554d3042 (patch)
tree09b7d07cac446e4b8aee3bd7eb0d4414799100d9
parent0584b0245ade5695142ec6cba9e26a02e16f63c2 (diff)
downloadphp-pecl-mysql-547e0c15401dbf5c0a94c491d9c6166b554d3042.zip
php-pecl-mysql-547e0c15401dbf5c0a94c491d9c6166b554d3042.tar.gz
- rel 2; mysqlnd is also required runtime: 'PHP Warning: Cannot load module 'mysql' because required module 'mysqlnd' is not loaded in Unknown on line 0'auto/th/php-pecl-mysql-1.0.0-2
-rw-r--r--php-pecl-mysql.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec
index 33df2dc..beb7862 100644
--- a/php-pecl-mysql.spec
+++ b/php-pecl-mysql.spec
@@ -10,7 +10,7 @@ Summary(pl.UTF-8): Moduł bazy danych MySQL dla PHP
Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam bancos de dados MySQL
Name: %{php_name}-pecl-%{modname}
Version: 1.0.0
-Release: 1
+Release: 2
License: PHP 3.01
Group: Development/Languages/PHP
Source0: http://git.php.net/?p=pecl/database/mysql.git;a=snapshot;h=294ce3b491ffb5ab2556b9f64ef6fb608d32e5c7;sf=tgz;/php-pecl-%{modname}-%{version}.tar.gz
@@ -24,6 +24,7 @@ BuildRequires: %{php_name}-cli
BuildRequires: %{php_name}-pcre
%{?with_mysqlnd:BuildRequires: %{php_name}-mysqlnd}
%endif
+%{?with_mysqlnd:Requires: %{php_name}-mysqlnd}
%{?requires_php_extension}
Provides: php(mysql) = %{version}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)