惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Secure Thoughts
罗磊的独立博客
T
The Blog of Author Tim Ferriss
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Last Week in AI
Last Week in AI
美团技术团队
Google Online Security Blog
Google Online Security Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
D
Docker
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
月光博客
月光博客
L
LINUX DO - 最新话题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
W
WeLiveSecurity
H
Heimdal Security Blog
Vercel News
Vercel News
SecWiki News
SecWiki News
Forbes - Security
Forbes - Security
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
TaoSecurity Blog
TaoSecurity Blog
T
Troy Hunt's Blog
A
About on SuperTechFans
C
Check Point Blog
S
Security Affairs
Hacker News - Newest:
Hacker News - Newest: "LLM"
AI
AI
WordPress大学
WordPress大学
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Help Net Security
Help Net Security
博客园_首页
The Last Watchdog
The Last Watchdog
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
Engineering at Meta
Engineering at Meta
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
I
Intezer
K
Kaspersky official blog
M
MIT News - Artificial intelligence
J
Java Code Geeks
G
GRAHAM CLULEY
P
Palo Alto Networks Blog

记录生活,精彩一刻 - 宝塔

宝塔面板自动挂载 webdav 无需输入密码充当网站附件盘 解决宝塔面板后台访问卡顿软件商店加载不出来问题 宝塔面板强制安装 MySQL8.0 phpMyAdmin访问出现Warning: require_once(./libraries/common.inc.php)完美解决办法 解决宝塔面板SSL证书安装失败: Invalid version. The only valid version for X509Req is 0. 宝塔Nginx免费防火墙拦截发布的文章的解决办法 宝塔面板v7.7.0 Github纯净版 优化脚本 手动解锁插件 FTP连接不上 阿里云的服务器 宝塔的面板 解决办法 宝塔面板日常使用八大技巧总结(建议收藏)
关于宝塔面板如何调整PHP配置
Huo · 2023-09-15 · via 记录生活,精彩一刻 - 宝塔

今天在更改宝塔面板的PHP配置的时候出现了很奇怪的事情,老是提示我PHP版本错误,我这小白真心不知道怎么解决了。

别改主意,立刻有效利用搜索引擎。

我们要更改宝塔面板PHP配置的脚本内存限制。

需要更改

但是我不知道为什么点保存会提示PHP版本错误(小白不懂)。

提示版本错误

解决方案:

既然不能设置干脆更改配置文件解决。

主要都在这个里面

Ctrl+F 找到 memory_limit,改成你需要的,然后 Ctrl+s 保存。

OK,解决完事。