$my_string = filter_input(INPUT_GET, 'type', FILTER_SANITIZE_STRING);
$log = "log.txt";
$ln = "\r\n";
file_put_contents($log, json_encode($my_string).$ln, FILE_APPEND);
https://www.phparch.com/2010/07/never-use-_get-again/
local fw or softw has a ton of magic rules, so it too difficult to follow because we have to fill up mind with them and feel unhappy with these rules.
Document is poor, in addition is local languages.
Another problems are communication between BrSE and dev team.
Notes on vagrant up:
1. cronjob
2. aliases
3. mysql log
4. apache config
...
or in shorter:
1. config system
2. config user (aliases) ...
3. config app (LAMP)
If these config/setting has not been added to vg script => we need backup these and append after vg provision or up. (vg up do not reset these value), only provision or reset ?
http://stackoverflow.com/questions/18761239/apache-server-reached-maxclients-setting-consider-raising-the-maxclients-settin
$log = "log.txt";
$ln = "\r\n";
file_put_contents($log, json_encode($my_string).$ln, FILE_APPEND);
https://www.phparch.com/2010/07/never-use-_get-again/
local fw or softw has a ton of magic rules, so it too difficult to follow because we have to fill up mind with them and feel unhappy with these rules.
Document is poor, in addition is local languages.
Another problems are communication between BrSE and dev team.
Notes on vagrant up:
1. cronjob
2. aliases
3. mysql log
4. apache config
...
or in shorter:
1. config system
2. config user (aliases) ...
3. config app (LAMP)
If these config/setting has not been added to vg script => we need backup these and append after vg provision or up. (vg up do not reset these value), only provision or reset ?
http://stackoverflow.com/questions/18761239/apache-server-reached-maxclients-setting-consider-raising-the-maxclients-settin
Comments
Post a Comment