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

Switch from mysql API to mysqli API and some optimizations. #2

Merged
merged 1 commit into from
Mar 11, 2016

Conversation

jobisoft
Copy link
Contributor

No description provided.

The mysql API is deprecated since php 5.x, replacement mysqli has been introduced in php 5.0.
Reduced number of sql queries by caching the results.
Introduced concept of allowed_reports which do not need to contain all reports. This may be used for some sort of user management, so multiple users can send in their dmarc reports and only get to see their own reports.
techsneeze added a commit that referenced this pull request Mar 11, 2016
Switch from mysql API to mysqli API and some optimizations.
@techsneeze techsneeze merged commit 0dc583b into techsneeze:master Mar 11, 2016
techsneeze pushed a commit that referenced this pull request Oct 2, 2017
update from remote 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.

None yet

2 participants