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
Type
/
to 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 }}
cmself
/
CodeIgniter4
Public
forked from
codeigniter4/CodeIgniter4
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
CodeIgniter4
system
HTTP
CURLRequest.php
on
develop
User selector
All users
All time
Commit history
Commits on Jan 19, 2022
refactor: use usleep() instead of sleep()
kenjis
committed
7c32e4b
View commit details
Copy full SHA for 7c32e4b
View code at this point
Browse repository at this point
Commits on Jan 10, 2022
[Rector] Apply PHP 7.4 Requirement and syntax
samsonasik
authored and
MGatner
committed
af7fb3f
View commit details
Copy full SHA for af7fb3f
View code at this point
Browse repository at this point
Commits on Dec 13, 2021
Use PHPStan's baseline instead of global ignore of errors
paulbalandan
committed
f941858
View commit details
Copy full SHA for f941858
View code at this point
Browse repository at this point
Commits on Nov 22, 2021
Fix deprecated usage of `null` on `string` params of internal functions
paulbalandan
committed
8673228
View commit details
Copy full SHA for 8673228
View code at this point
Browse repository at this point
Commits on Nov 1, 2021
Merge pull request #5263 from paulbalandan/filter-sanitize-string
Show description for e0d48a1
paulbalandan
authored
e0d48a1
View commit details
Copy full SHA for e0d48a1
View code at this point
Browse repository at this point
Commits on Oct 31, 2021
Replace usage of `FILTER_SANITIZE_STRING`
paulbalandan
committed
ef7d23d
View commit details
Copy full SHA for ef7d23d
View code at this point
Browse repository at this point
Commits on Oct 30, 2021
docs: add PHPDoc comments
kenjis
committed
3901496
View commit details
Copy full SHA for 3901496
View code at this point
Browse repository at this point
fix: change from private to protected
kenjis
committed
772a408
View commit details
Copy full SHA for 772a408
View code at this point
Browse repository at this point
refactor: move Config\App::$CURLRequestShareOptions to Config\CURLRequest::$shareOptions
kenjis
committed
f53a1da
View commit details
Copy full SHA for f53a1da
View code at this point
Browse repository at this point
Commits on Oct 29, 2021
fix: add config $CURLRequestShareOptions for the CURLRequest
Show description for aed89d9
kenjis
committed
aed89d9
View commit details
Copy full SHA for aed89d9
View code at this point
Browse repository at this point
fix: remove $unsharedHeaders and add $defaultOptions
Show description for 613b980
kenjis
committed
613b980
View commit details
Copy full SHA for 613b980
View code at this point
Browse repository at this point
fix: reset $unsharedHeaders after sending request
Show description for c9bac5f
kenjis
committed
c9bac5f
View commit details
Copy full SHA for c9bac5f
View code at this point
Browse repository at this point
fix: make $unsharedHeaders protected
Show description for 9cbe0f2
kenjis
committed
9cbe0f2
View commit details
Copy full SHA for 9cbe0f2
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
fix: remove populateHeaders() not to share request headers form browser between CURL requests
kenjis
committed
e307ef5
View commit details
Copy full SHA for e307ef5
View code at this point
Browse repository at this point
Commits on Oct 25, 2021
fix: reset unneeded configs
Show description for 245dade
kenjis
committed
245dade
View commit details
Copy full SHA for 245dade
View code at this point
Browse repository at this point
fix: reset unneeded headers to prevent request error
Show description for d1edaee
kenjis
committed
d1edaee
View commit details
Copy full SHA for d1edaee
View code at this point
Browse repository at this point
Commits on Jul 24, 2021
Remove superfluous phpdoc tags (#4941)
paulbalandan
authored
b7ec33c
View commit details
Copy full SHA for b7ec33c
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Add file-level headers
paulbalandan
committed
0ee2b2f
View commit details
Copy full SHA for 0ee2b2f
View code at this point
Browse repository at this point
Remove useless code separator comments (#4946)
paulbalandan
authored
a6cfb8c
View commit details
Copy full SHA for a6cfb8c
View code at this point
Browse repository at this point
Commits on Jul 9, 2021
Add `?` to nullable typehints
paulbalandan
committed
a4fe347
View commit details
Copy full SHA for a4fe347
View code at this point
Browse repository at this point
Commits on Jul 8, 2021
Convert is_null to null === and fix phpstan errors
paulbalandan
committed
1dc72c1
View commit details
Copy full SHA for 1dc72c1
View code at this point
Browse repository at this point
Commits on Jul 2, 2021
Enable remaining rules in "f" (#4888)
paulbalandan
authored
0598850
View commit details
Copy full SHA for 0598850
View code at this point
Browse repository at this point
Commits on Jun 15, 2021
Enforce ordering and trimming of phpdoc elements
paulbalandan
authored
6af5370
View commit details
Copy full SHA for 6af5370
View code at this point
Browse repository at this point
Commits on Jun 10, 2021
Class, trait and interface elements must be separated with one line
paulbalandan
authored
1ced623
View commit details
Copy full SHA for 1ced623
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
Merge pull request #4806 from samsonasik/apply-rector-simplify-regex
Show description for 18f5611
samsonasik
authored
18f5611
View commit details
Copy full SHA for 18f5611
View code at this point
Browse repository at this point
[Rector] Apply Rector: SimplifyRegexPatternRector
samsonasik
committed
ca153fc
View commit details
Copy full SHA for ca153fc
View code at this point
Browse repository at this point
Commits on Jun 8, 2021
Separate and group similar phpdocs
paulbalandan
committed
cbfe80d
View commit details
Copy full SHA for cbfe80d
View code at this point
Browse repository at this point
Align phpdocs
paulbalandan
committed
2b78883
View commit details
Copy full SHA for 2b78883
View code at this point
Browse repository at this point
Use short forms of param and return types
paulbalandan
committed
4129b40
View commit details
Copy full SHA for 4129b40
View code at this point
Browse repository at this point
Enable `braces`
paulbalandan
committed
d030096
View commit details
Copy full SHA for d030096
View code at this point
Browse repository at this point
Commits on Jun 7, 2021
Enable `blank_line_before_statement` fixer
paulbalandan
committed
7b37453
View commit details
Copy full SHA for 7b37453
View code at this point
Browse repository at this point
Commits on Jun 4, 2021
Convert tabs to 4 spaces (#4771)
paulbalandan
authored
e04d17b
View commit details
Copy full SHA for e04d17b
View code at this point
Browse repository at this point
Commits on May 21, 2021
Format URI directly, fixes #4707
MGatner
committed
bac8391
View commit details
Copy full SHA for bac8391
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
add require_once __DIR__ . /system/Test/bootstrap.php; outside rector config
samsonasik
committed
1eb86d8
View commit details
Copy full SHA for 1eb86d8
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
[Rector] Apply Rector: UnusedForeachValueToArrayKeysRector
samsonasik
committed
cdd078c
View commit details
Copy full SHA for cdd078c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.