Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
tyrellsys
/
cakephp
Public
forked from
cakephp/cakephp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cakephp
src
Http
ServerRequest.php
on
master
User selector
All users
All time
Commit history
Commits on May 24, 2021
Fix errors reported by psalm.
ADmad
committed
1bb88a5
View commit details
Copy full SHA for 1bb88a5
View code at this point
Browse repository at this point
Commits on Feb 17, 2021
fixed `ServerRequest::is()`
mirko-pagliai
committed
31e4ca8
View commit details
Copy full SHA for 31e4ca8
View code at this point
Browse repository at this point
Commits on Nov 15, 2020
Make FlashMessage instance available through a ServerRequest.
ADmad
committed
f81cf2f
View commit details
Copy full SHA for f81cf2f
View code at this point
Browse repository at this point
Commits on Nov 1, 2020
Replace all uses of Core\Exception\Exception with Core\Exception\CakeException
othercorey
committed
d43092a
View commit details
Copy full SHA for d43092a
View code at this point
Browse repository at this point
Commits on Oct 10, 2020
Deprecate Exception::responseHeader() in favor of HttpException
othercorey
committed
7013b5e
View commit details
Copy full SHA for 7013b5e
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
Avoid use of call_user_func() and call_user_func_array().
Show description for f0b6106
ADmad
committed
f0b6106
View commit details
Copy full SHA for f0b6106
View code at this point
Browse repository at this point
Commits on Jun 14, 2020
Merge branch 'master' into 4.next
ADmad
committed
a3216cf
View commit details
Copy full SHA for a3216cf
View code at this point
Browse repository at this point
Commits on Jun 12, 2020
Fix errors reported by phpstan and psalm.
ADmad
committed
983d64c
View commit details
Copy full SHA for 983d64c
View code at this point
Browse repository at this point
Commits on May 31, 2020
Master: Microoptimization for ServerRequest::is() and ServerRequest::isAll()to stop and return on first matched/unmatched type (#14655)
Show description for d844e79
andrii-pukhalevych
authored
d844e79
View commit details
Copy full SHA for d844e79
View code at this point
Browse repository at this point
Commits on May 30, 2020
doc block update
andrii-pukhalevych
committed
1431deb
View commit details
Copy full SHA for 1431deb
View code at this point
Browse repository at this point
Microoptimization for ServerRequest::isAll() to stop and return false on first failed type
andrii-pukhalevych
committed
f533449
View commit details
Copy full SHA for f533449
View code at this point
Browse repository at this point
Update ServerRequest.php
Show description for 3460755
andrii-pukhalevych
authored
3460755
View commit details
Copy full SHA for 3460755
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
Merge branch 'master' into 4.next
othercorey
committed
523d5ec
View commit details
Copy full SHA for 523d5ec
View code at this point
Browse repository at this point
Commits on Mar 27, 2020
Rewrite note for getQuery() and getData(). (#14395)
Show description for df4f5a0
dereuromark
authored
df4f5a0
View commit details
Copy full SHA for df4f5a0
View code at this point
Browse repository at this point
Commits on Feb 13, 2020
Deprecate ServerRequest::input().
Show description for a41e9e1
ADmad
committed
a41e9e1
View commit details
Copy full SHA for a41e9e1
View code at this point
Browse repository at this point
Remove remove support for outdated/unusual URL rewriting setups.
ADmad
committed
e1f0fd6
View commit details
Copy full SHA for e1f0fd6
View code at this point
Browse repository at this point
Commits on Feb 12, 2020
Use generated FQCN
Show description for 6575d9a
ADmad
and
othercorey
authored
6575d9a
View commit details
Copy full SHA for 6575d9a
View code at this point
Browse repository at this point
Move "url" config processing into separate method.
Show description for 2571c82
ADmad
committed
2571c82
View commit details
Copy full SHA for 2571c82
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
Move request method marshalling into ServerRequestFactory.
Show description for 0b89e1e
ADmad
committed
0b89e1e
View commit details
Copy full SHA for 0b89e1e
View code at this point
Browse repository at this point
Commits on Jan 27, 2020
Move files array processing into ServerRequestFactory.
Show description for 85a86b7
ADmad
committed
85a86b7
View commit details
Copy full SHA for 85a86b7
View code at this point
Browse repository at this point
Commits on Jan 26, 2020
Remove dead code
ADmad
committed
e43c525
View commit details
Copy full SHA for e43c525
View code at this point
Browse repository at this point
Commits on Jan 7, 2020
Replace Zend framework packages with Laminas.
Show description for 0defa45
ADmad
committed
0defa45
View commit details
Copy full SHA for 0defa45
View code at this point
Browse repository at this point
Commits on Nov 8, 2019
Remove detector for Flash.
Show description for 20ca5a0
ADmad
committed
20ca5a0
View commit details
Copy full SHA for 20ca5a0
View code at this point
Browse repository at this point
Commits on Oct 1, 2019
Fix CS errors
ADmad
committed
b8a4905
View commit details
Copy full SHA for b8a4905
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Fix errors reported by pslam
ADmad
committed
4d9d722
View commit details
Copy full SHA for 4d9d722
View code at this point
Browse repository at this point
Remove remaining pieces after requestAction removal
Show description for 0e89f20
garas
committed
0e89f20
View commit details
Copy full SHA for 0e89f20
View code at this point
Browse repository at this point
Commits on Sep 18, 2019
Merge pull request #13656 from cakephp/4.x-serverrequest-cleanup
Show description for ea92e6f
markstory
authored
ea92e6f
View commit details
Copy full SHA for ea92e6f
View code at this point
Browse repository at this point
Commits on Sep 17, 2019
Remove unneeded ServerRequest properties.
Show description for b4912c9
ADmad
committed
b4912c9
View commit details
Copy full SHA for b4912c9
View code at this point
Browse repository at this point
Commits on Sep 16, 2019
fixed default value for ~`getCookie()`
mirko-pagliai
committed
b1c14f7
View commit details
Copy full SHA for b1c14f7
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
Update types in ServerRequest to match ServerRequestInterface.
ADmad
committed
c18c525
View commit details
Copy full SHA for c18c525
View code at this point
Browse repository at this point
Fix CS - empty values last in docblocks
ADmad
committed
b54bd9b
View commit details
Copy full SHA for b54bd9b
View code at this point
Browse repository at this point
Commits on Sep 6, 2019
Merge pull request #13612 from cakephp/4.x-psalm
Show description for 0c93cd0
markstory
authored
0c93cd0
View commit details
Copy full SHA for 0c93cd0
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
Fix errors reported by psalm under Http namespace
ADmad
committed
43367d4
View commit details
Copy full SHA for 43367d4
View code at this point
Browse repository at this point
Merge files as objects by default in request data.
ADmad
committed
edfba0c
View commit details
Copy full SHA for edfba0c
View code at this point
Browse repository at this point
Merge branch '3.next' into 4.x
ADmad
committed
b346386
View commit details
Copy full SHA for b346386
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.