Anciennes révisionsLiens de retourExporter en PDFHaut de page Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer RedditDerniers changementsSend via e-MailImprimerPermalien × php8 erreur "Undefined array key" ajouter après la variable “?? null”, ex. $doit = $_GET['doit'] ?? null; php7 php, php7, mysql, PDO Tutoriels https://www.grafikart.fr/tutoriels/php/php7-681 Downgrade Une version trop récente (p. ex. 7.4) installée automatiquement par ubuntu et vos applis ne marchent plus? php7downgrade MySQL https://github.com/philip/MySQLConverterTool Conversion php5 https://github.com/julianschmuckli/php7converter PHP 7 Shim for ext/mysql This library attempts to create a drop-in replacement for ext/mysql on PHP 7 using mysqli. Once the lib/mysql.php file is included, it will create mysql_* functions if they don't already exist. You may safely include the file in a PHP 5.3.6+ project, it will do nothing if the mysql extension is already available. https://github.com/dshafik/php7-mysql-shim note FredR: une librairie très pratique pour passer en php7 avec de vieux scripts php utilisant les méthoses obsolètes mysql_: ça n'empêche pas de devoir à terme ré-écrire, mais ça permet de migrer! PDO “La solution”… parmi d'autres pdo info/php8.txt Dernière modification : 2023/01/13 06:49de radeff S'identifier