Skip to content
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

[stable9] libxml - compare against loaded version #629

Merged
merged 1 commit into from
Jul 28, 2016

Conversation

MorrisJobke
Copy link
Member

fixes #205

@kasi45 @nickvergessen @LukasReschke @rullzer Please review :)

* if the compiled in version is older than the loaded version Nextcloud doesn't work
* uses the loaded libxml version to check against

fixes #205
@MorrisJobke MorrisJobke added the 3. to review Waiting for reviews label Jul 28, 2016
@MorrisJobke MorrisJobke added this to the Nextcloud 9.0.54 milestone Jul 28, 2016
$errors[] = array(
'error' => $l->t('libxml2 2.7.0 is at least required. Currently %s is installed.', [LIBXML_DOTTED_VERSION]),
'error' => $l->t('libxml2 2.7.0 is at least required. Currently %s is installed.', [$major . '.' . $minor . '.' . $patch]),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... currently loaded

@rullzer
Copy link
Member

rullzer commented Jul 28, 2016

LGTM

1 similar comment
@LukasReschke
Copy link
Member

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants