hi,

I established a really strange behaviour of mysqli_options(). with the
following commands, I got a sucessfull connection object, without setting the
connection params (host, user, passwd) in mysqli_real_connect(). Is this a Bug?

$link = mysqli_init();

mysqli_options($link, MYSQLI_CLIENT_COMPRESS, 1);
mysqli_real_connect($db_link);


best regards
juergen 

-- 
+++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++
100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to