gpt4 book ai didi

php - Xampp 7.0.1 Apache 在我使用 session_start() 时崩溃

转载 作者:搜寻专家 更新时间:2023-10-31 21:04:33 25 4
gpt4 key购买 nike

当我在 PHP 中使用 session_start() 启动 session 时,我的 Apache 服务器停止工作。

我正在使用适用于 Windows 的 Xampp 7.0.1。

我的配置文件是这样的:

<?php
error_reporting(E_ALL);

//session_start();
//ob_start();

header('Content-Type: text/html; charset=utf-8');

//Rest of the code
?>

即使我把它放在文件的第一行,它也不起作用。

有人知道如何解决这个问题吗?


奇怪的是它只发生在这个特定的 map 结构中。

C:\xampp\htdocs\functions\*

例如:

C:\xampp\htdocs\test\*

它工作正常。

最佳答案

Here是解决方案,它是 XAMPP 错误,他们目前正在修复它。如果这不起作用,请尝试等待 XAMPP 7.0.2 或降级,直到修复程序出来。

we have been checking the configuration of XAMPP and we found that the issue is related to the use_only_cookies variable that you can find in the Session's section of the php.ini file. Apache will crash if the use_only_cookies variable in the Session's section is set to 0 and everything is fine if it's set to 1.

http://php.net/manual/en/session.configuration.php#ini.session.use-only-cookies

We also checked that the use_strict_mode should be set to 1.

https://wiki.php.net/rfc/strict_sessions http://php.net/manual/en/session.configuration.php#ini.session.use-strict-mode

We'll include those changes in the next version of XAMPP with PHP 7. We are building the installers with the version 7.0.2 and we'll release them as soon as possible.

关于php - Xampp 7.0.1 Apache 在我使用 session_start() 时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34850032/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com