Page 1 of 1

How to enable SPL (Standard PHP Library Extension)?

Posted: Mon Jun 20, 2011 6:29 am
by nyo
Hi,

I have Apache, PHP and MySQL setup on my local server and I want to add phpMyAdmin as well. On the requirements page, it says "Standard PHP Library (SPL) extension should be enabled". I checked http://www.php.net/~helly/php/ext/spl/, but as always, there is no step by step explanation.

Re: How to enable SPL (Standard PHP Library Extension)?

Posted: Mon Jun 20, 2011 8:21 am
by ashwood
use xampp for a local server that comes with it all already set up including phpmyadmin :)

Re: How to enable SPL (Standard PHP Library Extension)?

Posted: Mon Jun 20, 2011 8:59 am
by nyo
ashwood wrote:use xampp for a local server that comes with it all already set up including phpmyadmin :)


Thanks, I tried xampp before I decided to start from scratch and install everything manually on my local server since I want to have full control over it. It is obvious that it takes more time to figure out things but I like it.

Re: How to enable SPL (Standard PHP Library Extension)?

Posted: Mon Jun 20, 2011 12:30 pm
by jacek
http://uk3.php.net/manual/en/spl.installation.php ;)

EDIT:

I want to have full control over it. It is obvious that it takes more time to figure out things but I like it.

I am like that too :)

Re: How to enable SPL (Standard PHP Library Extension)?

Posted: Mon Jun 20, 2011 1:42 pm
by nyo
jacek wrote:http://uk3.php.net/manual/en/spl.installation.php ;)

EDIT:

I want to have full control over it. It is obvious that it takes more time to figure out things but I like it.

I am like that too :)


Got my answer, thanks.