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

Replace $_GET/$_POST/$_FILES with App::getRequestXxx() #2101

Merged
merged 103 commits into from
Sep 30, 2023

Conversation

abbadon1334
Copy link
Collaborator

@abbadon1334 abbadon1334 commented Sep 5, 2023

fix #2009

@mvorisek mvorisek force-pushed the use_request_not_globals branch 3 times, most recently from 53f400c to e4a135f Compare September 26, 2023 09:58
@atk4 atk4 deleted a comment from abbadon1334 Sep 26, 2023
@mvorisek mvorisek force-pushed the use_request_not_globals branch 2 times, most recently from 6940806 to 6143477 Compare September 26, 2023 10:32
src/App.php Outdated Show resolved Hide resolved
demos/init-app.php Outdated Show resolved Hide resolved
@mvorisek mvorisek marked this pull request as ready for review September 30, 2023 11:13
@mvorisek mvorisek merged commit 8dd4f7b into develop Sep 30, 2023
57 checks passed
@mvorisek mvorisek deleted the use_request_not_globals branch September 30, 2023 11:34
@mvorisek
Copy link
Member

Thank you @abbadon1334, quality PR!

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

Successfully merging this pull request may close these issues.

Direct access of $_GET/$_POST/$_FILES must be replaced with App::getRequestXxx()
2 participants