Ulf Wendel

2007/08/31
by admin
Comments Off on PHP: Debugging ext/mysqli and mysqlnd

PHP: Debugging ext/mysqli and mysqlnd

One good news, one bad news – that’s the frank way we blog about mysqlnd. The last posting on significant memory savings (40%) and new tuning options was good news. The bad news: mysqlnd might have bugs. How to report … Continue reading

2007/08/20
by admin
Comments Off on PHP: mysqlnd can’t do wonders

PHP: mysqlnd can’t do wonders

Lastly, I’ve been blogging about positive performance related feedback on mysqlnd. Whenever I did so, I got some positive feedback – for obvious reasons: I was posting good marketing news. On the one hand I like to get that feedback, … Continue reading

2007/08/17
by admin
Comments Off on PHP: mysqli_fetch_all()

PHP: mysqli_fetch_all()

Do you happen to have functions that read all rows of a database result into one array, without processing the rows, and pass the array to other functions? For example, do you fetch results in your database class and pass … Continue reading