我在PHP 5中安装了PHP、Apache、Tomcat
猫猫和阿帕奇合作得很好。
但是PHP!这是个问题。
php内部的源代码是
<?php phpinfo(); ?> //This works well only if the Filename is index.html but doesn't work if it's index.php..
我对linux和php的知识都不多。
希望我的问题是正确的。谢谢
我在我的ubuntu12.04中安装了xampp。但阿帕奇没有逃跑。就像这样:
$ sudo lampp status
Version: XAMPP for Linux 1.5.5a
Apache is not running.
MySQL is running.
ProFTPD is running.
然后在我打字之后:
tail -2 /opt/lampp/logs/error_log
它向我展示了一些错误:
[Mon Mar 09 21:32:59 2015] [warn] RSA server certificate is a CA certificate (BasicConstrai
我安装了LAMP。
我有phptest.php,它包含<?php phpinfo(); ?>
我试过:
[.public_html]$ php -S localhost:54545 phptest.php
[Mon Jan 25 21:06:52 2016] PHP Warning: Module 'xdebug' already loaded in Unknown on line 0
PHP 5.6.14 Development Server started at Mon Jan 25 21:06:52 2016
Listening on http://loc
我有Windows0764位操作系统,我已经下载了composer,并且我正在运行wampserver wampserver2.2e-php5.3.13-httpd2.2.22-mysql5.5.24-x64.exe。我尝试过使用composer安装PHPUnit,但是失败了。我在linux/ mac os上找到了安装步骤,但在windows中找不到。一些站点建议在php项目的composer.json文件中添加对phpunit/phpunit的依赖。但是怎么做呢?我不知道。请帮助我在wampserver(windows 07-64位操作系统)上使用composer安装PHPUnit或任何替代