Hello,
I'm new to WordPress and I was wondering if some one has or could point me in the the right direction of the php extensions that WordPress needs enabled to work.
Thanks
Mike
Hello,
I'm new to WordPress and I was wondering if some one has or could point me in the the right direction of the php extensions that WordPress needs enabled to work.
Thanks
Mike
So I need no PHP extensions installed what so ever?
Not sure what you mean by "php extensions", but as far as I know a standard install of PHP on any server will run WordPress. You do of course have to have at least PHP 4.3 to run WordPress, but it's likely your server already has that or better.
So I need no PHP extensions installed what so ever?
No. WordPress can make use of some of them if they're there, like the GD extension for graphics manipulation and such, but none of them are actually "required".
Are you sure ? wp even works without mysql nor mysqli for example ? without pcre ? (preg_quote, preg_match, preg_replace)…
a comment from wp-includes/rss.php:
# if PHP xml isn't compiled in, die
(seems to need xml module... no rss feeds without it ?)
iconv, not 'required', is mandatory to be able to manage different charsets...
Even if almost all php's extensions can be replaced with php code, it can't be as efficient as compiled extensions. It would be nice to have a list of "possibly used" extensions.
My 2€...
You must log in to post.