Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
5.3.4
:
nd
>
php-5.3.4
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Difference Between Revision 2 and
internetx:php5:5.3.4
/
php-5.3.4
[-]
[+]
Changed
php5.spec
@@ -617,7 +617,7 @@ See http://www.php.net/credits.php for more details %package mysql -Provides: php-mysql php5-mysqli = %{version} php5-pdo_mysql = %{version} +Provides: php-mysql php5-mysqli = %{version} php5-pdo_mysql = %{version} php5-mysqlnd = %{version} Provides: php_any_db Summary: PHP5 Extension Module Group: Development/Libraries/PHP @@ -1332,9 +1332,9 @@ --with-ldap-sasl=%{_usr} \ --with-libedit=shared,%{_usr} \ --with-mcrypt=shared \ - --with-mysql=shared,%{_usr} \ + --with-mysql=shared,mysqlnd \ --with-mysql-sock=/var/lib/mysql/mysql.sock \ - --with-mysqli=shared \ + --with-mysqli=shared,mysqlnd \ --with-unixODBC=shared,%{_usr} \ --with-openssl=shared \ --with-pgsql=shared,%{_usr} \ @@ -1363,7 +1363,7 @@ --with-pdo_sqlite=shared \ --with-sqlite3=shared \ %endif - --with-pdo-mysql=shared,%{_usr} \ + --with-pdo-mysql=shared,mysqlnd \ --with-pdo-pgsql=shared,%{_usr} \ --with-pdo-odbc=shared,unixODBC,%{_usr} \ %if 0%{?suse_version} > 1010 && 0%{?suse_version} < 1110