Search found 4 matches

by jorrit
Sun Jun 19, 2011 5:52 pm
Forum: PHP Help and Discussion
Topic: mysqlnd on php 5.3.6 / plesk 9.5.4 / centos 5.6
Replies: 6
Views: 9561

Re: mysqlnd on php 5.3.6 / plesk 9.5.4 / centos 5.6

After some further reading, it appears it is the zts version of PHP being built with the spec that uses mysqlnd, and the normal version does not. I could install the zts version, but that would significantly reduce the modules that can be used, and is not needed with Apache in prefork mode. After so...
by jorrit
Fri Jun 17, 2011 12:46 pm
Forum: PHP Help and Discussion
Topic: mysqlnd on php 5.3.6 / plesk 9.5.4 / centos 5.6
Replies: 6
Views: 9561

Re: mysqlnd on php 5.3.6 / plesk 9.5.4 / centos 5.6

Interesting. Unfortunately, I don't know if I'm reading that spec correctly. I did however install from the "normal" atomic repo today , and "php -m | grep mysql" gives me: mysql mysqli pdo_mysql Apparently, this should include mysqlnd in the output as well. Furthermore, "ph...
by jorrit
Fri Jun 17, 2011 12:19 pm
Forum: PHP Help and Discussion
Topic: mysqlnd on php 5.3.6 / plesk 9.5.4 / centos 5.6
Replies: 6
Views: 9561

Re: mysqlnd on php 5.3.6 / plesk 9.5.4 / centos 5.6

For clarification: the mysqlnd driver is a replacement for libmysql. While it offers some speed and efficiency improvements, the major thing is that it supports async queries, which is a must-have with multi-db-server setups. Not many frameworks support it yet, but the one we use does. I do believe ...
by jorrit
Fri Jun 17, 2011 10:36 am
Forum: PHP Help and Discussion
Topic: mysqlnd on php 5.3.6 / plesk 9.5.4 / centos 5.6
Replies: 6
Views: 9561

mysqlnd on php 5.3.6 / plesk 9.5.4 / centos 5.6

I'm setting up a new server. It came with Plesk 9.5.3 on CentOS 5.6 and I have successfully upgraded as follows: - Plesk 9.5.4 (through Plesk itself ) - PHP 5.3.6 ( through http://www.atomicorp.com/wiki/index.php/PHP ) - MySQL 5.1 ( through http://www.atomicorp.com/wiki/index.php/Mysql ) It took som...