sys_get_temp_dir in shared hosting environment

后端 未结 7 1599
日久生厌
日久生厌 2021-01-31 10:27

Note: This could also fit in superuser.

I am setting up PHP 5.3.10 on a shared host with apache2 mpm itk and open_basedir in a way, that each user may not see o

7条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 11:08

    This is a bug in php 5.2 - specify temp dir by php.ini
    It's fixed in 5.5
    Use this as a temporary solution:

提交回复
热议问题