Hello Vladimir, you can run phpize in the mcrypt extension directory in
your PHP source code, then copy the .so file to your PHP extension dir
and either add an extension line to your php.ini file or use dl to load
the extension at run time.  Generally I just compile it in at PHP
configure time as you need write access to the PHP extension directory
anyway.

Jason
On Wed, 2003-02-26 at 14:02, Vladimir Fedorkov wrote:
> How can I attach mcrypt to PHP (FreeBSD) without recompile whole PHP ?
> How can I compile mcrypt as PHP shared module ?
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to