Home > Backend Development > PHP Problem > What should I do if I get an error in php make test?

What should I do if I get an error in php make test?

藏色散人
Release: 2023-03-10 18:48:01
Original
2367 people have browsed it

Solution to php make test error: first install php; then add "--enable-cli" when configure, then you can make test.

What should I do if I get an error in php make test?

The operating environment of this article: Windows 7 system, PHP version 5.4.5, DELL G3 computer

What should I do if php make test reports an error?

When installing php, make test reports an error

Build complete.
Don't forget to run 'make test'.
 
[root@localhost php-5.4.5]# make test
 
ERROR: Cannot run tests without CLI sapi.
[root@localhost php-5.4.5]#
Copy after login

Solution:

Add --enable when configuring -cli, you can make test

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of What should I do if I get an error in php make test?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template