Re: GoPHP5
Posted by Vaughan on 1197290624
and what about mysql5 too?
but in particular mysql5 has some functions that could be utilised (if used correctly, and that input is validated and sanitized before hand)
especially as mysql5 is able to use multiple queries in 1 session whereas mysql4 can only accept single queries at 1 time.. it could speed things up if multiple query ability is introduced.
I see someone has worked on adding mysqli support too, so even with mysqli, multiple queries can be utilised by the function mysqli_multi_query() instead of mysqli_query().
certainly something to look at tho either way.
This Post was from: https://www.impresscms.org/iforum/viewtopic.php?topic_id=606&post_id=5677