View Single Post
  #4  
Old 08-23-2007, 11:40 AM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Converted X-Cart 4.1.18 to use mysqli instead of mysql

if i recall, you need php 5 or higher to use mysqli...

just switching the commands from mysql to mysqli may not show improvements, in fact it may even be slower...you need to keep in mind that mysqli escapes its strings, so there is no need for the mysql_real_escape_string

i am hoping that xcart would get around to using prepared statements
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote