サーバー全体に複数のファイルを含めようとしているので、etc/php.ini
数行あります。
;Blowfish password
auto_prepend_file="/plugins/phpass-0.3/PasswordHash.php"
;WhoIs lookup
auto_prepend_file="/plugins/phpwhois-4.2.2/whois.main.php"
;IP database
;auto_prepend_file="/plugins/GeoIP/geoip.inc"
auto_prepend_file="/plugins/GeoIP/geoipcity.inc"
最後のものだけauto_prepend_file
が受け入れられているか、他のものを上書きしているように見えます。
複数のファイルを含めるにはどうすればよいですか?