Hi Anthony

2009/9/28 Anthony Bedford <[email protected]>:
> Obviously, something is not right (the properties don't seem to have the
> correct info), or I am doing something wrong (more likely!). Can anyone spot
> the problem?

Thats because the properties is called 'client_info' and
'client_version', not prefixed with get as its procedural equal:

C:\php\six\Release_TS>php -r "$mysqli = new mysqli('localhost',
'root', ''); var_dump($mysqli->client_info, $mysqli->client_version);"
unicode(48) "mysqlnd 5.0.5-dev - 081106 - $Revision: 288379 $"
int(50005)

-- 
regrads,

Kalle Sommer Nielsen
[email protected]

Reply via email to