From: Remi Collet Date: Thu, 5 Mar 2020 12:46:34 +0000 (+0100) Subject: drop old constant with bad name, kept until now for BC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=541eeace598cc1c87f686573da8dcbc6a6b5efc4;p=php drop old constant with bad name, kept until now for BC --- 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);