On Sat, 24 Nov 2018 at 23:19, Peter Kokot <peterko...@gmail.com> wrote:
>
> Hello, are there any guidelines what are valid PECL extension names?
>
> Is it case sensitive all lowercase:
> /^[a-z][a-z0-9_]+$/
> acme_extension_2
>
> or is it case insensitive:
> /^[a-z][a-z0-9_]+$/i
> Acme_Extension_2
>
> I'm asking to be able to sync this here a bit:
> https://github.com/php/web-pecl/pull/67
>
> Thank you if anyone has any info on this maybe :)

I'll go with lower case preference then and leave the enabled option
that someone adds a new extension with uppercase names. The download
script and final file name(s) on the server are lower cased anyway
when uploaded. I'll add it to the instructions paragraph also... I
think that's pretty good way to go here since we have APCu and similar
names now available out there and still have a consistency in mind for
the future.

-- 
Peter Kokot

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

Reply via email to