Hi,
Is there any body who have experience with the flags in mysql_connect() in
php >= 4.3 . Especially the MYSQL_CLIENT_COMPRESS flag.
Give it sense, to use this feature if both, apache/php and the mysql server
reside on the same machine?
Thanks,
Armand
--
PHP General Mailing List (http://ww
Hi all
Is this a Bug? or a feature that i don't understand ?
This is what I do:
mytest.php :
--
$mycmsconn=mysql_connect("$dbip","$dblogin","$dbpass",false,MYSQL_CLIENT
_COMPRESS) ;
$mycmsdataquery="SELECT * FROM foo";
$mycmsdataresult = mysql_query($mycmsdataquery,$mycmsconn
2 matches
Mail list logo