I magic_quotes_gpc = Off
php.ini
set ettik, ama phpinfo();
hala On
olduğunu görmek
- Ve sadece bir "the right one" orada denir php.ini
birçok dosya olabilir: Her şeyden önce, size hakkını php.ini
dosyası değiştirilmiş emin olmalıdır.
Sen php.ini
dosyası çıktısında kullanılan hangi görebilirsiniz phpinfo()
: hangi dizini gösterir Configuration File (php.ini) Path
adlı bir girdi olmalıdır {[(0) }] için baktı, ve kullanılan php.ini
dosyanın tam yolunu + adını gösterir Loaded Configuration File
adında bir giriş.
Then : don't forget to restart the webserver, so the modifications to php.ini
are taken into account (Not sure that's necessary with IIS, but as it's required with Apache, I suppose it cannot hurt with IIS)
If that doesn't change a thing : what if you try to modify another directive : is the modification taken into account ?
Sen php_ini_loaded_file fonksiyonu aracılığıyla yüklenen php.ini dosyasını kontrol edebilirsiniz. Web sunucusunu yeniden başlatın.