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
.
phpredis
/
phpredis
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.2k
Code
Issues
100
Pull requests
34
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
phpredis
redis_array.c
on
develop
User selector
All users
All time
Commit history
Commits on Jun 29, 2026
Fix PHP 8.6 builds
Show description for 78c1c69
michael-grunder
committed
78c1c69
View commit details
Copy full SHA for 78c1c69
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
Refactor/modernize zend api (#2879)
Show description for cd2a396
michael-grunder
authored
cd2a396
View commit details
Copy full SHA for cd2a396
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
Switch to Fast Parameter Parsing API
yatsukhnenko
authored and
michael-grunder
committed
c2d2254
View commit details
Copy full SHA for c2d2254
View code at this point
Browse repository at this point
Commits on Nov 16, 2025
Replace legacy zval_dtor() alias with zval_ptr_dtor_nogc()
ndossche
authored and
michael-grunder
committed
d24528e
View commit details
Copy full SHA for d24528e
View code at this point
Browse repository at this point
Commits on Oct 31, 2025
Cloning our objects should not segfault
Show description for 6e214c1
michael-grunder
committed
6e214c1
View commit details
Copy full SHA for 6e214c1
View code at this point
Browse repository at this point
Commits on Mar 17, 2024
Update SCAN to handle very large cursor values.
Show description for e52f0af
michael-grunder
committed
e52f0af
View commit details
Copy full SHA for e52f0af
View code at this point
Browse repository at this point
Commits on Jul 18, 2022
mark auth param as sensitive for PHP 8.2
Show description for 3675f44
remicollet
committed
3675f44
View commit details
Copy full SHA for 3675f44
View code at this point
Browse repository at this point
Commits on Jan 30, 2022
Issue #1393
yatsukhnenko
authored and
michael-grunder
committed
8689ab1
View commit details
Copy full SHA for 8689ab1
View code at this point
Browse repository at this point
Commits on Jan 20, 2022
Issue #2055
yatsukhnenko
authored and
michael-grunder
committed
08a9d5d
View commit details
Copy full SHA for 08a9d5d
View code at this point
Browse repository at this point
Commits on Dec 28, 2021
Duplicate zval before add_next_index_zval
yatsukhnenko
committed
8751a92
View commit details
Copy full SHA for 8751a92
View code at this point
Browse repository at this point
Commits on Sep 7, 2021
Fix RedisArray::__construct bug
yatsukhnenko
committed
ebc33a3
View commit details
Copy full SHA for ebc33a3
View code at this point
Browse repository at this point
Commits on Aug 26, 2021
Use stub/arginfo for RedisArray
yatsukhnenko
committed
c8ae539
View commit details
Copy full SHA for c8ae539
View code at this point
Browse repository at this point
use stub/arginfo for RedisSentinel
remicollet
authored and
yatsukhnenko
committed
edac508
View commit details
Copy full SHA for edac508
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
cleanup unneeded cast
remicollet
committed
21cce78
View commit details
Copy full SHA for 21cce78
View code at this point
Browse repository at this point
Fix #1956 bad type usage on 32-bit
remicollet
committed
c93eba4
View commit details
Copy full SHA for c93eba4
View code at this point
Browse repository at this point
Commits on Dec 13, 2020
Add accidentally removed header
yatsukhnenko
committed
ee82299
View commit details
Copy full SHA for ee82299
View code at this point
Browse repository at this point
Commits on Dec 12, 2020
Remove odd PHPREDIS_ZVAL_IS_STRICT_FALSE macro
yatsukhnenko
committed
7d67749
View commit details
Copy full SHA for 7d67749
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
Remove aliases for all methods.
yatsukhnenko
committed
de98515
View commit details
Copy full SHA for de98515
View code at this point
Browse repository at this point
Commits on Oct 30, 2020
Duplicate zval before add_next_index_zval
yatsukhnenko
committed
43a39af
View commit details
Copy full SHA for 43a39af
View code at this point
Browse repository at this point
Refactor ra_generic_del
yatsukhnenko
committed
d67e360
View commit details
Copy full SHA for d67e360
View code at this point
Browse repository at this point
Refactor RedisArray
yatsukhnenko
committed
6ca64a1
View commit details
Copy full SHA for 6ca64a1
View code at this point
Browse repository at this point
Use zend_string in ra_find_node_by_name
yatsukhnenko
committed
2634350
View commit details
Copy full SHA for 2634350
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
Support for Redis 6 ACLs (#1791)
Show description for a311cc4
michael-grunder
authored
a311cc4
View commit details
Copy full SHA for a311cc4
View code at this point
Browse repository at this point
Commits on May 6, 2020
fix [-Wformat=] warning on 32-bit (#1750)
Show description for b9b383f
remicollet
authored
b9b383f
View commit details
Copy full SHA for b9b383f
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
Authenticate in redis_sock_server_open
yatsukhnenko
committed
35372a1
View commit details
Copy full SHA for 35372a1
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
Add PHPREDIS_GET_OBJECT and PHPREDIS_ZVAL_GET_OBJECT macros
yatsukhnenko
committed
d5dadaf
View commit details
Copy full SHA for d5dadaf
View code at this point
Browse repository at this point
Commits on Jan 13, 2020
Remove "PHP Version 5" section
Show description for 0ef488f
TysonAndre
committed
0ef488f
View commit details
Copy full SHA for 0ef488f
View code at this point
Browse repository at this point
Commits on Oct 5, 2019
Fix coverity scan warnings
yatsukhnenko
committed
c0db75b
View commit details
Copy full SHA for c0db75b
View code at this point
Browse repository at this point
Commits on Aug 9, 2019
Issue #1618
Show description for fbe0f80
yatsukhnenko
committed
fbe0f80
View commit details
Copy full SHA for fbe0f80
View code at this point
Browse repository at this point
Commits on Jul 18, 2019
use uint32_t for call_user_function
remicollet
committed
d6fc5c7
View commit details
Copy full SHA for d6fc5c7
View code at this point
Browse repository at this point
ulong => zend_ulong for 7.4
remicollet
committed
b4eb158
View commit details
Copy full SHA for b4eb158
View code at this point
Browse repository at this point
Commits on Jul 9, 2019
cleanup TSRMLS_* usage
remicollet
committed
9438022
View commit details
Copy full SHA for 9438022
View code at this point
Browse repository at this point
Commits on Mar 29, 2019
Handle references in MGET (#1535)
Show description for 60d8b67
michael-grunder
authored
60d8b67
View commit details
Copy full SHA for 60d8b67
View code at this point
Browse repository at this point
Commits on Mar 19, 2019
Merge remote-tracking branch 'cthulhu/issue.1448-require_php7' into issue.1448-require_php7
michael-grunder
committed
2761c60
View commit details
Copy full SHA for 2761c60
View code at this point
Browse repository at this point
Issue #1508
Show description for 112c77e
yatsukhnenko
authored and
michael-grunder
committed
112c77e
View commit details
Copy full SHA for 112c77e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.