Dépannage informatique à domicile NCT Micro
  Cliquez ici pour vous abonner à ce flux RSS  
<?php
/* Informations sur la configuration à passer avec la fonction phpinfo()

INFO_GENERAL : informations générales (version, emplacement du fichier php.ini, système d'exploitation, etc.)
INFO_CREDITS : informations sur les auteurs
INFO_CONFIGURATION : informations sur la configuration (valeurs des directives)
INFO_MODULES : informations sur les modules chargés, avec leur configuration respective
INFO_ENVIRONNEMENT : informations dur l'environnement
INFO_VARIABLES : valeurs de toutes les variables prédéfinies
INFO_LICENCE : informations sur la licence
INFO_ALL : toutes les informations
*/

echo phpinfo(INFO_GENERAL+INFO_LICENSE);
?>

Résultat de la commande PHP:

phpinfo()
PHP Logo

PHP Version 4.4.3-dev


System Linux phpn10-g5.priv.free.fr
Build Date Nov 5 2007 00:35:00
Server API CGI/FastCGI
PHP API 20020918
PHP Extension 20020429
Zend Extension 20050606
Zend Memory Manager enabled
Thread Safety disabled
Registered PHP Streams php, http, compress.bzip2, compress.zlib

Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

PHP License

This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.


1