Add an option in starter.ini to generate a phpinfo.php to /public #168
Labels
enhancement
New feature or request
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
Milestone
Problem this feature will solve
A phpinfo.php page must be created manually in
public/
when debugging PHP extensions and PHP versions and PHP packages.Background
A phpinfo page for a php project increases the DevX.
Proposed Solution
Add a name value pair in the
[PHP]
section ofstarter.ini
. The default value should be 1 (yes):generate_phpinfo=1
If a value is set to anything other than
1
then do not generate aphpinfo.php
file inpublic/
Constraints and Assumptions
<! -- Any constraints and/or assumption relevant for the development and use of this feature? -->
Alternatives or Workarounds
Add a
phpinfo.php
page to/public
manually each time you create a workspace for a project.Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: