-
Notifications
You must be signed in to change notification settings - Fork 17
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
Replace deprecated mysql api #21
Open
jandd
wants to merge
8
commits into
CAcertOrg:release
Choose a base branch
from
jandd:replace_deprecated_mysql_api
base: release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Dec 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e6052c3 - Browse repository at this point
Copy the full SHA e6052c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3031555 - Browse repository at this point
Copy the full SHA 3031555View commit details
Commits on Dec 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5666905 - Browse repository at this point
Copy the full SHA 5666905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ceefc - Browse repository at this point
Copy the full SHA 29ceefcView commit details
Commits on Dec 21, 2020
-
Switch database access to mysqli
This change removes all invocations of the deprecated mysql_* APIs and replaces them with mysqli calls instead. Configuration in includes/mysql.php is now instrumented via environment variables. The application will not start if mandatory environment variables are not defined. Missing environment variables are logged to the PHP/Apache error log. Input validation in the autocomplete backend in www/ac.php has been fixed. The database connection is no longer stored in the session as it is only valid for a single request and had not been reused before either. Some TODO tags have been added at places in the code that need rework. Add TODO.md and changelog.md as well as setup instructions in README.md.
Configuration menu - View commit details
-
Copy full SHA for 72c0b4a - Browse repository at this point
Copy the full SHA 72c0b4aView commit details
Commits on Dec 22, 2020
-
Jan Dittberner committed
Dec 22, 2020 Configuration menu - View commit details
-
Copy full SHA for d2bc5dd - Browse repository at this point
Copy the full SHA d2bc5ddView commit details
Commits on Dec 23, 2020
-
The environment variables containing MYSQL_APP have been renamed to MYSQL_WEBDB to be consistent with the developer setup and to avoid confusion with the test manager and CATS applications. The ancient includes/.cvsignore file has been removed to avoid confusion in IDEs. URLs are now built consistently using the environment variables.
Jan Dittberner committedDec 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 3816e47 - Browse repository at this point
Copy the full SHA 3816e47View commit details
Commits on Aug 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c231d55 - Browse repository at this point
Copy the full SHA c231d55View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.