Re: missing modules ??? help please ...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




i've PHP Version: 5.1.2-1 and i want to enable Imap and Mcrypt support.
> but dont know how ?

It depends. If you're using a packaged system (debian, fedora etc etc) - install the modules package (php-imap, php-mcrypt).

If you compiled from source, you'll need to recompile with different switches.

See http://www.php.net/imap and http://www.php.net/mcrypt for instructions.

and secondly > how can i disable memory_limit ???

edit your php.ini file and change it.

memory_limit = 0

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux