summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-03-05 13:46:34 +0100
committerRemi Collet <remi@php.net>2020-03-05 13:46:34 +0100
commit541eeace598cc1c87f686573da8dcbc6a6b5efc4 (patch)
treec290706bb3d9b926f747cf08f6ca9c1aceebd372 /ext/zip/php_zip.c
parent6f536052755445dfd2080fd596ddc552f7d129a5 (diff)
downloadphp-git-541eeace598cc1c87f686573da8dcbc6a6b5efc4.tar.gz
drop old constant with bad name, kept until now for BC
Diffstat (limited to 'ext/zip/php_zip.c')
-rw-r--r--ext/zip/php_zip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c
index 34ef7ccde6..c167ceedc2 100644
--- a/ext/zip/php_zip.c
+++ b/ext/zip/php_zip.c
@@ -3194,7 +3194,6 @@ static PHP_MINIT_FUNCTION(zip)
REGISTER_ZIP_CLASS_CONST_LONG("OPSYS_OS_2", ZIP_OPSYS_OS_2);
REGISTER_ZIP_CLASS_CONST_LONG("OPSYS_MACINTOSH", ZIP_OPSYS_MACINTOSH);
REGISTER_ZIP_CLASS_CONST_LONG("OPSYS_Z_SYSTEM", ZIP_OPSYS_Z_SYSTEM);
- REGISTER_ZIP_CLASS_CONST_LONG("OPSYS_Z_CPM", ZIP_OPSYS_CPM); /* typo kept for BC */
REGISTER_ZIP_CLASS_CONST_LONG("OPSYS_CPM", ZIP_OPSYS_CPM);
REGISTER_ZIP_CLASS_CONST_LONG("OPSYS_WINDOWS_NTFS", ZIP_OPSYS_WINDOWS_NTFS);
REGISTER_ZIP_CLASS_CONST_LONG("OPSYS_MVS", ZIP_OPSYS_MVS);