On Sat, 1 Dec 2018 at 14:11, Serghei <serg...@phalconphp.com> wrote:
> How about extension names like "Zend OPcache"? Notice there is a space
> as well as uppercase letters.

It looks like, the case for "Zend OPcache" is named "ZendOpcache" in PECL:
https://pecl.php.net/package/ZendOpcache

Spaces are most likely not something any repository or channel should
use because of this:
pecl install zendopcache

or this:
wget https://pecl.php.net/get/zendopcache-7.0.5.tgz

At current pecl state the command line installation is case
insensitive so you can still install such extension using also
pecl install ZENDOPcache
and similar...

-- 
Peter Kokot

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to