Php 5.3

robfrew

Well-Known Member
#4
It uses mysqlnd, an implementation of the MySQL client/server protocol developed and optimised for PHP. This achieves significant improvements to runtime behaviour when dealing with large volumes of data.

http://uk2.php.net/mysqli.mysqlnd

It also uses NameSpaces and includes the Litespeed lsapi module natively so you only need to add the switch when compiling php.
 

robfrew

Well-Known Member
#6
It uses mysqlnd, an implementation of the MySQL client/server protocol developed and optimised for PHP. This achieves significant improvements to runtime behaviour when dealing with large volumes of data.

http://uk2.php.net/mysqli.mysqlnd

It also uses NameSpaces and includes the Litespeed lsapi module natively so you only need to add the switch when compiling php.
Mysqlnd solved a lot of my 503 error issues with litespeed as well.
 
Top