|
Posted by David Wahler on 01/09/06 15:36
Jon Maz wrote:
> Hi All,
>
> Is there any way to check the setup of a php install (in particular, the
> installed extensions, eg mbstring) from the Linux command-line ie *without*
> using a phpinfo page?
>
> If it makes any difference, I'd like to do this on both Fedora and Gentoo.
$ php -m
[PHP Modules]
bcmath
bz2
calendar
....
Hope this helps.
-- David
Navigation:
[Reply to this message]
|