Changelog

The following changes have been made to classes/functions/methods of this extension.

General Changelog for the ext/mysql extension

This changelog references the ext/mysql extension.

Global ext/mysql changes

The following is a list of changes to the entire ext/mysql extension.

Version Description
7.0.0

This extension was removed from PHP. For details, see Choosing an API.

Changes to existing functions

The following list is a compilation of changelog entries from the ext/mysql functions.

VersionFunctionDescription
add a note add a note

User Contributed Notes 1 note

up
-1
Gianluca
8 years ago
In these wrappers all mysql and ereg functions are rewritten using mysqli and pcre
https://sourceforge.net/projects/mysqlwithmysqli/
https://sourceforge.net/projects/ereg-using-pcre/
To Top