PhpWebStudy icon indicating copy to clipboard operation
PhpWebStudy copied to clipboard

Powerful Web Server and PHP Environment. Support macOS / Windows / Linux

Results 91 PhpWebStudy issues
Sort by recently updated
recently updated
newest added

有没有办法使PHP加载 本机brew安装的php.ini文件呢? 现在发现以前的 PHP 安装的扩展在使用 `phpwebstudy` 的 php 后无法加载到... ``` ➜ lib php -m [PHP Modules] bcmath bz2 calendar Core ctype curl date dba dom exif FFI fileinfo filter ftp...

![image](https://user-images.githubusercontent.com/68625234/175763488-71ff46e6-0b7d-456f-afbc-5ecf41de36df.png)

未来会支持不同项目不同得php版本吗

拓展那里可以将XDebug的调试组件单独放出来,自动化配置嘛,就像phpstudy一样,调试是非常重要的一个功能

好像其他需要电脑密码的 app 也有不少挂了的

![image](https://user-images.githubusercontent.com/82789723/186414886-387bb334-ebdb-4949-aefb-d120d236e7a3.png)

2. pdo_sqlsrv扩展是区分PHP版本的, php版本小于7.0, pdo_sqlsrv扩展使用版本是3.0.1,php7.0-php7.2, pdo_sqlsrv扩展使用版本是4.3.0, php版本大于7.2, pdo_sqlsrv扩展使用版本是5.10.1 以上是文档上所说,但是我在本地安装好后,确是5.11.1

这套是使用的ci,支持php7.2~7.4,然后从去年开始使用phpwebstudy开始就一直有502的问题。 ``` #fastcgi都修改过 /tmp/phpwebstudy-php-cgi-72.sock 127.0.0.1:9000 ``` 都是这样,然后没办法使用phpwebstudy进行开发。 目前如果要修改或者开发这套程序还得再开docker部署宝塔开发的。**使用宝塔部署正常访问(php7.2~8.1都试过可以)** 刚好看到有人发的类似的问题,想请教一下这个怎么来定位问题,怎么解决呢? **谢谢!** 下面是使用phpwebstudy启用访问产生的日志 ``` nginx-access 127.0.0.1 - - [05/Mar/2024:15:08:50 +0900] "GET / HTTP/1.1" 502 559 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X...

我安装了最新版phpwebstudy2.0.0 在phpwebstudy内安装了nginx 在phpwebstudy内安装了PHP8.2 phpwebstudy内redis使用7版本,安装并复制连接添加到php配置文件内 我是有phpwebstudy配置了两个站点,其中一个使用php7.3,运行起来完全没有问题 另一个PHP8.2的站点,正常get访问没有问题,但是当我需要post提交表单数据就会502,当我频繁刷新的情况下,可能会出现成功的情况,但是大部分post提交表单情况下都是502 下面是遇到502情况的日志,希望能帮助解决问题 站点日志 2024/02/21 13:12:38 [error] 51852#0: *6 upstream prematurely closed connection while reading response header from upstream, client: 127.0.0.1, server: 127.0.0.1, request: "POST /teachers/login...

I have everything working and the websites are displaying well and so but I seen some Apache Errors that seem off, I like to have everything clean maybe you know...