php / web-pecl

The PECL website
http://pecl.php.net
Other
31 stars 31 forks source link

Sync valid PECL extension names #67

Closed petk closed 5 years ago

petk commented 5 years ago

This syncs valid extension names when adding a new extension or editing existing extensions. According to the error message in the new-package form only names with lowercase letters or numbers and starting with a lowercase letter were allowed.

Since there are currently lots of existing extensions with uppercase letters used, the edit form allows this edge case also.