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 }}
bitactive
/
phpredis
Public
forked from
phpredis/phpredis
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
phpredis
redis_array_impl.c
on
develop
User selector
All users
Datepicker
All time
Commit history
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 Jan 22, 2021
Fixed#1895
defender-11
committed
c61396c
View commit details
Copy full SHA for c61396c
View code at this point
Browse repository at this point
Commits on Oct 30, 2020
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 Jul 9, 2020
Don't use zend_fcall_info.no_separation
yatsukhnenko
committed
a7662da
View commit details
Copy full SHA for a7662da
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 Jun 2, 2020
Don't call Redis::__constructor while initilizing RedisArray (#1777)
yatsukhnenko
authored
e41e19a
View commit details
Copy full SHA for e41e19a
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
fix usage php_hash_fetch_ops with PHP 8
yatsukhnenko
committed
9ee94ca
View commit details
Copy full SHA for 9ee94ca
View code at this point
Browse repository at this point
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 Jan 6, 2020
Fix typos detected by codespell
TysonAndre
committed
f52bd8a
View commit details
Copy full SHA for f52bd8a
View code at this point
Browse repository at this point
Commits on Jul 18, 2019
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 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
Fix RedisArray authentication
yatsukhnenko
authored and
michael-grunder
committed
0f38afa
View commit details
Copy full SHA for 0f38afa
View code at this point
Browse repository at this point
RedisArray auth.
Show description for 5053a9e
yatsukhnenko
authored and
michael-grunder
committed
5053a9e
View commit details
Copy full SHA for 5053a9e
View code at this point
Browse repository at this point
Use zend_string for storing key hashing algorithm
yatsukhnenko
authored and
michael-grunder
committed
0d2dd16
View commit details
Copy full SHA for 0d2dd16
View code at this point
Browse repository at this point
Commits on Feb 9, 2019
PHP 7 exception and compiler warning fixes
Show description for fa130a4
michael-grunder
committed
fa130a4
View commit details
Copy full SHA for fa130a4
View code at this point
Browse repository at this point
Commits on Jan 27, 2019
PHP 5 is dead, long live PHP 7
Show description for f992864
michael-grunder
committed
f992864
View commit details
Copy full SHA for f992864
View code at this point
Browse repository at this point
Commits on Jan 21, 2019
Fix build warning
Pavel Yatsukhnenko
committed
e9e4783
View commit details
Copy full SHA for e9e4783
View code at this point
Browse repository at this point
Commits on Jan 3, 2019
Different key hashing algorithms from hash extension.
yatsukhnenko
committed
850027f
View commit details
Copy full SHA for 850027f
View code at this point
Browse repository at this point
Commits on Dec 22, 2018
Implement consistent hashing algorithm for RedisArray
yatsukhnenko
committed
bb32e6f
View commit details
Copy full SHA for bb32e6f
View code at this point
Browse repository at this point
Fix regression added in 602740d3
yatsukhnenko
committed
3e7e1c8
View commit details
Copy full SHA for 3e7e1c8
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
Use zend_string for storing RedisArray hosts
yatsukhnenko
committed
602740d
View commit details
Copy full SHA for 602740d
View code at this point
Browse repository at this point
Commits on Nov 21, 2018
Remove unused parameter lazy_connect from redis_sock_create
yatsukhnenko
committed
c0793e8
View commit details
Copy full SHA for c0793e8
View code at this point
Browse repository at this point
Commits on Nov 7, 2018
Fix coverity scan warnings
yatsukhnenko
committed
6f7ddd2
View commit details
Copy full SHA for 6f7ddd2
View code at this point
Browse repository at this point
Commits on Jan 29, 2018
Refactor RedisArray
Show description for 9cd0591
yatsukhnenko
committed
9cd0591
View commit details
Copy full SHA for 9cd0591
View code at this point
Browse repository at this point
Commits on Jan 2, 2018
Issue #1292
Show description for 837dee4
yatsukhnenko
committed
837dee4
View commit details
Copy full SHA for 837dee4
View code at this point
Browse repository at this point
Commits on Oct 19, 2017
Revert "Refactor ra_extract_key"
Show description for 75e7c81
yatsukhnenko
committed
75e7c81
View commit details
Copy full SHA for 75e7c81
View code at this point
Browse repository at this point
Refactor ra_extract_key
Show description for 621afa6
yatsukhnenko
committed
621afa6
View commit details
Copy full SHA for 621afa6
View code at this point
Browse repository at this point
Commits on Oct 5, 2017
Add PHPREDIS_GET_OBJECT macros
yatsukhnenko
committed
0115666
View commit details
Copy full SHA for 0115666
View code at this point
Browse repository at this point
Commits on Sep 28, 2017
Destroy all tabs :-)
michael-grunder
committed
345fc7f
View commit details
Copy full SHA for 345fc7f
View code at this point
Browse repository at this point
Commits on Aug 28, 2017
Check number of elements in incoming array-argument
yatsukhnenko
committed
4a0a46b
View commit details
Copy full SHA for 4a0a46b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.