mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
php_error -> php_error_docref conversion fix (noticed by derick)
This commit is contained in:
parent
e27f3fc7e1
commit
c2078cdabf
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ static time_t asn1_time_to_time_t(ASN1_UTCTIME * timestr TSRMLS_DC)
|
|||
long gmadjust = 0;
|
||||
|
||||
if (timestr->length < 13) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "%extension author too lazy to parse %s correctly", timestr->data);
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "extension author too lazy to parse %s correctly", timestr->data);
|
||||
return (time_t)-1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue