### Description The following code: ```php <?php $dn = array(); $csr = openssl_csr_new($dn, $privkey, $args); var_dump(openssl_csr_sign($csr, null, $privkey, PHP_INT_MAX, $args)); ``` Resulted in this output: ``` /php-src/ext/openssl/openssl.c:3352:56: runtime error: signed integer overflow: 86400 * 9223372036854775807 cannot be represented in type 'long' ``` ### PHP Version nightly ### Operating System ubuntu 22.04