Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated php functions on php 7.0 #94

Closed
rauldobrota opened this issue Jan 15, 2016 · 2 comments
Closed

Deprecated php functions on php 7.0 #94

rauldobrota opened this issue Jan 15, 2016 · 2 comments

Comments

@rauldobrota
Copy link

Deprecated: Function eregi_replace() is deprecated in ez_sql_mssql.class.php on line 356
Deprecated: Function eregi() is deprecated in ez_sql_mssql.class.php on line 364

The class should be re-written for php 7.0 full compatibility

@zag2me
Copy link

zag2me commented Feb 25, 2016

Hoping for this also

Alternative is to use preg_replace()

See: http://php.net/manual/en/function.eregi-replace.php

@Scott-Mc
Copy link

The mssql driver was also removed in PHP 7 so can't just be rewritten. This legacy driver should be depreciated in favour of either sqlsrv or PDO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants