RE: [PHP-INST] Re: Suse 7.2 + Apache + PHP

2001-08-22 Thread Walter, Marcel
Or alternatively do "ps -ef" and look if apache is started with -D PHP ... If not then look into /etc/init.d/apache (and add somewhere -D PHP) or find out how this start / stop -script checks for existence of PHP . Or look into /etc/SuSEconfig ... ( but I don´t know where to look in

RE: [PHP-INST] Source appears in web page !!!!

2001-07-23 Thread Walter, Marcel
Have a look if your Apache was started with -DHAVE_PHP4 ... if not then all the nice things down there won´t have effect ... > -Original Message- > From: Ulrich Emmanuel [SMTP:[EMAIL PROTECTED]] > Sent: Monday, July 23, 2001 09:40 > To: '[EMAIL PROTECTED]' > Subject: [PHP-INST] Sou

RE: [PHP-INST] undefined function

2001-07-19 Thread Walter, Marcel
Create a PHP-Script with Then you can see how PHP was compiled ... If there is nothing like: --with-oracle then it won´t work You´ll have to compile a new PHP-Engine with Oracle-support but thats not so difficult ... > -Original Message- > From: Chuck Lidderdale [SMTP:[EMAIL PROTECTED]

RE: [PHP-INST] Forbitten!

2001-07-17 Thread Walter, Marcel
Maybe the File-Permission isn´t set correctly Try setting the permission to "world-readable" > -Original Message- > From: Angel F Rosa [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, July 17, 2001 16:04 > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Forbitten! > > I have everything tha