harrydeluxe / php-liquid

A PHP port of Ruby's Liquid Templates
http://www.delacap.com/artikel/Liquid-Templates/
MIT License
239 stars 119 forks source link

What is this SPL extension? How do I know I have it? #3

Closed simkimsia closed 13 years ago

simkimsia commented 13 years ago

Hi Harry,

I know my php version by going to my terminal typing php -v which currently stands at 5.3.2

however, i do not understand this SPL extension. How do i check if i have it?

thank you.

harrydeluxe commented 13 years ago

SPL is the Standard PHP Library. From there we need the autoloader functionality.

You can check it, with extension_loaded("SPL") or look in your php_info()

simkimsia commented 13 years ago

Thanks Harry.

I have quite a bit of questions that I would like to ask you.

I have sent you a personal message. Please get back to me on this.

Thank you.