Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m thinking about a port to GitHub, because in your case you can fork the plugin sources. Do you think, this can be helpful for you? In this case I can migrate the plugin sources to GitHub.

    – i already solved my php 5.2 issues but i think somebody else may find usefull that your plugin will be available for php 5.2

    Kind Regards,
    Ciprian

    pixecs

    (@pixecs)

    As you probably know, there is no support for namespaces and anonymous function on php 5.2 so it was necessary to removed them (an replace them with something else) in order to run the plugin on that php version.
    Also there are a lot of hosting websites which offer only php 5.2 or even older versions.
    In my case i developed the website on php 5.3 and after i uploaded on hosting website i saw that they had only php 5.2.17 so the solution was to adapt your plugin not to remake the entire website.

    pixecs

    (@pixecs)

    Hello, recently i modified this plugin to be php 5.2 compatible. If any of you are interested i can provide this modified version.

Viewing 3 replies - 1 through 3 (of 3 total)