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
@mvorisek mvorisek force-pushed the use_request_not_globals branch from 73e029a to 7400e93 Compare September 26, 2023 11:51
demos/init-app.php Outdated Show resolved Hide resolved
@mvorisek mvorisek force-pushed the use_request_not_globals branch from 7400e93 to e63de0a Compare September 28, 2023 08:24
@mvorisek mvorisek force-pushed the use_request_not_globals branch from f6b89d8 to 78ad102 Compare September 30, 2023 11:08
@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
@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
Development

Successfully merging this pull request may close these issues.

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