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: ?php echo extension_loaded(mysql); echo phpinfo(); ? 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

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-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 received

Re: PHP4 functions

2000-07-27 Thread alan
@lists.debian.org Subject: PHP4 functions 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

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

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

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

Re: PHP4 functions

2000-07-26 Thread alan
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 works but I need to know if a special module is loaded. In the PHP4