PHP Classes

msql extension is deprecated as of PHP 5.

Recommend this page to a friend!

      PHP MySQL ActiveRecord class  >  All threads  >  msql extension is deprecated as of...  >  (Un) Subscribe thread alerts  
Subject:msql extension is deprecated as of...
Summary:Package rating comment
Messages:2
Author:Evgeniy Tkachenko
Date:2013-04-24 06:08:25
Update:2013-04-24 07:01:39
 

Evgeniy Tkachenko rated this package as follows:

Utility: Insufficient
Consistency: Insufficient
Documentation: Bad

  1. msql extension is deprecated as of...   Reply   Report abuse  
Picture of Evgeniy Tkachenko Evgeniy Tkachenko - 2013-04-24 06:08:25
msql extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQL extension should be used.

  2. Re: msql extension is deprecated as of...   Reply   Report abuse  
Picture of P Guardiario P Guardiario - 2013-04-24 07:01:39 - In reply to message 1 from Evgeniy Tkachenko
Thanks for the comment, Evgeniy. There is already a PDO activerecord library, I chose mysql because MYSQLi and PDO are often not available for a particular host.