• First of all thanks for a really great plugin. My host allows three PHP options: 5.3.25, 5.4.30 and 5.5.14. I call Twitter Like Box in my sidebar using the <?php twitter_like_box($username=’mytwitter’) ?> code. It works fine using PHP 5.3 but breaks the website if I switch to PHP 5.4 or 5.5. I know for a fact that Twitter Like Box is the problem because if I remove the shortcode the pages load fine regardless of the PHP version. June 29 was end of life for PHP 5.3 so I’m wondering if you plan to make Twitter Like Box compatible with 5.4 or 5.5. If you would like for me to test any code changes for compatibility with either versions please let me know.

    https://ww.wp.xz.cn/plugins/twitter-like-box-reloaded/

Viewing 1 replies (of 1 total)
  • Thread Starter Pádraig Ó Beirn

    (@padraigbeirne)

    I just thought I’d look at this again. The problem is that apart from php 5.3.3 the other php versions available on my shared host are either FastCGI (mod_fcgid) or CGI (mod_cgi). So, for me, the plugin works with any version of php that is mod_suphp only. I’m not sure what it would take to make it work with mod_fcgid or mod_cgi. I suppose that as long as my host keeps a mod_suphp version of php it will work. Would be nice to have it working on the other php versions too though.

Viewing 1 replies (of 1 total)

The topic ‘PHP 5.4 and 5.5’ is closed to new replies.