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

tmp directory #29

@rauwebieten

Description

@rauwebieten

I'm testing this on a windows machine, where I don't have a /tmp folder.

The code generates an error (HamlPHP.php line 224)

$tempFileName = tempnam("/tmp", "foo");

You should use sys_get_temp_dir, or make this configurable.
http://php.net/manual/en/function.sys-get-temp-dir.php

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