PHP i mysqlnd

Rafał Janiczek rafal.janiczek at gmail.com
Tue May 22 12:46:41 CEST 2012


>> SSL Support
>>
>> MySQL Native Driver has supported SSL since PHP version 5.3.3
>>
>> Compressed Protocol Support
>>
>> As of PHP 5.3.2 MySQL Native Driver supports the compressed client
>> server protocol. MySQL Native Driver did not support this in 5.3.0 and
>> 5.3.1.

> Note that PDO_MYSQL does NOT support compression when used together with
> mysqlnd.

Ale przecież w SPECu jest:

 --with-pdo-mysql=shared%{?with_mysqlnd:,mysqlnd} \
%{?with_mysqlnd:--with-mysqlnd=shared} \
 --with-mysql=shared%{?with_mysqlnd:,mysqlnd} \
%{?with_mysqli:--with-mysqli=shared%{?with_mysqlnd:,mysqlnd}} \

Więc w przypadku najczęściej używanych rozszerzeń mysql i mysqli można
wykorzystać mysqlnd, a w przypadku PDO, które nadal ma ograniczenia
pozostać przy tym co było.

Pozdrawiam,
-- 
Rafał Janiczek


More information about the pld-devel-pl mailing list