Le 03/09/2011 12:10, Tomas Kuliavas a écrit :

> Debian, Mandriva and Fedora build PHP with '--with-mysql=shared,/usr
> --with-mysqli=shared,/usr/bin/mysql_config'. 

FYI: starting with fedora 16, PHP is build once with libmysql and once
with mysqlnd. So users will have the choice to install:
- php-mysql (mysql + mysqli + pdo_mysql build with libmysql)
OR
- php-mysqlnd (same extensions with mysqlnd).

Remi.

P.S. just need to patch for mysql.sock location, need to dig further and
propose a patch for this.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to