How to enable SPL (Standard PHP Library Extension)?

Ask about a PHP problem here.
Post Reply
nyo
Posts: 124
Joined: Mon May 09, 2011 1:55 pm
Location: Mobile

How to enable SPL (Standard PHP Library Extension)?

Post 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.
ashwood
Posts: 144
Joined: Thu May 12, 2011 7:17 am

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

Post by ashwood »

use xampp for a local server that comes with it all already set up including phpmyadmin :)
I would put a signature.. BUT, i don't have the time.
nyo
Posts: 124
Joined: Mon May 09, 2011 1:55 pm
Location: Mobile

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

Post 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.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

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

Post 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 :)
Image
nyo
Posts: 124
Joined: Mon May 09, 2011 1:55 pm
Location: Mobile

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

Post 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.
Post Reply