Snippets tagged “phpinfo”
11 snippets use this tag.
- Check if xdebug is workingPHP
To check if Xdebug is working, you can try the following steps:
- Enable PHP Apache2PHP
To enable PHP for Apache2 on Ubuntu, follow these steps:
- How can I find the version of php that is running on a distinct domain name?PHP
There are a few ways to find out the version of PHP running on a specific domain name.
- How do you get php working on Mac OS X?PHP
To get PHP working on Mac OS X, you can follow these steps:
- how to change php version in htaccess in serverPHP
To change the PHP version for your website using an .htaccess file, you can use the AddHandler directive.
- How to check where Apache is looking for a php.ini file?PHP
You can check where Apache is looking for the php.ini file by running the command php --ini in the command line.
- How to install MySQLi on MacOSPHP
To install MySQLi on a Mac, you will first need to install the MySQL database server on your machine.
- How to locate the php.ini file (xampp)PHP
The location of the php.ini file depends on how you installed XAMPP.
- Upgrading PHP in XAMPP for Windows?PHP
To upgrade PHP in XAMPP for Windows, you will need to follow these steps.
- Where Does PHP Store Error LogPHP
In this short tutorial, we are going to represent to you how to find where the PHP error log is located.
- Where is the php.ini file on a Linux/CentOS PC?PHP
On a CentOS system, the php.ini file is usually located in the /etc directory.