From:             spam at vrana dot cz
Operating system: 
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  Different prototype of openssl_csr_sign() function

Description:
------------
There is a different prototype of this function in source code (at least
in PHP 4.3.4):

resource openssl_csr_sign(mixed csr, mixed x509, mixed priv_key, long days
[, array config_args [, long serial]])

So you can also pass serial number of an issuing certificate as 6th
parameter.



-- 
Edit bug report at http://bugs.php.net/?id=26421&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26421&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26421&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26421&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26421&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26421&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26421&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26421&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26421&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26421&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26421&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26421&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26421&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26421&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26421&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26421&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26421&r=float

Reply via email to