Have you made sure that the php on the command line and the php that
apache is using are indeed the same one? It's possible that apache is
looking at a module somewhere and that the php on the command line is
the binary you built.
Just a thought.
Ben
-----Original Message-----
From: Power Programmer [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 08, 2001 12:29 PM
To: [EMAIL PROTECTED]; Keyser Soze; [EMAIL PROTECTED]
Subject: [PHP] mcrypt
I have compiled PHP with mcrypt and it works fine if I run a script
from
the command line but through a browswer such as IE I get the following
error:
Fatal error: Call to undefined function: mcrypt_module_open() in
/home/wheit/html/test.php on line 6
What do I need to do to be able to use these functions through a browser
I
use apache as a web server
Randy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]