PHP Classes

mysql extension removed from php 7

Recommend this page to a friend!

      PHP Classes blog  >  PHP 7 Migration Guide...  >  All threads  >  mysql extension removed from php 7  >  (Un) Subscribe thread alerts  
Subject:mysql extension removed from php 7
Summary:the deprecated mysql extension has been removed from php 7
Messages:5
Author:Nadir Latif
Date:2016-03-21 16:43:27
Update:2016-04-28 17:53:24
 

  1. mysql extension removed from php 7   Reply   Report abuse  
Picture of Nadir Latif Nadir Latif - 2016-03-21 20:11:55
Another important backward incompatible change in php 7 is the removal of mysql extension.

The mysql extension was deprecated in version 5.5 and has been removed in version 7.

If someone wants to upgrade their code so it works with php 7 then they will have to replace the mysql_* function calls.

The easiest way to replace mysql_* functions is to replace them with mysqli_* functions.

  2. Re: mysql extension removed from php 7   Reply   Report abuse  
Picture of Atif Shahab Qureshi Atif Shahab Qureshi - 2016-03-22 07:20:37 - In reply to message 1 from Nadir Latif
Thank you so much for sharing your knowledge. You are right about the deprecated function. We will cover deprecated functions in upcoming tutorials of the series.

  3. Re: mysql extension removed from php 7   Reply   Report abuse  
Picture of mezfin c mezfin c - 2016-04-08 07:25:45 - In reply to message 2 from Atif Shahab Qureshi
When is the upcoming tutorials of the series taken plce.

  4. Re: mysql extension removed from php 7   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2016-04-08 07:33:24 - In reply to message 3 from mezfin c
I think Atif aimed for Monday. For that he needs to send the draft for review today or tomorrow, OK Atif?

  5. Re: mysql extension removed from php 7   Reply   Report abuse  
Picture of Atif Shahab Qureshi Atif Shahab Qureshi - 2016-04-28 17:53:24 - In reply to message 4 from Manuel Lemos
sure