summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/php_zip.c')
-rw-r--r--ext/zip/php_zip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c
index dce9cb8a27..634219000f 100644
--- a/ext/zip/php_zip.c
+++ b/ext/zip/php_zip.c
@@ -1794,7 +1794,7 @@ static ZIPARCHIVE_METHOD(replaceFile)
zend_long index;
zend_long offset_start = 0, offset_len = 0;
zend_string *filename;
- zend_long flags = ZIP_FL_OVERWRITE;
+ zend_long flags = 0;
ZIP_FROM_OBJECT(intern, self);