May 23, 2012

Post: Wishes for new "Pure PHP" MySQL driver

If you’re following MySQL or PHP landscape you should have seen announcement by MySQL to develop pure PHP driver. If not – Here is FAQ . I’m to meet the team (Georg, Andrey etc) which will be developing this driver… obviously wrong. Emulated Prepared Statements I would like to have easy time to switch from PS to standard statements to check…

Post: Are PHP persistent connections evil ?

… know PHPmysql” extension supported persistent connections but they were disabled in…limited you start getting connection errors which are easy to handle, in case of large number of…need some MySQL support to be properly implemented. Now with new “mysqlnd” driver for PHP effort by MySQL team I…

Comment: Wishes for new "Pure PHP" MySQL driver

… for years, while it is possible to implement it in driver rather easily. Also server does not have full picture – ie… going from MySQL to something else is probably less than rewriting them from PHP to something else :) 4) It is easy enough to… is something which could be well build in into the driver as it is very typical task. 5) Connection pooling daemon…

Comment: Duplicate indexes and redundant indexes

… should be fairly easy to write up something using the PEAR::MDB2 manager module which supports pre-information-schema mysql versions and… be able to find out any unncessary overlap. http://pear.php.net/package/MDB2/docs/latest/MDB2/MDB2_Driver_Manager_Common.html