Edit report at http://bugs.php.net/bug.php?id=53854&edit=1
ID: 53854 Updated by: ahar...@php.net Reported by: rquadl...@php.net Summary: Missing constants for compression type. -Status: Open +Status: Assigned Type: Bug Package: Zip Related Operating System: n/a PHP Version: 5.3SVN-2011-01-27 (SVN) -Assigned To: +Assigned To: aharvey Block user comment: N Private report: N Previous Comments: ------------------------------------------------------------------------ [2011-01-27 14:55:29] rquadl...@php.net The following patch has been added/updated: Patch Name: missing_zip_constants.patch Revision: 1296136529 URL: http://bugs.php.net/patch-display.php?bug=53854&patch=missing_zip_constants.patch&revision=1296136529 ------------------------------------------------------------------------ [2011-01-27 14:54:59] rquadl...@php.net Description: ------------ ext/zip internally uses several constants to identify the nature of the compressed content. Not all of these are exposed, though one of them is documented (ZipArchive::CM_BZIP2). The attached patch for ext/zip/php_zip.c adds the missing constants. Once this is committed, I can update the documentation with the others (LZMA, TERSE, LZ77, WAVPACK and PPMD). ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53854&edit=1