Finding information about your PHP install

Create a page called something like phpinfo.php with the following contents

<?php phpinfo(); ?>

And place it in your webserver document root. Call this via your browser and it will display all kinds of useful info about your php install. From the version to the location of php.ini to the modules installed.

Recent Changes

Contribute to this wiki

Why not help others by sharing your knowledge? Contribute something to this wiki and join out hall of fame!
Contact us for a user name and password