Page MenuHomeDevCentral

Build PHP 7.1.0
ClosedPublic

Authored by dereckson on Dec 19 2016, 13:47.
Tags
None
Referenced Files
F7621797: D758.id1907.diff
Tue, Apr 29, 21:53
F7598521: D758.id1901.diff
Tue, Apr 29, 11:34
F7597236: D758.id1906.diff
Tue, Apr 29, 10:44
F7587348: D758.id.diff
Tue, Apr 29, 06:41
F7584903: D758.id1902.diff
Tue, Apr 29, 05:47
Unknown Object (File)
Mon, Apr 28, 14:50
Unknown Object (File)
Mon, Apr 28, 08:27
Unknown Object (File)
Thu, Apr 24, 11:35
Subscribers
None

Details

Summary

Ref T625

Test Plan
  • Build image, run phpinfo
  • Build notifications center image

Diff Detail

Repository
rDPHPVIIFPM Docker image to install nginx, PHP 7 and fpm
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
arcpatch-D758
Build Status
Buildable 1149
Build 1367: arc lint + arc unit

Event Timeline

dereckson added inline comments.
Dockerfile
29

\

64

space issue + \ forfotten

dereckson edited edge metadata.

EOL and whitespace issues

New GPG key for PHP 7.1: A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0

dereckson marked 2 inline comments as done.EditedDec 19 2016, 20:52

Okay, make test gives all test passing, excepted one marked in testing code as expected to fail:

Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization [ext/standard/tests/strings/bug72663_3.phpt] (warn: XFAIL section but test passes)

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7124

dereckson edited edge metadata.
This revision is now accepted and ready to land.Dec 19 2016, 21:00

always_populate_raw_post_data has been removed in PHP 7, no need to disable it anymore.

This revision was automatically updated to reflect the committed changes.