summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-03-07 14:10:16 +0100
committerRemi Collet <remi@php.net>2014-03-07 14:10:16 +0100
commit7946c5a235b954d3d09adc94a62e96ce5dddd8d1 (patch)
treef0d7d3bdcb2af8504708a33f097b51752ba7b4c2 /ext/zip/php_zip.c
parentff3c6931c0b3c275127ec8a73ad82fa2f9ff527c (diff)
downloadphp-git-7946c5a235b954d3d09adc94a62e96ce5dddd8d1.tar.gz
add OPSYS_Z_CPM missing constant
Diffstat (limited to 'ext/zip/php_zip.c')
-rw-r--r--ext/zip/php_zip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c
index a4bdaf7aeb..a9db166c83 100644
--- a/ext/zip/php_zip.c
+++ b/ext/zip/php_zip.c
@@ -3112,6 +3112,7 @@ 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);
REGISTER_ZIP_CLASS_CONST_LONG("OPSYS_WINDOWS_NTFS", ZIP_OPSYS_WINDOWS_NTFS);
REGISTER_ZIP_CLASS_CONST_LONG("OPSYS_MVS", ZIP_OPSYS_MVS);
REGISTER_ZIP_CLASS_CONST_LONG("OPSYS_VSE", ZIP_OPSYS_VSE);