kaffa / textpattern

Automatically exported from code.google.com/p/textpattern
0 stars 0 forks source link

Installation on PHP5.6.0 - mysql_connect() deprecation notices #426

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run installer on PHP5.6 *AMP setup
2. Note deprecation notices (text below)

What is the expected output? What do you see instead?
Two mysql_connect() notices are displayed during installation on a PHP5.6 
setup. First is shown on `Checking database connection` step after credentials 
are submitted:

  Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/html/textpattern/setup/index.php on line 291

Second is shown on the `That went well!` step after tables are populated:

  Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/html/textpattern/setup/txpsql.php on line 31

What version of the product are you using? On what operating system?
4.6-dev (212d8ae6c7f0a4550a935b8c965f3614), Ubuntu

Please provide any additional information below.
Full diagnostics attached as a file for brevity.

Original issue reported on code.google.com by p...@pragmatika.net on 7 Sep 2014 at 3:55

Attachments: