Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
simkimsia opened this issue Mar 9, 2011 · 2 comments
Closed

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

simkimsia opened this issue Mar 9, 2011 · 2 comments

Comments

@simkimsia
Copy link

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
Copy link
Owner

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
Copy link
Author

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.

harrydeluxe pushed a commit that referenced this issue Dec 13, 2016
Fix adding filters to render
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants