stable

Clone or download

Read-only

Limit as much as possible usage of the mysql_* API in database.php

Goal is to make (a bit) less painful the move to the PDO API. 3 direct calls are kept because the conversion seems more complex than just dealing with them individually. This is part of story #11146: Provide PDO by default for all Tuleap DB query Change-Id: Ic0d7956afc4ce99c3c8549ffa150a07857d33aba

Modified Files

Name
M src/common/dao/include/DataAccessResult.class.php +1 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB/mysql.php +3 −64 Go to diff View file
M src/www/forum/admin/index.php +20 −7 Go to diff View file
M src/www/include/database.php +10 −66 Go to diff View file
M src/www/include/pre.php +0 −1 Go to diff View file
M src/www/include/utils.php +2 −11 Go to diff View file
M src/www/mail/admin/index.php +2 −2 Go to diff View file
M tests/lib/TuleapDbTestCase.class.php +0 −1 Go to diff View file
M tests/simpletest/common/tracker/ArtifactImportTest.php +0 −1 Go to diff View file