Hello I need to build custom extension, but I have an issues with phpize #40
Unanswered
jozefrebjak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@tiredofit Hello, thank you for perfect image. I need to build additional extension, which is not supported by PHP8.
Here is the RUN to add PHPIZE_DEPS
Here is the RUN for php-radius which has support for PHP8
RUN git clone https://github.com/UNETVALE/php-radius && \ cd php-radius && \ phpize && \ ./configure && \ make && \ make install && \ docker-php-ext-enable radius
I am still got
/bin/sh: phpize: not found
. Can you help how to build this extension and enable it ?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions