RE: [PHP] DB's on seperate server
Hi, With Oracle I'm sure the answer is "YES". Once compiled, PHP needs Oracle libs in order to use OCI. I don't know exactly which libs but I think there's somewhere a list of all needed libs which you could copy on your web server. Cordialement, Jean-Philippe BENARD Consultant STERIA Infogérance ([EMAIL PROTECTED]) -Message d'origine- De : Ryan Thompson [mailto:[EMAIL PROTECTED] Envoyé : lundi 20 octobre 2003 05:50 À : [EMAIL PROTECTED] Objet : [PHP] DB's on seperate server Quick yes or no question. My db's are running on a different server then my Webserver. I've temporarily mounted the directories from the db server to the webserver to compile db access. Once PHP/Apache are compiled can they be safely unmounted or will it give me problems somewhere down the line? I guess in short. Once compiled does PHP need anything from the database install directories? -- Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net == "A computer scientist is someone who fixes things that aren't broken" --Unknown -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] DB's on seperate server
If the DBMS itself is in those directories, may receive start errors in PHP when trying to load the database extension. To prevent this problem, comment out the following line in your php.ini (assumes MySQL): extension=mysql.so You may also want to set mysql.max_links = 0 as an additional measure but I don't think it's necessary. Edward Dudlik "Those who say it cannot be done should not interrupt the person doing it." wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: "Ryan Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, 19 October, 2003 23:49 Subject: [PHP] DB's on seperate server Quick yes or no question. My db's are running on a different server then my Webserver. I've temporarily mounted the directories from the db server to the webserver to compile db access. Once PHP/Apache are compiled can they be safely unmounted or will it give me problems somewhere down the line? I guess in short. Once compiled does PHP need anything from the database install directories? -- Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net == "A computer scientist is someone who fixes things that aren't broken" --Unknown -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] DB's on seperate server
Quick yes or no question. My db's are running on a different server then my Webserver. I've temporarily mounted the directories from the db server to the webserver to compile db access. Once PHP/Apache are compiled can they be safely unmounted or will it give me problems somewhere down the line? I guess in short. Once compiled does PHP need anything from the database install directories? -- Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net == "A computer scientist is someone who fixes things that aren't broken" --Unknown -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php