Voilà le contenu (qui nous interesse) d'un phpinfo();
J'ai donc installé manuellement PHP5.2.5 avec la configuration suivante.
Je n'arrive cependant pas à "charger" par défaut mon php.ini situé dans /etc/php
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
Configure Command 	 './configure' '--sysconfdir=/etc/php' '--enable-debug' '--enable-magic-quotes' '--with-openssl' '--with-zlib' '--with-bz2' '--enable-calendar' '--with-curl' '--with-gdbm' '--enable-ftp' '--with-gd' '--with-gettext' '--with-mcrypt' '--with-mhash' '--enable-zip' '--with-kerberos' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql' '--with-config-file-path=/etc/php' '--with-xsl' '--enable-shared' '--with-curlwrappers' '--enable-zip' '--enable-exif' '--enable-mbstring' '--with-config-file-scan-dir=/etc/php/more'
Server API 	Apache 2.0 Handler
Virtual Directory Support 	disabled
Configuration File (php.ini) Path 	/etc/php
Loaded Configuration File 	(none)
Scan this dir for additional .ini files 	/etc/php/more
Comment y parvenir ?