Re: [PHP] Php.ini doesn't exit

2003-04-02 Thread Leif K-Brooks
If it doesn't exist, it will use default settings. To see where it's looking for php.ini, use phpinfo(). Javier Carreras wrote: Hi all, Where does PHP get its settings if php.ini file doesn't exist? BTW- I want to enable sockets that are not enabled. Could I do that without creating a php.ini

Re: [PHP] Php.ini doesn't exit

2003-04-02 Thread skate
uot;Javier Carreras" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 11:01 AM Subject: [PHP] Php.ini doesn't exit > Hi all, > > Where does PHP get its settings if php.ini file doesn't exist? > > BTW- I want to enable sockets that

Re: [PHP] Php.ini doesn't exit

2003-04-02 Thread Awlad Hussain
I think php.ini file must exist.. otherwise php will not work. - Original Message - From: "Javier Carreras" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 11:01 AM Subject: [PHP] Php.ini doesn't exit > Hi all, > > Where

[PHP] Php.ini doesn't exit

2003-04-02 Thread Javier Carreras
Hi all, Where does PHP get its settings if php.ini file doesn't exist? BTW- I want to enable sockets that are not enabled. Could I do that without creating a php.ini file? Regards, Javi. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php