Skip to content

Commit 6a518e4

Browse files
committed
standard: browscap ini docref
1 parent 8a87c0b commit 6a518e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/standard/browscap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ static void php_browscap_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callb
333333
if (ctx->current_section_name != NULL &&
334334
zend_string_equals_ci(ctx->current_section_name, Z_STR_P(arg2))
335335
) {
336-
php_error_docref(NULL, E_CORE_ERROR, "Invalid browscap ini file: "
336+
php_error_docref("misc.configuration.php#ini.browscap", E_CORE_ERROR, "Invalid browscap ini file: "
337337
"'Parent' value cannot be same as the section name: %s "
338338
"(in file %s)", ZSTR_VAL(ctx->current_section_name), zend_ini_string_literal("browscap"));
339339
return;

0 commit comments

Comments
 (0)