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

PHP 5.5 Code present while dependency says PHP 5.3.2-7.0.999 #44

Closed
BoBaH83 opened this issue Mar 4, 2016 · 3 comments
Closed

PHP 5.5 Code present while dependency says PHP 5.3.2-7.0.999 #44

BoBaH83 opened this issue Mar 4, 2016 · 3 comments

Comments

@BoBaH83
Copy link

BoBaH83 commented Mar 4, 2016

Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in Classes/Decoder/UrlDecoder.php on line 1019

also found in:
Classes/Encoder/UrlEncoder.php:927
Classes/EncodeDecoderBase.php:203
Classes/Configuration/ConfigurationReader.php:95

how to fix:
GeneralUtility::makeInstance('DmitryDulepov\Realurl\Configuration\ConfigurationReader'
or simply
adapt PHP dependency to 5.5.X :)

@BoBaH83
Copy link
Author

BoBaH83 commented Mar 4, 2016

lol ... now its duplicate of #43

@BoBaH83
Copy link
Author

BoBaH83 commented Mar 4, 2016

hmm .. and #43 is a duplicate of #40 ... sorry, I wish I could delete my issue :)

@dmitryd
Copy link
Owner

dmitryd commented Mar 4, 2016

No problem, closed as duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants