File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ Commands
28
28
:ref: `cli-generators-make-test ` for the details.
29
29
- Added ``spark config:check `` command to check Config values. See
30
30
:ref: `confirming-config-values ` for the details.
31
+ - Added ``spark phpini:check `` command to check important PHP ini settings. See
32
+ :ref: `spark-phpini-check ` for the details.
31
33
- Added ``spark lang:find `` command to update translations keys. See :ref: `generating-translation-files-via-command ` for the details.
32
34
- The ``--dbgroup `` option has been added to the ``spark db:table `` command.
33
35
See :ref: `Database Commands <db-command-specify-the-dbgroup >`.
Original file line number Diff line number Diff line change @@ -74,6 +74,23 @@ you will need to modify the permissions for the **writable** folder inside
74
74
your project, so that it is writable by the user or account used by your
75
75
web server.
76
76
77
+ .. _spark-phpini-check :
78
+
79
+ Checking PHP ini Settings
80
+ =========================
81
+
82
+ .. versionadded :: 4.5.0
83
+
84
+ PHP ini settings change the behaviors of PHP. CodeIgniter provides a command to
85
+ check important PHP settings.
86
+
87
+ .. code-block :: console
88
+
89
+ php spark phpini:check
90
+
91
+ The *Recommended * column shows the recommended values for production environment.
92
+ They may differ in development environments.
93
+
77
94
************************
78
95
Local Development Server
79
96
************************
You can’t perform that action at this time.
0 commit comments