On 28 Sep 2009, at 14:21, Kalle Sommer Nielsen wrote:
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 spotthe problem?Thats because the properties is called 'client_info' and 'client_version', not prefixed with get as its procedural equal:
That explains it! Many thanks, Tony
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]
