Hi! > There is currently no way to install an extension and a PHP library > package at the same time. "pecl" can't install PHP libraries, and
Why it needs to be "at the same time"? I don't see any use case where it would matter if you run one command or two commands to install it. In fact, if it's such a problem there are many tools that allow you to perform multiple actions by running one command. Various package managers all do that, for example. > "composer" can't install extensions. And even if it did, keeping the > versions in sync is not easy at all. Only way to solve this properly is It seems to me you're reinventing packaging systems. I don't see why we should invent our own and why our own should take form of putting PHP code into compiled binaries (yet less why suddenly it is the "only way"). Many languages have extension systems and packages that involve binaries - Perl, Python, Ruby, etc. AFAIK none of them puts source code into binaries. -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php