It doesn't work (PHP 5.3.10-1ubuntu3.15 with Suhosin-Patch (cli) (built: Oct …

Tuesday, 23rd April 2024

Comment on How to Turn Off, Suppress PHP Notices and Warnings – PHP error handling levels via php.ini and PHP source code by Marco.

It doesn't work (PHP 5.3.10-1ubuntu3.15 with Suhosin-Patch (cli) (built: Oct 29 2014 12:16:30)):

<?php
ini_set('display_errors', 0);

require_once __DIR__ . '/db_config.php';

$db = new mysqli(DB_SERVER, DB_USER, DB_PASSWORD, DB_DATABASE);

——————————-

output:

Warning: mysqli::mysqli(): Headers and client library minor version mismatch. Headers:50540 Library:50621 in…

Share this on:

Comments are closed.