- Joined
- Aug 18, 2021
- Messages
- 2
- Points
- 1
Hello everyone,
I was not much of a PHP fan, because I've been using and creating websites on WordPress (the beloved drag and drop drama). When practicing on PHP, I learned about the php error logging and noticed that by default, the error log in PHP is disabled and you can enable the error log in one of two ways: by editing php. ini or by using ini_set. Fortunately, I found an article that helps me in enabling PHP error logging. I'm just curious to know that why on the initial stage they haven't build-up the criteria to be enabled before, I mean it will be good if the default function is enabled during the PHP error logging stuff.
I was not much of a PHP fan, because I've been using and creating websites on WordPress (the beloved drag and drop drama). When practicing on PHP, I learned about the php error logging and noticed that by default, the error log in PHP is disabled and you can enable the error log in one of two ways: by editing php. ini or by using ini_set. Fortunately, I found an article that helps me in enabling PHP error logging. I'm just curious to know that why on the initial stage they haven't build-up the criteria to be enabled before, I mean it will be good if the default function is enabled during the PHP error logging stuff.