Thx Dvdmandt, I have enable it and use var pass by reference but it still doesn't work.

However, when I switch to the PHP5 RC1, it works!~~
I use the recommonded php.ini setting( means the "pass by reference" is DISABLED ).
my previous version is 4.3.6.


I really love PHP 5! :)

Strongly suggest anyone who uses COM switch to PHP 5.

Stev


Try
$com->GenerateSigningKeys(&$privkey,&$pubkey); and enable
allow_calltime_pass_by_reference or whatever it's called..

-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to