我一直在尝试安装Zend Gdata。我是从开发环境中运行的,所以可以访问php.ini。
我已经设置了包含路径,当我运行验证脚本时,我得到以下信息。
运行上的2011-04-28T02:25:20+00:00 PHP扩展错误测试没有错误发现Zend安装错误测试没有错误找到YouTube功能测试没有错误找到
但是当我试图运行任何一个演示文件时,我会得到一个错误.
Warning: require_once(Zend/Loader.php): failed to open stream: No such file or directory in /usr/lib/php/ZendGdata/de
当我使用php运行命令时,我得到了以下错误
C:\xampp\htdocs>php
'php' is not recognized as an internal or external command,
operable program or batch file.
在下面的路径中使用php运行命令时,不会出现任何错误:
C:\xampp\php>php //do not got error here
我为什么会犯这个错误?
‘'php’不被识别为内部或外部命令、可操作的程序或批处理文件。
我正在尝试安装Laravel Valet,它需要php 7.1,但是当我运行brew install php71时,我得到以下错误:
==> Pouring php71-7.1.10_21.high_sierra.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink sbin/php-fpm
/usr/local/sbin is not writable
试着运行一个phpunit测试,但是当我运行测试时.
phpunit MyTest.php
...I获得错误:
PHP Fatal error: Class 'Phar' not found in /usr/local/bin/phpunit on line 611
php手册上写着;我使用的是PHP 5.3.17。如何排除此错误?
编辑
php -i | grep Phar
什么都不回。
堆栈: PHP 5.4.23,php-fpm,nginx 1.4.x,centos 6.5
我试图安装xdebug,不得不运行phpize命令。
我已经安装了php5-devl,pecl命令可以正常工作
当我运行该命令时,它给出了以下错误输出:
# phpize
Can't find PHP headers in /usr/include/php
The php-devel package is required for use of this command.
如何修复此错误?
我正在尝试在php中运行一个简单的perl脚本。我一直收到这些奇怪的shell错误,我不知道为什么,下面是php代码:
<?php
system("perl -e use Socket;\$i='192.168.1.1';\$p=443;print \$i;print \$p");
?>
运行时,我一直收到以下错误:
syntax error at -e line 1, at EOF
Execution of -e aborted due to compilation errors.
sh: 1: =192.168.1.1: not found
sh
在post-install-cmd php artisan optimize中,通过bash脚本在生产服务器上运行composer install失败,并显示错误There are no commands defined in the "jwt" namespace。
为了尝试解决这个问题,我在php artisan optimize之前添加了以下命令
"php artisan clear-compiled", "php artisan cache:clear", "php artisan config:clear",
我刚刚下载了一个运行在Pyro CMS上的站点的git,它运行在Code Igniter PHP框架上,并试图在本地运行它,但是它抛出了这个错误:
[Mon Jul 24 10:05:39.868253 2017] [:error] [pid 5944:tid 1944] [client ::1:55468] PHP Fatal error: Call to a member function result_array() on boolean in C:\\xampp\\htdocs\\system\\codeigniter\\database\\DB_driver.php on line