May 25, 2012

Comment: Alternatives of PHP ?

… them pretty for my taste. – Too much standardization. For example Connector/J has to be JDBC complaint which means it has… can take a look at any stack trace posted for Connector/J bugs… it is rarely less than 20 levels. – Too… work with strings. – Product of large company. With Perl and PHP it is relatively easy to reach developers. – Fully OO. I…

Post: Logging MySQL queries from the client instead of the server

… option is to make the client connector log the queries. For example, if you are using PHP with mysqlnd, you can create…

Comment: Are PHP persistent connections evil ?

Hi, I have a situation (although not with php) that has been troubeling me a long time now. I … events.. Now i tryed doing this with the Mysql.NET connector and opening and closing the connection but up until now…