Feb 4th, 2015, 12:53 AM
Dear Form-Tool developers,
According to http://php.net/manual/en/migration55.deprecated.php :
A little grep on mysql_ in Form Tools returns a huge number of results which leads to the conclusion that there is no abstraction layer / PDO for the database operations.
Are there any plans to add an abstraction layer / PDO to Form Tools so that it copes perfectly with PHP 5.5.x ? It might not be necessary to have drivers for numerous DBs at the moment, but at least MySQLi.
What do you think?
Thanks a lot and best regards,
Alexandre 8)
According to http://php.net/manual/en/migration55.deprecated.php :
Quote:The original MySQL extension is now deprecated, and will generate E_DEPRECATED errors when connecting to a database. Instead, use the MySQLi or PDO_MySQL extensions.
A little grep on mysql_ in Form Tools returns a huge number of results which leads to the conclusion that there is no abstraction layer / PDO for the database operations.
Are there any plans to add an abstraction layer / PDO to Form Tools so that it copes perfectly with PHP 5.5.x ? It might not be necessary to have drivers for numerous DBs at the moment, but at least MySQLi.
What do you think?
Thanks a lot and best regards,
Alexandre 8)