我在Windows 8中使用xampp 3.1.0。我想为一些自定义php配置启用自定义php.ini加载一个目录。
我已将自定义php.ini与该目录中的以下代码(localhost / test /)
粘贴在一起[PHP]
auto_prepend_file = E:\toprepend\iamhere.php
即使重启apache后,上述方法也无法正常工作。我尝试在root / main php.ini中启用以下选项,但即使在此之后它也无效:
;;;;;;;;;;;;;;;;;;;;
; php.ini Options ;
;;;;;;;;;;;;;;;;;;;;
; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
user_ini.filename = "php.ini"
; To disable this feature set this option to empty value
;user_ini.filename =
; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
user_ini.cache_ttl = 300
请帮我解决问题......网上没有足够的关于此问题的文字