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 }}
pocketarc
/
codeigniter
Public
forked from
bcit-ci/CodeIgniter
Notifications
You must be signed in to change notification settings
Fork
58
Star
297
Code
Issues
2
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
codeigniter
tests
codeigniter
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 18, 2026
fix: Detect modern Edge instead of reporting it as Chrome.
Show description for fb57d35
pocketarc
and
livenobin
authored
fb57d35
View commit details
Copy full SHA for fb57d35
View code at this point
Browse repository at this point
fix: Initialise $result in write_log() to handle an empty log message. Fix #46.
pocketarc
authored
9317e57
View commit details
Copy full SHA for 9317e57
View code at this point
Browse repository at this point
fix: Make get_dir_file_info() call get_file_info() for each file. Fix #47.
pocketarc
authored
8aafcce
View commit details
Copy full SHA for 8aafcce
View code at this point
Browse repository at this point
Commits on Dec 27, 2025
fix(tests): correct PHP version check for highlight_string() format change. The highlight_string() output format changed in PHP 8.3, not 8.4.
pocketarc
committed
fa7e9fe
View commit details
Copy full SHA for fa7e9fe
View code at this point
Browse repository at this point
fix(tests): add PHPUnit compatibility shim for assertObjectHasProperty. assertObjectHasAttribute() is deprecated in PHPUnit 9.6+. Add assertObjectHasPropertyShim() helper that uses the appropriate …
Show description for b245092
pocketarc
committed
b245092
View commit details
Copy full SHA for b245092
View code at this point
Browse repository at this point
fix(tests): conditionally call setAccessible() for PHP 8.1+ compatibility. ReflectionMethod/Property::setAccessible() is deprecated in PHP 8.5 and has had no effect since PHP 8.1.
pocketarc
committed
5276118
View commit details
Copy full SHA for 5276118
View code at this point
Browse repository at this point
fix(tests): update highlight_code test for PHP 8.4+ compatibility. PHP 8.4 changed highlight_string() output format from <code><span> with entities to <pre><code> with regular spaces.
pocketarc
committed
ea3b4f9
View commit details
Copy full SHA for ea3b4f9
View code at this point
Browse repository at this point
fix(log): restore log_file_extension config for backward compatibility. Restores support for the deprecated $config['log_file_extension'] option that was removed in upstream CI 3.2.0-dev.
Show description for c46e9a2
pocketarc
committed
c46e9a2
View commit details
Copy full SHA for c46e9a2
View code at this point
Browse repository at this point
Merge gxgpet's XML-RPC fixes.
Show description for 93cd584
pocketarc
and
gxgpet
authored
93cd584
View commit details
Copy full SHA for 93cd584
View code at this point
Browse repository at this point
Commits on Sep 13, 2025
Merge PHP 8.2 support from gxgpet
Show description for 6bff588
pocketarc
and
gxgpet
committed
6bff588
View commit details
Copy full SHA for 6bff588
View code at this point
Browse repository at this point
Commits on Jan 13, 2024
[ci skip] Adapting the php comment on assert
gxgpet
committed
d1a488a
View commit details
Copy full SHA for d1a488a
View code at this point
Browse repository at this point
Encryption_test should be considered a skipped test in older versions of PHP, which run on ubuntu-latest on GHA
Show description for 7060216
gxgpet
committed
7060216
View commit details
Copy full SHA for 7060216
View code at this point
Browse repository at this point
Using a more widely available cipher & mode for test_initialize_encrypt_decrypt() (newer PHP versions)
gxgpet
committed
73d3d64
View commit details
Copy full SHA for 73d3d64
View code at this point
Browse repository at this point
Commits on Dec 1, 2022
Fixes #6174
Show description for 127c44d
gxgpet
committed
127c44d
View commit details
Copy full SHA for 127c44d
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
Adapt unit tests so as not to fail with PHPUnit 8.5
Show description for 517b9ae
tenzap
committed
517b9ae
View commit details
Copy full SHA for 517b9ae
View code at this point
Browse repository at this point
Commits on Jan 5, 2022
Finally drop CI_Encrypt
narfbg
committed
a4ad60e
View commit details
Copy full SHA for a4ad60e
View code at this point
Browse repository at this point
Drop more deprecated functionality
narfbg
committed
aae89a5
View commit details
Copy full SHA for aae89a5
View code at this point
Browse repository at this point
Drop some previously deprecated functionality
narfbg
committed
e837d35
View commit details
Copy full SHA for e837d35
View code at this point
Browse repository at this point
Merge branch 'feature/uncache_ci_vars' of github.com:TalonTR/Codeigniter into feature/viewvars
narfbg
committed
2afffc0
View commit details
Copy full SHA for 2afffc0
View code at this point
Browse repository at this point
Update logging tests
narfbg
committed
29d07cb
View commit details
Copy full SHA for 29d07cb
View code at this point
Browse repository at this point
Fix broken tests in develop
narfbg
committed
5e79f1b
View commit details
Copy full SHA for 5e79f1b
View code at this point
Browse repository at this point
Merge branch '3.1-stable' into develop
narfbg
committed
2fa66ba
View commit details
Copy full SHA for 2fa66ba
View code at this point
Browse repository at this point
Bye Travis, Hello GH Actions
narfbg
committed
1d0315b
View commit details
Copy full SHA for 1d0315b
View code at this point
Browse repository at this point
Commits on Dec 20, 2021
Merge pull request #6074 from philsturgeon/ci3-php8
Show description for 74384ca
narfbg
committed
74384ca
View commit details
Copy full SHA for 74384ca
View code at this point
Browse repository at this point
Commits on Nov 17, 2021
chore: update to phpunit 9
philsturgeon
committed
298b06e
View commit details
Copy full SHA for 298b06e
View code at this point
Browse repository at this point
Commits on Oct 4, 2021
whoops :)
gxgpet
committed
6858cdf
View commit details
Copy full SHA for 6858cdf
View code at this point
Browse repository at this point
Adds PHP 8 in Travis
gxgpet
committed
9f69253
View commit details
Copy full SHA for 9f69253
View code at this point
Browse repository at this point
Commits on Sep 14, 2021
Merge pull request #6045 from gxgpet/develop_fixtravis
Show description for 8792837
narfbg
committed
8792837
View commit details
Copy full SHA for 8792837
View code at this point
Browse repository at this point
Commits on May 31, 2021
other test fixes
gxgpet
committed
d1d3e69
View commit details
Copy full SHA for d1d3e69
View code at this point
Browse repository at this point
Adding PHPUnit 8
gxgpet
committed
81c7935
View commit details
Copy full SHA for 81c7935
View code at this point
Browse repository at this point
Upgrade to latest mikey179/vfsstream
gxgpet
committed
56de63c
View commit details
Copy full SHA for 56de63c
View code at this point
Browse repository at this point
Commits on Jul 9, 2020
[ci skip] Merge pull request #5970 from sapics/fix/user-guide-url
Show description for 3de79e9
narfbg
committed
3de79e9
View commit details
Copy full SHA for 3de79e9
View code at this point
Browse repository at this point
[ci skip] Merge pull request #5970 from sapics/fix/user-guide-url
Show description for 7191445
narfbg
authored
7191445
View commit details
Copy full SHA for 7191445
View code at this point
Browse repository at this point
Merge pull request #5946 from sapics/travis/php74
Show description for 20ddc46
narfbg
committed
20ddc46
View commit details
Copy full SHA for 20ddc46
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
Fix user guide url
Show description for 6ba0207
sapics
committed
6ba0207
View commit details
Copy full SHA for 6ba0207
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.