Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #7177 PhpWiki and PHP 5.4
    Infos
    #7177
    Nicolas Lafont (manicow)
    2014-08-06 14:51
    2014-07-04 11:50
    7195
    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
    Referencing request #7177
    Referenced by request #7177

    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