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
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)
You should use sys_get_temp_dir, or make this configurable.
http://php.net/manual/en/function.sys-get-temp-dir.php