We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you please publish release as 1.11.0 so LIBZIP_VERSION_MICRO is not empty
Having an empty macro breaks builds, ex PHP
See https://github.com/php/php-src/blob/master/ext/zip/php_zip.h#L96
/work/GIT/pecl-and-ext/zip/php81/php_zip.h:96:135: error: operator '+' has no right operand 96 | #define LIBZIP_ATLEAST(m,n,p) ((m<<16) + (n<<8) + p) <= ((LIBZIP_VERSION_MAJOR<<16) + (LIBZIP_VERSION_MINOR<<8) + LIBZIP_VERSION_MICRO)) | ^
The text was updated successfully, but these errors were encountered:
Fix zipconf.h for version number with missing third component.
9c8b818
Fixes issue #455.
No branches or pull requests
Can you please publish release as 1.11.0 so LIBZIP_VERSION_MICRO is not empty
Having an empty macro breaks builds, ex PHP
See https://github.com/php/php-src/blob/master/ext/zip/php_zip.h#L96
The text was updated successfully, but these errors were encountered: