Skip to content

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
$patch = $version;
$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.

4 participants