Skip to content

Hardcoded path on Windows #264

@neroux

Description

@neroux

Similar to #253 and #260, I also did not manage to properly use the software on Windows.

Partly, that was because of hardcoded paths

if (!file_exists('c:\\php-sdk\\bin')) {
throw new Exception('PHP SDK not found');
}
putenv('path=c:\\php-sdk\\bin;' . getenv('path'));

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