summaryrefslogtreecommitdiff
path: root/ext/phar/phar.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/phar.c')
-rw-r--r--ext/phar/phar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/phar.c b/ext/phar/phar.c
index 6dee760a9c..f76735089a 100644
--- a/ext/phar/phar.c
+++ b/ext/phar/phar.c
@@ -1369,7 +1369,7 @@ int phar_create_or_parse_filename(char *fname, int fname_len, char *alias, int a
if (PHAR_G(readonly) && !is_data) {
if (options & REPORT_ERRORS) {
if (error) {
- spprintf(error, 0, "creating archive \"%s\" disabled by INI setting", fname);
+ spprintf(error, 0, "creating archive \"%s\" disabled by ini setting (phar.readonly)", fname);
}
}
return FAILURE;