Skip to content

Commit f2dbe42

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Improve error message
2 parents 5cdea8d + 9e22c3d commit f2dbe42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/ZendAccelerator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3455,7 +3455,7 @@ static void get_unlinked_dependency(zend_class_entry *ce, const char **kind, con
34553455
}
34563456
#ifdef ZEND_WIN32
34573457
if (p->type == ZEND_INTERNAL_CLASS) {
3458-
*kind = "Internal parent (Windows only limitation)";
3458+
*kind = "Windows can't link to internal parent ";
34593459
*name = ZSTR_VAL(ce->parent_name);
34603460
return;
34613461
}

0 commit comments

Comments
 (0)