Snippets tagged “ini”
5 snippets use this tag.
- Disabling Strict Standards in PHP 5.4PHP
To disable strict standards in PHP 5.4, you can add the following line of code to your PHP script:
- How can I enable the MySQLi extension in PHP 7?PHP
To enable the MySQLi extension in PHP 7, you need to follow these steps.
- How to Configure XAMPP to Send Email from Localhost with PHPPHP
Here is a short tutorial that will assist you in configuring XAMPP to send email from localhost using PHP.
- PHP-FPM doesn't write to error logPHP
There are a few things you can try to troubleshoot this issue:
- Resolving Memory Limit ExceededPHP
This error message means that your PHP script is trying to use more memory than what is allowed by your PHP configuration.