Hi, how do I package a PHP7 extension?
Say, we have an extension with PHP5+ support with version 1.0.0. Since PHP7 internal API is not backwards compatible, we're re-writing the code in a branch. We bump its version to 2.0.0. Now what happens, if we upload the PHP7 version to PECL? A PHP6 user will be unable to build it. He won't be able to upgrade the extension either. The only thing I can do is to specify minimum PHP version in package.xml. Is it enough? -- Ruslan Osmanov
signature.asc
Description: PGP signature
