nkkollaw / zubr

Wrapper library to fix inconsistencies in PHP's core functions
MIT License
99 stars 6 forks source link

Provide an extension #103

Closed brzuchal closed 7 years ago

brzuchal commented 7 years ago

I didn't find a better way for this question. I may have spent some time to implement C ext in an ext folder by PR so there also may be the same tests were used to verify compatibility with PHP implementation and I was wondering if this would be an acceptable and desirable solution?

brzuchal commented 7 years ago

Although after few thoughts I don't think people would really couple with additional dependency just for fixing naming convention :(

nkkollaw commented 7 years ago

The lib should be drop-in and installable via Composer, it should probably be PHP rather than a C extension.

:-)