summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorTiffany <tiffany.k.taylor@gmail.com>2018-09-02 14:48:41 -0500
committerPeter Kokot <peterkokot@gmail.com>2018-09-03 22:04:37 +0200
commit318b34da054b8297d0eca4f71d6083e2c6fcf3f3 (patch)
tree94bdd9ad262deb36fba34557186cd632076e9f35 /php.ini-development
parente0b91051ae757f4a4eb71dcf17cbc3b108cfa60b (diff)
downloadphp-git-318b34da054b8297d0eca4f71d6083e2c6fcf3f3.tar.gz
Update grammar and clarify wording in couple places
On line 512, I clarified the sentence which uses effect, previously the sentence was awkward. On line 656, the wrong word is used, I changed affect to effect.
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development4
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-development b/php.ini-development
index 9edeb0780a..0457256390 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -509,7 +509,7 @@ ignore_repeated_errors = Off
ignore_repeated_source = Off
; If this parameter is set to Off, then memory leaks will not be shown (on
-; stdout or in the log). This has only effect in a debug compile, and if
+; stdout or in the log). This is only effective in a debug compile, and if
; error reporting includes E_WARNING in the allowed list
; http://php.net/report-memleaks
report_memleaks = On
@@ -663,7 +663,7 @@ register_argc_argv = Off
; first used (Just In Time) instead of when the script starts. If these
; variables are not used within a script, having this directive on will result
; in a performance gain. The PHP directive register_argc_argv must be disabled
-; for this directive to have any affect.
+; for this directive to have any effect.
; http://php.net/auto-globals-jit
auto_globals_jit = On