helly Thu Dec 12 09:12:42 2002 EDT Modified files: /php4/ext/openssl openssl.c Log: php_error -> php_error_docref conversion fix (noticed by derick) Index: php4/ext/openssl/openssl.c diff -u php4/ext/openssl/openssl.c:1.57 php4/ext/openssl/openssl.c:1.58 --- php4/ext/openssl/openssl.c:1.57 Thu Dec 12 08:42:22 2002 +++ php4/ext/openssl/openssl.c Thu Dec 12 09:12:41 2002 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: openssl.c,v 1.57 2002/12/12 13:42:22 wez Exp $ */ +/* $Id: openssl.c,v 1.58 2002/12/12 14:12:41 helly Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -255,7 +255,7 @@ 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; }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php