|
88 | 88 | <div id="php-rawpost" class="rediness-check-item" ng-show="rawpost.visible">
|
89 | 89 |
|
90 | 90 | <h3 class="readiness-check-title" ng-hide="version.processed">
|
91 |
| - Checking PHP Version and PHP Raw Post Data Settings... |
| 91 | + Checking PHP Settings... |
92 | 92 | </h3>
|
93 | 93 |
|
94 | 94 | <div ng-show="rawpost.processed" ng-switch="rawpost.responseType">
|
|
98 | 98 | <span class="readiness-check-icon icon-success-round"></span>
|
99 | 99 |
|
100 | 100 | <div class="readiness-check-content">
|
101 |
| - <h3 class="readiness-check-title">PHP Raw Post Data Check</h3> |
| 101 | + <h3 class="readiness-check-title">PHP Settings Check</h3> |
102 | 102 | <p>
|
103 |
| - You are not populating raw_post_data or your PHP version is less than 5.6.0 |
| 103 | + Your PHP setting is correct. |
104 | 104 | </p>
|
105 | 105 | </div>
|
106 | 106 |
|
|
110 | 110 |
|
111 | 111 | <div class="rediness-check-side">
|
112 | 112 | <p class="side-title">Need Help?</p>
|
113 |
| - <a href="http://www.php.net/docs.php" target="_blank">PHP Documentation</a> |
| 113 | + <a href="http://php.net/manual/en/ini.core.php#ini.always-populate-raw-post-data" target="_blank">PHP Documentation</a> |
114 | 114 | </div>
|
115 | 115 |
|
116 | 116 | <span class="readiness-check-icon icon-failed-round"></span>
|
117 | 117 |
|
118 | 118 | <div class="readiness-check-content">
|
119 |
| - <h3 class="readiness-check-title">PHP Raw Post Data Check</h3> |
| 119 | + <h3 class="readiness-check-title">PHP Settings Check</h3> |
120 | 120 | <p>
|
121 |
| - Your PHP Version is {{rawpost.data.version}}<br /> |
122 |
| - always_populate_raw_post_data = {{rawpost.data.ini}}. |
| 121 | + Your PHP Version is {{rawpost.data.version}}, but always_populate_raw_post_data = {{rawpost.data.ini}}. |
123 | 122 | <a href="#php-rawpost" ng-click="updateOnExpand(rawpost)">
|
124 | 123 | <span ng-hide="rawpost.expanded">Show detail</span>
|
125 | 124 | <span ng-show="rawpost.expanded">Hide detail</span>
|
126 | 125 | </a>
|
127 | 126 | </p>
|
128 | 127 | <p ng-show="rawpost.expanded">
|
129 |
| - $HTTP_RAW_POST_DATA is deprecated from PHP 5.6 onwards and will stop the installer from running, |
130 |
| - please open your php.ini file and set always_populate_raw_post_data to -1 (uncomment if necessary) |
| 128 | + $HTTP_RAW_POST_DATA is deprecated from PHP 5.6 onwards and will stop the installer from running. |
| 129 | + Please open your php.ini file and set always_populate_raw_post_data to -1. |
131 | 130 | </p>
|
132 | 131 | <p ng-show="rawpost.expanded">If you need more help please call your hosting provider.</p>
|
133 | 132 | </div>
|
|
0 commit comments