summaryrefslogtreecommitdiff
path: root/ext/phar/phar.c
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2010-04-27 08:23:25 +0000
committerHannes Magnusson <bjori@php.net>2010-04-27 08:23:25 +0000
commit8ba86768e79d15c6ec50895f555371a610801068 (patch)
treed057c1ec5ba13e84c5741ad12eb16247f68dd3d2 /ext/phar/phar.c
parent56970e11e5b4de8e1b1b99bbe2691b532a77441f (diff)
downloadphp-git-8ba86768e79d15c6ec50895f555371a610801068.tar.gz
- Unifiy that message
- Mention php.ini
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 822491874b..5ffa9e0ba6 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 (phar.readonly)", fname);
+ spprintf(error, 0, "creating archive \"%s\" disabled by the php.ini setting phar.readonly", fname);
}
}
return FAILURE;