•  
      request #7177 PhpWiki and PHP 5.4
    Infos
    #7177
    Nicolas Lafont (manicow)
    2014-08-06 14:51
    2014-07-04 11:50
    7192
    Details
    PhpWiki and PHP 5.4
    PhpWiki is not compatible with PHP 5.4, since it uses session_* functions, which has been remove in PHP 5.4

    Debian Wheezy is shipped with PHP 5.4

    So the PhpWiki part doesn't work with Debian Wheezy

    I attach a patch that replaces the use of old session_* functions with the $_SESSION array in the Request.php file of phpwiki, making it works with PHP 5.4
    Doc/Wiki
    7.2
    Debian 7 (wheezy)
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    Empty
    Attachments
    References

    Follow-ups

    User avatar
    Integrated in Tuleap 7.3.99.34

    Thanks for your input!

    • Status changed from Under review to Closed
    User avatar
    Thanks for the contrib, I pushed the patch for review in gerrit #2758.

    (You can also push directly or update the patch)

    • Status changed from New to Under review