Re: PHP4 functions

2000-07-28 Thread Sven Gaerner
Hi Alan, thanks for your idea. I tried it but it didn't work. The code I used was: I get the following output from that script: Fatal error: Call to undefined function: extension_loaded() in /var/www/links/content/test.php on line 2 I also checked the phpinfo() output, the mod_php4 module for

Re: PHP4 functions

2000-07-27 Thread Sven Gaerner
Hi Jon, no I want to use MySQL and PHP says extension_loaded is an PHP built in function. Thanks and bye, Sven

Re: PHP4 functions

2000-07-27 Thread alan
. It seems to work for me as documented - you may need to check you config if you can't duplicate this ... Cheers, Alan > Date: Wed, 26 Jul 2000 18:25:01 +0200 (MEST) > From: Sven Gaerner <[EMAIL PROTECTED]> > To:debian-user@lists.debian.org > Su

Re: PHP4 functions

2000-07-27 Thread jbardin
Sven Gaerner wrote: > Hi, > > I installed Apache and PHP4 and several modules for PHP4. > Everything works but I need to know if a special module is loaded. In the > PHP4 Manual on the PHP website it says you can use the function > bool extension_loaded(string module); > When I tried this I rece

Re: PHP4 functions

2000-07-27 Thread Sven Gaerner
Hi Alan, thanks for your idea. I will try it but why does the other function not exist. In the PHP manual it says this function is available since version 3.0x. I think this is a little bit strange... Bye, Sven

Re: PHP4 functions

2000-07-26 Thread alan
> Date: Wed, 26 Jul 2000 18:25:01 +0200 (MEST) > From: Sven Gaerner <[EMAIL PROTECTED]> > To:debian-user@lists.debian.org > Subject: PHP4 functions > Hi, > > I installed Apache and PHP4 and several modules for PHP4. > Everything

RE: PHP4 functions

2000-07-26 Thread Wesley A. Wannemacher
] -Original Message- From: Sven Gaerner [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2000 12:25 PM To: debian-user@lists.debian.org Subject: PHP4 functions Hi, I installed Apache and PHP4 and several modules for PHP4. Everything works but I

PHP4 functions

2000-07-26 Thread Sven Gaerner
Hi, I installed Apache and PHP4 and several modules for PHP4. Everything works but I need to know if a special module is loaded. In the PHP4 Manual on the PHP website it says you can use the function bool extension_loaded(string module); When I tried this I received an error that I tried to call