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 }}
htner
/
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
All time
Commit history
Commits on Sep 21, 2016
WIP: php7 compatibility
Show description for 2c62090
yatsukhnenko
committed
2c62090
View commit details
Copy full SHA for 2c62090
View code at this point
Browse repository at this point
Commits on Sep 14, 2016
WIP: php7 compatibility
Show description for d7931ab
yatsukhnenko
committed
d7931ab
View commit details
Copy full SHA for d7931ab
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
WIP: php7 compatibility
Show description for 46c2de1
yatsukhnenko
committed
46c2de1
View commit details
Copy full SHA for 46c2de1
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
using zend_hash_str_find+zend_hash_str_find_ptr instead of zend_hash_find
yatsukhnenko
committed
12d2988
View commit details
Copy full SHA for 12d2988
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
ZEND_HASH_FOREACH_VAL macro
yatsukhnenko
committed
7c9824d
View commit details
Copy full SHA for 7c9824d
View code at this point
Browse repository at this point
Commits on Aug 15, 2016
redis_array_impl.c refactoring
yatsukhnenko
committed
9950a11
View commit details
Copy full SHA for 9950a11
View code at this point
Browse repository at this point
Commits on Jul 30, 2016
replace emalloc+memcpy with estrndup
yatsukhnenko
committed
e8fb3b7
View commit details
Copy full SHA for e8fb3b7
View code at this point
Browse repository at this point
This fixes issue #908
yatsukhnenko
committed
c7a8c3b
View commit details
Copy full SHA for c7a8c3b
View code at this point
Browse repository at this point
Commits on Jul 1, 2016
Segfault and memory leak fixes for pull request
Show description for 9df734a
michael-grunder
committed
9df734a
View commit details
Copy full SHA for 9df734a
View code at this point
Browse repository at this point
Move ra->count initialization to ra_load_hosts
yatsukhnenko
committed
14a41a6
View commit details
Copy full SHA for 14a41a6
View code at this point
Browse repository at this point
Commits on Feb 13, 2016
More IPv6 additions
Show description for 3012052
michael-grunder
committed
3012052
View commit details
Copy full SHA for 3012052
View code at this point
Browse repository at this point
Commits on May 7, 2015
Merge remote
michael-grunder
committed
fb05979
View commit details
Copy full SHA for fb05979
View code at this point
Browse repository at this point
Commits on May 6, 2015
Updates to fix rebase issues
michael-grunder
committed
90a7cf4
View commit details
Copy full SHA for 90a7cf4
View code at this point
Browse repository at this point
Commits on May 5, 2015
Added RedisArray and RedisCluster to config.w32 and more win32 fixes
Show description for 69c6c04
michael-grunder
committed
69c6c04
View commit details
Copy full SHA for 69c6c04
View code at this point
Browse repository at this point
Sorted a memory leak in RedisArray and retabbed unit tests
michael-grunder
committed
97c9edc
View commit details
Copy full SHA for 97c9edc
View code at this point
Browse repository at this point
More RedisCluster fixes
Show description for 0b269cb
michael-grunder
committed
0b269cb
View commit details
Copy full SHA for 0b269cb
View code at this point
Browse repository at this point
Fix rehashing memory leaks
Show description for 9c4de06
michael-grunder
committed
9c4de06
View commit details
Copy full SHA for 9c4de06
View code at this point
Browse repository at this point
Fix memory leaks in RedisArray (backport from develop)
michael-grunder
committed
887eff0
View commit details
Copy full SHA for 887eff0
View code at this point
Browse repository at this point
Commits on Jan 30, 2015
Remove unused variable
michael-grunder
committed
f0f341e
View commit details
Copy full SHA for f0f341e
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
Fix rehashing memory leaks
Show description for 6dcc950
michael-grunder
committed
6dcc950
View commit details
Copy full SHA for 6dcc950
View code at this point
Browse repository at this point
Fix some simple leaks in RedisArray
Show description for f37574e
michael-grunder
committed
f37574e
View commit details
Copy full SHA for f37574e
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
Iterate over hosts hash table in a safer way
Michael Maclean
committed
9f6edf8
View commit details
Copy full SHA for 9f6edf8
View code at this point
Browse repository at this point
Replace calls to zend_hash_quick_find with NULL arguments
Michael Maclean
committed
a308b81
View commit details
Copy full SHA for a308b81
View code at this point
Browse repository at this point
Commits on Oct 20, 2014
Allow integer connect_timeout in RedisArray
Show description for 66cdeb6
michael-grunder
committed
66cdeb6
View commit details
Copy full SHA for 66cdeb6
View code at this point
Browse repository at this point
Commits on Jul 1, 2014
fix unreferenced variable warnings
weltling
committed
cdd4557
View commit details
Copy full SHA for cdd4557
View code at this point
Browse repository at this point
Merge remote-tracking branch 'vostok4/master'
Show description for 4d25337
weltling
committed
4d25337
View commit details
Copy full SHA for 4d25337
View code at this point
Browse repository at this point
added redis array stuff to win part done some fixes to it
weltling
committed
6c377ee
View commit details
Copy full SHA for 6c377ee
View code at this point
Browse repository at this point
Commits on Apr 9, 2014
Merge nicolasff:b9a16b5ad5 in, fixing for Win32
Show description for 9c12c40
f0ff886f
committed
9c12c40
View commit details
Copy full SHA for 9c12c40
View code at this point
Browse repository at this point
Commits on Mar 11, 2014
Merge branch 'hotfix/ra_autorehash' into develop
Show description for c81a954
michael-grunder
committed
c81a954
View commit details
Copy full SHA for c81a954
View code at this point
Browse repository at this point
Commits on Mar 10, 2014
Fix autorehashing in RedisArray
Show description for f72a317
michael-grunder
committed
f72a317
View commit details
Copy full SHA for f72a317
View code at this point
Browse repository at this point
Commits on Mar 9, 2014
Merge branch 'hotfix/ra_type_check' into develop
michael-grunder
committed
6194d45
View commit details
Copy full SHA for 6194d45
View code at this point
Browse repository at this point
Data type check on redis array host info
Show description for 0bf1971
michael-grunder
committed
0bf1971
View commit details
Copy full SHA for 0bf1971
View code at this point
Browse repository at this point
Commits on Feb 23, 2014
Cleanup merge
michael-grunder
committed
893c15a
View commit details
Copy full SHA for 893c15a
View code at this point
Browse repository at this point
fix for parsing ini value from string (atol should have been atof)
Mike
authored and
michael-grunder
committed
e3403e9
View commit details
Copy full SHA for e3403e9
View code at this point
Browse repository at this point
add support for 'connect_timeout' option for redis arrays
Show description for 6f5e47c
Mike
authored and
michael-grunder
committed
6f5e47c
View commit details
Copy full SHA for 6f5e47c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.