You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure newlines are propagated to php.ini file
Bash does not like to capture newlines into variables. As such, this patch concatenates php.ini settings using the string `{NL}`, which is then translated to a newline when pushing to the php.ini settings file.
Fixes#7
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
0 commit comments