J7mbo / twitter-api-php

The simplest PHP Wrapper for Twitter API v1.1 calls
MIT License
1.82k stars 800 forks source link

Remove a \ #147

Closed remi-grumeau closed 9 years ago

remi-grumeau commented 9 years ago

It throws an error

J7mbo commented 9 years ago

What version of PHP are you using? The backward slash is the base PHP namespace.

remi-grumeau commented 9 years ago

wow, an old one i wasn't aware of... 5.2.7 ! With Namespaces being 5.3+ I switch it to 5.4, it's all good now

J7mbo commented 9 years ago

Thought so :P Also 5.4 is no longer maintained and even 5.5 is only getting security fixes now. Highly recommended you switch to 5.6 for LTS.