5.0.1 Not compatable with php 5.3
-
For various reasons (don’t judge me) we have a site running on php 5.3. We just updated to 5.0.1 and got a fatal error on activation. Forgive me for not having the error message as we had to quickly roll back, but it was related to using the following syntax which 5.3 doesnt like
// php syntax not compatible with 5.3 $variable = [ ... ]; // php syntax compatible with 5.3 $variable = array ( ... );Can we fix this so your plugin is compatible with 5.3?
Thanks for the great work!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘5.0.1 Not compatable with php 5.3’ is closed to new replies.