FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · php-memcached-dev/php-memcached · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
php-memcached-dev
/
php-memcached
Public
Notifications
You must be signed in to change notification settings
Fork
326
Star
1k
Code
Issues
46
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jun 1, 2026
Add configure option --with-zstd to package.xml so it can be used with PECL (#579)
Show description for 0b52d36
chschneider
and
Christian Schneider
authored
0b52d36
View commit details
Copy full SHA for 0b52d36
Browse repository at this point
fix build on PHP 8.6+ (#580)
Show description for 3c73b4f
pavetheway91
authored
3c73b4f
View commit details
Copy full SHA for 3c73b4f
Browse repository at this point
Commits on Oct 13, 2025
Mark as next dev version 3.4.1dev
sodabrew
committed
4ef6dce
View commit details
Copy full SHA for 4ef6dce
Browse repository at this point
Release 3.4.0
sodabrew
committed
ce37962
View commit details
Copy full SHA for ce37962
Browse repository at this point
Release 3.4.0 with tests for PHP 8.5 (#575)
sodabrew
authored
44868b5
View commit details
Copy full SHA for 44868b5
Browse repository at this point
Commits on Jul 30, 2025
use Zend/zend_smart_string.h (#574)
remicollet
authored
de7d53d
View commit details
Copy full SHA for de7d53d
Browse repository at this point
Commits on Jul 15, 2025
use zend_ce_exception (#573)
remicollet
authored
bb83855
View commit details
Copy full SHA for bb83855
Browse repository at this point
Commits on Oct 17, 2024
back to dev
m6w6
committed
bfcd9e7
View commit details
Copy full SHA for bfcd9e7
Browse repository at this point
release v3.3.0
m6w6
committed
b0b8269
View commit details
Copy full SHA for b0b8269
Browse repository at this point
Commits on Oct 16, 2024
Update libmemcached to 1.1.4 for Windows CI
cmb69
authored and
m6w6
committed
9243f1f
View commit details
Copy full SHA for 9243f1f
Browse repository at this point
Commits on Oct 15, 2024
Update setup-php-sdk to v0.10
cmb69
authored and
m6w6
committed
089a367
View commit details
Copy full SHA for 089a367
Browse repository at this point
Cater to yet missing libmemcached-vs17
Show description for c6f7d8d
cmb69
authored and
m6w6
committed
c6f7d8d
View commit details
Copy full SHA for c6f7d8d
Browse repository at this point
Use new download server
Show description for 8877b9a
cmb69
authored and
m6w6
committed
8877b9a
View commit details
Copy full SHA for 8877b9a
Browse repository at this point
Test PHP 8.4 on Windows, too
Show description for cf30549
cmb69
authored and
m6w6
committed
cf30549
View commit details
Copy full SHA for cf30549
Browse repository at this point
Actually enable caching
cmb69
authored and
m6w6
committed
6195727
View commit details
Copy full SHA for 6195727
Browse repository at this point
Use setup-php-sdk caching
Show description for 6189c32
cmb69
authored and
m6w6
committed
6189c32
View commit details
Copy full SHA for 6189c32
Browse repository at this point
Commits on Oct 4, 2024
release v3.3.0RC1
Show description for 25a192c
m6w6
committed
25a192c
View commit details
Copy full SHA for 25a192c
Browse repository at this point
Commits on Sep 26, 2024
prepare v3.3.0RC1
Show description for 2719e1e
m6w6
committed
2719e1e
View commit details
Copy full SHA for 2719e1e
Browse repository at this point
ci: supply a name for the ubuntu workflow
m6w6
committed
3ca10ec
View commit details
Copy full SHA for 3ca10ec
Browse repository at this point
Merge pull request #556 from rlerdorf/check_key_fix
Show description for 270c06b
m6w6
authored
270c06b
View commit details
Copy full SHA for 270c06b
Browse repository at this point
Merge branch 'master' into check_key_fix
m6w6
authored
4b5decd
View commit details
Copy full SHA for 4b5decd
Browse repository at this point
Check for spaces in keys when using the non-binary protocol even if key verification is disabled to avoid injection issues
rlerdorf
authored and
m6w6
committed
d15c2e2
View commit details
Copy full SHA for d15c2e2
Browse repository at this point
Fix more tests with a slight refactor
rlerdorf
authored and
m6w6
committed
da71ae0
View commit details
Copy full SHA for da71ae0
Browse repository at this point
fix tests
rlerdorf
authored and
m6w6
committed
198e9b3
View commit details
Copy full SHA for 198e9b3
Browse repository at this point
If client-side verify_key is not enabled, don't check it automatically
rlerdorf
authored and
m6w6
committed
0987380
View commit details
Copy full SHA for 0987380
Browse repository at this point
Added a composer.json to enable support for PIE
asgrim
authored and
m6w6
committed
7227982
View commit details
Copy full SHA for 7227982
Browse repository at this point
Fix incompatible pointer types
remicollet
authored and
m6w6
committed
899f0d5
View commit details
Copy full SHA for 899f0d5
Browse repository at this point
Commits on Sep 25, 2024
ci: ubuntu already ships with awesomized/libmemcached
m6w6
committed
8a6b0c7
View commit details
Copy full SHA for 8a6b0c7
Browse repository at this point
ci: attempt to fix windows build
m6w6
committed
93c1bc4
View commit details
Copy full SHA for 93c1bc4
Browse repository at this point
Commits on May 16, 2024
docs: fix build status on README.md (#558)
blkperl
authored
d8d99f0
View commit details
Copy full SHA for d8d99f0
Browse repository at this point
CI: Add PHP 8.3 to the required matrix, add PHP 8.4 to experimental (#557)
blkperl
authored
abd372b
View commit details
Copy full SHA for abd372b
Browse repository at this point
Commits on Mar 7, 2024
The key length check was not taking the prefix into account
rlerdorf
committed
7f31d86
View commit details
Copy full SHA for 7f31d86
Browse repository at this point
Commits on Dec 28, 2023
Correct whitespace formatting (#553)
rposky
authored
dfd038f
View commit details
Copy full SHA for dfd038f
Browse repository at this point
Commits on Oct 24, 2023
Bump actions/checkout from 3 to 4 (#548)
Show description for eb39e46
dependabot[bot]
authored
eb39e46
View commit details
Copy full SHA for eb39e46
Browse repository at this point
Bump actions/checkout from 2 to 3 (#534)
Show description for d2b1172
dependabot[bot]
authored
d2b1172
View commit details
Copy full SHA for d2b1172
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL