Bug #26913
closedWrong value for "UNIX/CGI" when using fcgid
100%
Description
In "Basic Configuration"->"System Information" the wrong value for "UNIX/CGI" is displayed when using fcgid.
While all starting scripts (index.php, typo3/init.php) correctly check CGI by :
(PHP_SAPI == 'fpm-fcgi' || PHP_SAPI == 'cgi' || PHP_SAPI == 'isapi' || PHP_SAPI == 'cgi-fcgi')
in the tx_install.php [569] the check is:
(PHP_SAPI == 'cgi' ? 'YES' : 'NO')
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I644a50af9cf966d1b8923bb94a8a52a0aba0090d has been pushed to the review server.
It is available at http://review.typo3.org/2323
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Ic4a0494e0698b58b8abc0ff361df4a904c9dabcd has been pushed to the review server.
It is available at http://review.typo3.org/2324
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I644a50af9cf966d1b8923bb94a8a52a0aba0090d has been pushed to the review server.
It is available at http://review.typo3.org/2323
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change Ic4a0494e0698b58b8abc0ff361df4a904c9dabcd has been pushed to the review server.
It is available at http://review.typo3.org/2324
Updated by Oliver Hader over 13 years ago
- Target version changed from 4.5.3 to 4.5.4
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change I644a50af9cf966d1b8923bb94a8a52a0aba0090d has been pushed to the review server.
It is available at http://review.typo3.org/2323
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change Ic4a0494e0698b58b8abc0ff361df4a904c9dabcd has been pushed to the review server.
It is available at http://review.typo3.org/2324
Updated by Mr. Hudson over 13 years ago
Patch set 4 of change Ic4a0494e0698b58b8abc0ff361df4a904c9dabcd has been pushed to the review server.
It is available at http://review.typo3.org/2324
Updated by Markus Klein over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset a115fb9234cb08c5b9329729fddbe87e625b2a8b.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed