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

MDI-1430 removed/replaced deprecated OCI functions #112

Merged
merged 1 commit into from
Nov 26, 2021

Conversation

seergiue
Copy link
Contributor

No description provided.

@@ -249,7 +249,7 @@ function _connect($argHostname, $argUsername, $argPassword, $argDatabasename,$mo
function ServerInfo()
{
$arr['compat'] = $this->GetOne('select value from sys.database_compatible_level');
$arr['description'] = @OCIServerVersion($this->_connectionID);
$arr['description'] = @oci_server_version($this->_connectionID);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have to check if it is already used, because the implementation using "arroba" to mute the errors is too buggy to get confident

Copy link
Contributor

@kpicaza kpicaza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job @seergiue 👏👏👏 have to check if this driver can be removed because of its implementation, so tedious to fix every case ;-D congrats 🎉🎉🎉

@kpicaza kpicaza merged commit b1c601a into sifophp:master Nov 26, 2021
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

Successfully merging this pull request may close these issues.

2 participants