Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

[建议]使用说明中应该声明所需要的特殊函数 #23

@beJuvenile

Description

@beJuvenile

在安装的时候一直报
Unable to find the composer executable.
各种依赖也都安装好了,就是安装不成功
最后没办法只能看源码个来查找问题,终于找到问题了
src/System/UnixSystem.php 中,第40行
if (!function_exists('exec')) {
使用了被禁用的函数,在 php.ini 中打开这个函数就可以安装成功了

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions