LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   no php.ini file under /usr/local/lib/ !! (https://www.linuxquestions.org/questions/linux-software-2/no-php-ini-file-under-usr-local-lib-125687/)

jogurt666 12-14-2003 04:07 AM

no php.ini file under /usr/local/lib/ !!
 
i've installed apache+php+mysql. all are installed under /usr/local/... everything works fine, but there is no php.ini file! i have to set register_globals = on, but without php.ini i cannot do that? what should i do to place it under /usr/local/lib/php.ini?!

sashhoney 12-16-2003 12:06 AM

well the file will probably in /etc directory
search the file using following command
$ find /etc -name "php.ini"

or if it is not there then
$find / -name "php.ini"


All times are GMT -5. The time now is 12:25 PM.