Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
memcached: upgrade 1.6.9 + DSM7 support #4522
memcached: upgrade 1.6.9 + DSM7 support #4522
Changes from 24 commits
5c64223
226222d
902e170
160113f
318bcf3
ddb30a7
596912d
879a0a9
345583c
b478819
57d5c37
af8ed11
cbd20cc
81eb80f
c0a2b9b
e2c1ffe
f142ea1
7bda705
1d69e5d
e59fa97
3a62fea
da8abee
febf56e
fd54345
fd55dcb
73a8a45
b6aa2ce
6b37ef4
31c93be
2dadf1c
ac1ae8c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ymartin59, @publicarray some time ago we added the generation of
app/config
files.For this package we do not want the generated
app/config
for the service but one for the included phpMemcachedAdmin web interface.The app/config file is used with DSM < 7 only, as for DSM 7 the web UI is defined in the resources file and app/config seems to be ignored.
So a lot of packages still have a
src/app/config
file in the spk folder, and we will have to validate, whether those match the generated one. Matching config files could be removed and for different files we have to applyDSM_UI_CONFIG
too.This file was deleted.
This file was deleted.