Skip to content

Make php7.3 compatible - #11745

Merged
MorrisJobke merged 2 commits into
masterfrom
ci/php73
Oct 11, 2018
Merged

Make php7.3 compatible#11745
MorrisJobke merged 2 commits into
masterfrom
ci/php73

Conversation

@rullzer

Copy link
Copy Markdown
Member

No description provided.

@rullzerrullzer added this to the Nextcloud 15 milestone Oct 10, 2018
@rullzer

Copy link
Copy Markdown
MemberAuthor

same issue as in #11746

Will fix once that is in

@MorrisJobke

Copy link
Copy Markdown
Member

Will fix once that is in

It is merged.

@rullzer

Copy link
Copy Markdown
MemberAuthor

rebased

@rullzerrullzer added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Oct 11, 2018
Comment threadlib/versioncheck.php Outdated
// Show warning if > PHP 7.3 is used as Nextcloud is not compatible with > PHP 7.3 for now
if (version_compare(PHP_VERSION, '7.4.0') !== -1) {
http_response_code(500);
echo 'This version of Nextcloud is not compatible with > PHP 7.2.<br/>';

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This also needs to be updated.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

done

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
@MorrisJobke
MorrisJobke merged commit 6e56a7b into masterOct 11, 2018
@MorrisJobke
MorrisJobke deleted the ci/php73 branch October 11, 2018 10:23
@rullzerrullzer mentioned this pull request Oct 12, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsenhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@rullzer@MorrisJobke@nickvergessen