helly Thu Dec 12 09:16:16 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/openssl openssl.c
Log:
MFH
Index: php4/ext/openssl/openssl.c
diff -u php4/ext/openssl/openssl.c:1.52.2.3 php4/ext/openssl/openssl.c:1.52.2.4
--- php4/ext/openssl/openssl.c:1.52.2.3 Thu Dec 12 08:46:28 2002
+++ php4/ext/openssl/openssl.c Thu Dec 12 09:16:15 2002
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: openssl.c,v 1.52.2.3 2002/12/12 13:46:28 wez Exp $ */
+/* $Id: openssl.c,v 1.52.2.4 2002/12/12 14:16:15 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