Good afternoon, maybe this is a game, but the question arose, is it possible to edit the client php.ini with the necessary parameters using cron? Or replace it with a pre-made file
Can. Add to cron
to replace with the finished file:
cat your_php.ini > client_php.ini
or if the version of file-utils > 4.1
cp --reply=yes your_php.ini > client_php.ini
Well, for editing, use text processing utilities (awk sed)