for our project we need to set several PHP values depending on the environment (development/production), most notably session save path and some tracing and profiling settings.
Biz nedeniyle nedeniyle bir çok değişiklik gerektirir ve biz (GIT için uygulanıyor önce. Htaccess her zaman değiştirmek zorunda istemediğiniz bazı korkunç eski kod PHP komut dosyası bunları ayarlamak istemiyorum ama biz gerektiren . htaccess) kaynak denetiminde olması.
. Htaccess böyle bir şey yapmak için herhangi bir yolu var mı:
if (hostname == "dev.example.com") {
php_value session.save_path /tmp
[...]
}