Questions tagged «php»

PHP是一种广泛使用的通用脚本语言,特别适合于Web开发。在处理PHP脚本,安装PHP或配置PHP安装时,请使用此标记。

2
在Debian Stretch上安装PHP 5.3(9)
我正在将一个非常老的服务器(Debian etch)迁移到Debian Stretch,并且开发的每个应用程序都存在PHP问题。有些可以固定,有些不能固定(如几个drupal 6站点)。将来,单个应用程序都将在PHP7.0下提供服务,但是直到那天,我需要PHP5.3为它们提供服务。 我知道Debian Stretch对可共同安装的PHP版本具有某种“本机”支持,但是我发现的所有示例都是PHP5.6(Jessie版本):https ://pehapkari.cz/blog/2017/03/27 / multiple-php-versions-the-easy-way / 另外,我发现在Debian Jessie,Wheezy等上可以协同工作的PHP5.3和PHP5.4或PHP5.6的一些示例,但在Debian Stretch(PHP7.0)上却不行:https ://superuser.com/questions/913792 / php-5-3-10-on-debian-jessie 因此,首先,我需要知道在Debian Stretch的apache2上让PHP7.0和PHP5.3一起工作是否可行。 第二,我需要弄清楚该怎么做。 我不是sysadmin,所以我的debian知识正在从头开始。 谢谢。
8 debian  php  php5  php7 

3
带有yum的CentOS 6.5上的PHP 5.5.13
我在通过CentOS 6.5(64位)计算机上安装PHP 5.5.13(最新稳定版本)时遇到问题yum。 据我所知,它不是CentOS,EPEL或REMI回购的一部分。这些存储库中的任何一个我都可以得到5.4.29。
8 php  centos 

1
-bash:phpize:在Centos 6上找不到命令
当我尝试跑步时,phpize我得到 -bash: phpize: command not found 我已经跑步,yum -y install php-devel但是返回: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.softaculous.com * extras: centos.schlundtech.de * rpmforge: mirror1.hs-esslingen.de * updates: ftp.plusline.de Setting up Install Process No package php-devel available. Error: Nothing to do 我怎样才能解决这个问题?
8 php  centos 

2
找出萤幕编号
我想使用PHP使用SSH启动程序,效果很好,但是现在我想使用PHP终止屏幕,但我唯一知道的是屏幕名称。如何自动找到屏幕ID?
8 ubuntu  ssh  gnu-screen  php 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.