codecasts / php-alpine

PHP APK Repository for Alpine Linux
https://github.com/codecasts/php-alpine
482 stars 58 forks source link

New extensions: PSR, ds, pht, scalar_objects, timecop, ast, swoole #57

Closed f3l1x closed 5 years ago

f3l1x commented 5 years ago

Hi.

Would it be possible to add these extensions?

Thank you. 👍

f3l1x commented 5 years ago

I have change it to multiple request for new extesions.

hernandev commented 5 years ago

I'll look into it in a few days, I think AST is done but not yet pushed, gonna take a look on the others. Thanks for the suggestions

hernandev commented 5 years ago

Progress:

hernandev commented 5 years ago

4 down, 3 more to go, please go ahead and be free to test while I finish the others! thanks

f3l1x commented 5 years ago

You are awesome!

hernandev commented 5 years ago

First problem: PHT requires ZTS (Zend Thread Safe), is this extension a must? cause I'm not sure if it will be completely possible to support.

f3l1x commented 5 years ago

Ofc it is not. We can live without it. Swoole is better tool for that, I think.

hernandev commented 5 years ago

Done!

Aside from pht, the others are now available:

I may take another look into pht but for now I may rest.

Let me know what your tests reveal. thanks