0
Where can i find php.ini file on termux?
So i have installed php ,php-fpm , nginx but can't see "php.ini" at all (i have checked every path!). Is it normal or am i missing something ? I am using termux application on Android to do all the installations.
2 Respuestas
+ 1
You have to create `php.ini` in `/data/data/com.termux/files/usr/lib`
source: https://github.com/termux/termux-packages/issues/1332
+ 1
visph i thought it would be automatically installed with one of those packages ! Anyway tyvm .