Hi there,
I installed mycrypt for my php
and my php version is:
however, when I print out phpinfo(), i don't see mcrypt listed there.
I've rebooted both php and mysql on my server. Is there anything I am doing worng here?
Many thanks
I installed mycrypt for my php
Code:
deephouse:/# apt-get install php4-mcrypt
Reading Package Lists... Done
Building Dependency Tree... Done
php4-mcrypt is already the newest version.
and my php version is:
Code:
php -v
PHP 4.4.0 (cli) (built: Jul 20 2006 06:34:02)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.9, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v2.6.2, Copyright (c) 1998-2006, by Zend Technologies
however, when I print out phpinfo(), i don't see mcrypt listed there.
I've rebooted both php and mysql on my server. Is there anything I am doing worng here?
Many thanks