Php - PhpInfo

Card Puncher Data Processing

About

The phpinfo command gives information on your php environment and is used to check the configuration of a running environment.

Access

Command line

php -i gives you phpinfo information at the command line.

php -i

php web page

Create a page phpinfo.php with the following code and get it from your webserver

<?php phpinfo(); ?>





Discover More
Phpinfo Mbstring Enabled
Dokuwiki - Dev environment Configuration and Installation

This is the installation and configuration of the dokuwiki development platform on Windows that we use. slow. Docker with the last WSL2 is really, really slow if you don't work in WSLkeep it simpleVisual...
Xdebug Phpinfo
How to install Php Xdebug ?

Xdebug is a php debugger and profiler. This article show you how to install and configure xdebug on your system. You can install xdebug with one of the following possibilities * Go to the...
Phpinfo Fastcgi
How to install the Apache FastCgi module on Windows ?

This article will show you how to install FastCgi on a Apache HTTP server thanks to the FastCGI Module of Apache It's a configuration step in the Windows installation. The FastCgI module is not...
Card Puncher Data Processing
PHP - Configuration (php.ini)

The whole configuration of PHP is done within the file The php home directory must be in the PATH. The following components need a configuration:
Card Puncher Data Processing
Php - Version

There is three component that identifies a php version. The version itself The thread safety(nts or not in the distribution file) The Visual Studio compiler version NTS means non thread safe....



Share this page:
Follow us:
Task Runner