stable

Clone or download

Read-only

Fix various nginx / php 5.6 related issues discovered during 9.5 valid

- Array to string conversion in LDAP (seen in new autocompleter) - Usage of SCRIPT_URL that is only set by apache in rewrite mode - Use exact url /plugins/git/admin/index.php instead of /plugins/git/admin because of quirks that would be needed to support that with nginx ATM. Part of request #9202 Make Tuleap compatible with PHP 5.6 Change-Id: I6ee445739d05ca7474e68a1f337057cb75c04dfb

Modified Files

Name
M plugins/git/include/gitPlugin.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP.class.php +2 −2 Go to diff View file
M plugins/openidconnectclient/include/openidconnectclientPlugin.class.php +1 −1 Go to diff View file
M plugins/tracker/www/config.php +1 −1 Go to diff View file
M src/common/ForgeAccess/AdminController.php +3 −3 Go to diff View file
M src/common/ForgeAccess/AdminRouter.php +1 −1 Go to diff View file
M src/common/admin/Homepage/Controller.php +3 −3 Go to diff View file
M src/common/admin/Homepage/Router.php +1 −1 Go to diff View file
M src/www/admin/forgeaccess.php +1 −1 Go to diff View file
M src/www/admin/homepage.php +1 −1 Go to diff View file