Skip to content

Conversation

@notian
Copy link

@notian notian commented Mar 21, 2018

The global $link was a little generic, and I'd be worried it would be overwritten in a sprawling codebase. Converted it (and the global_link_identifier) function to a static class property/function.

The mysqli_result type hinting was causing fatal errors. Removed the type hint and added a "result validator" to return bool true/false (with a warning). To better emulate the original behaviour.

ian-d2c added 2 commits March 21, 2018 11:38
Added result validator to better emulate original behaviour.
Harmonized the internals of the calls.
Added my name to authors and incremented version number
@sjoerdmaessen
Copy link
Contributor

Good changes in the PR, I will see how this can be merged with the current version in master

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.

4 participants