Posted by tony on 11/19/36 11:47
When debugging the blowfish utility I noticed that
$bf = new Crypt_Blowfish($mykey);
echo("BF: " . $bf");
Outputs the word "OBJECT" on a PHP-4 linux system
and "OBJECT id #1" on a windoze PHP-5 system
Can anyone confirm this is correct and even better -
explain what the output of each is please
(I dont understand PHP classes yet)
tks
tony
[Back to original message]
|