开发者

Why does the "session.save_path" has no value on SunOS 5.1?

开发者 https://www.devze.com 2023-02-22 11:33 出处:网络
I use the same php.ini in 4 platforms (Linux, AIX, HP UX and 开发者_JS百科SunOS), which the session.save_path has been configured with value \"/tmp\". Doing a phpinfo(), all platforms show the correct

I use the same php.ini in 4 platforms (Linux, AIX, HP UX and 开发者_JS百科SunOS), which the session.save_path has been configured with value "/tmp". Doing a phpinfo(), all platforms show the correct value (/tmp) except for SunOS 5.1, which is showing no value. Any idea what might be the reason?


Maybe the version of PHP that is installed on SunOS 5.1 does not have that option available, or it is called something else on that version?

0

精彩评论

暂无评论...
验证码 换一张
取 消