Skip to content

More work on pecl-memcache #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 96 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
aeb2cf8
Added detection of non-standard php include dirs
May 22, 2007
ae9d2fb
Don't failover on "object to large" errors
May 24, 2007
6eb2178
ignore *.gcno
nunoplopes Jun 4, 2007
2c5568f
fix build
tony2001 Jun 4, 2007
f685bca
fix PECL bug #11221 (Double free when returning cached object with __…
tony2001 Jun 4, 2007
80282ee
- Fixed faulty usage of PHP_ARG_ENABLE. (needs to be told when used a…
Jul 2, 2007
81bf958
ignore *.gcda
nunoplopes Jul 14, 2007
5db89a2
ignore *.mem
nunoplopes Jul 14, 2007
6d0fe59
Merged hash function abstraction from branch
Sep 2, 2007
5c13320
Use $phpincludedir instead of manually looking for includes
Sep 4, 2007
476c711
Prepare for release 2.2.0
Sep 21, 2007
6da305d
Improved error handling and reporting
Sep 23, 2007
e565973
Updated failure callback test to include new errstr and errnum parame…
Sep 23, 2007
684d1b1
return false if an empty array of keys was passed to memcache_get()
tony2001 Oct 11, 2007
74f599a
Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions breaks)
Oct 17, 2007
715af3e
Added argument to Memcache::get() that receives the flags for retriev…
Oct 17, 2007
2c0dc66
Added missing files
Oct 17, 2007
303ceb1
Fixed problem with keys being modified in-place by some methods
Nov 1, 2007
e6398f5
Reverted ugly PHP4 include dir detection
Nov 1, 2007
b694a78
Modified some unittests to run on PHP4 and PHP6
Nov 1, 2007
a8df7c9
Fixed Bug #12494 Segmentation fault when Exception thrown in the call…
Nov 21, 2007
83ef12f
Fixed win32 build
Nov 26, 2007
5942d34
Added configure option for PEAR installer to disable session handler …
Jan 5, 2008
e6d5c0d
Fixed problem with unserialize and duplicate values
Jan 9, 2008
0dc0ed0
Added non-serialized test
Jan 9, 2008
52efa93
Updated release notes
Jan 9, 2008
7b2f6fa
Changed behaviour of close() to actually remove all servers from pool…
Jan 10, 2008
d16bc83
Added unittest for close() in loop
Jan 10, 2008
fb6d1c8
fix win32 build
tony2001 Jan 11, 2008
a280d8d
Fixed PECL bug #12883 (Breaks UTF-8 in keys)
Jan 11, 2008
603f49c
Changed .h file role from doc to src for compat with new PEAR installer
Jan 27, 2008
62cee05
add extension version both to the module struct and phpinfo() output
tony2001 Feb 5, 2008
9d28b78
Added automatic package version replacement via pear packager/installer
Feb 5, 2008
1775c79
Fixed Bug #13343 (compilation breaks with CodeWarrior compiler)
Mar 17, 2008
bbe8d45
- Bring the majority of PECL extensions into line with macro/x.x.x ve…
Mar 31, 2008
c9f6ec8
Fixed PECL bug #13546 (Session handler through unix socket)
Apr 16, 2008
823395b
Fixed Bug #13780 Misspelled function name
May 19, 2008
6c85446
Added memcached stats script from Harun Yayli
Jun 3, 2008
1caceae
Fixed server weight not being used in the session handler
Jun 3, 2008
1a6f1b8
Fixed PECL bug #14239 (Memcache::set() modifies value parameter)
Jun 25, 2008
0ce9c19
Merged test from non-blocking-branch
Jun 25, 2008
f5679be
mmc is uninitialized at this point
tony2001 Jul 8, 2008
bafb4f5
update my email address (sorry for the noise..)
tony2001 Aug 16, 2008
d18be60
allocate/free mmc->error using proper functions
tony2001 Aug 19, 2008
2050484
Fixed PECL request #13725 (unnecessary allocations in mmc_consistent_…
Sep 11, 2008
55e3945
Updated to latest version of memcache.php
Sep 11, 2008
c9c414b
Don't fail the server if unserialize/uncompress fail but rather retur…
Sep 11, 2008
321fb38
Prepare for release 2.2.4
Sep 11, 2008
3d43462
fix status
tony2001 Sep 19, 2008
d8aed18
use spprintf() to simplify the code
tony2001 Sep 25, 2008
8f933d3
note to self: test before commit
tony2001 Oct 25, 2008
77005ee
5_3 compatibility
tony2001 Oct 25, 2008
2f67af3
Add setoptimeout - Sets the timeout, in milliseconds, for subsequent
rlerdorf Dec 15, 2008
44e5593
fix ws & cs
tony2001 Dec 16, 2008
d482408
Improved performance of consistent hash strategy
Jan 15, 2009
d895787
Fixed PECL request #13758 (Failed to extract 'connection' variable fr…
Jan 15, 2009
7479cc3
Preparations for release 2.2.5
Feb 27, 2009
5b5ecc3
- add dep to session
pierrejoye Apr 8, 2009
783fd8b
- new lines conversion, mac to unix
pierrejoye Apr 8, 2009
df60aac
- silent warning
pierrejoye Apr 8, 2009
601473e
- correct include
pierrejoye Apr 8, 2009
5aa1648
- fix shared build
pierrejoye Apr 8, 2009
7865dcf
- Fix build
felipensp Apr 15, 2009
cef1e04
fix a huge number of wrong MIME types. UGH.
Jul 13, 2009
0077c66
- update to package.xml v2
pierrejoye Nov 5, 2009
7d66952
Fixed pecl bug #16536 (Weight of 0 causes SegFault on memcache_add_se…
Mar 24, 2010
05797e1
- #17130, Uninitialized tv.tv_usec (not relevent for non blocking bra…
pierrejoye Mar 26, 2010
8688606
Fix for pecl bug 13623 from Nick
rlerdorf Oct 1, 2010
229ee2b
Fixed pecl bug #19374 (memcache.php throws Notice: Undefined index: V…
Mar 11, 2011
3b6c26c
Remove unintentional changes to memcache.php config
Mar 11, 2011
a5d60be
Fixed PECL Bug #16672 (memcache.php doesn't support unix socket)
Mar 11, 2011
b5bddb6
Fixed return value error get_host_port_from_server().
Mar 27, 2011
5cd6c86
PHP 5.4 compatibility
lstrojny Nov 20, 2011
cbd6122
I think this is what lstrojny meant here
rlerdorf Mar 1, 2012
ab6e48c
Fixed bug #62995 (memcache client Segmentation fault)
laruence Sep 8, 2012
0bd238a
Reverted to revision 327543. Memory leaks.
Sep 23, 2012
2bcc31f
Release 2.2.7
Sep 23, 2012
ce73095
Fix Bug #63141 - Please Provides LICENSE file and tests folder
Sep 23, 2012
91e15c3
Change LICENSE from 3.0.1 to 3.0
Nov 4, 2012
ff0dd92
Fix Bug #63272 - Explicitly reserve range of flags in php_memcache.h …
Nov 4, 2012
ced70ae
applying patch for php bug 73539
mk-j Feb 21, 2017
998c72e
Merge pull request #21 from mk-j/master
tomassrnka Feb 24, 2017
2a5de3c
Use zend_bool for ini bool settings
TysonAndre Aug 9, 2020
2b25d81
Initial work for php 8
Zaffy Sep 24, 2020
0737585
php7 -> php8
Zaffy Sep 24, 2020
4fdcbf9
Merge pull request #71 from TysonAndre/fix-prefix_host_key
tomassrnka Sep 24, 2020
5c1afc0
Merge NON_BLOCKING_IO_php7 into NON_BLOCKING_IO_php8
Zaffy Sep 24, 2020
eb5593a
Add test for #53
Zaffy Oct 1, 2020
cab69b8
Fix support for binary protocol
Zaffy Oct 1, 2020
2ee0fff
php8 -> src
Zaffy Oct 3, 2020
dd73db8
Backwards compatibility with php 7.3, 7.4
Zaffy Oct 3, 2020
6d9a49d
Add test for pecl bug #77900
Zaffy Oct 3, 2020
edb2e4a
Fix some memory leaks
Zaffy Oct 4, 2020
d91338a
Support for reflection
Zaffy Oct 4, 2020
2bded1b
Merge remote-tracking branch 'origin/NON_BLOCKING_IO_php8' into NON_B…
Zaffy Oct 8, 2020
b08007c
Make 'master' a common branch for php7 and php8
Zaffy Oct 8, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading