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 :)

-- 
Peter Kokot

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

Reply via email to