Skip to content

Releases: keboola/php-temp

2.0.1

26 Apr 07:33
cbdb4dd
Compare
Choose a tag to compare

Chore: code cleanup

2.0.0

18 Feb 16:57
ca31326
Compare
Choose a tag to compare
  • Updated to PHP7 and latest coding standards
  • The temp folder is no longer deleted automatically in the destructor. It needs to
    be removed explicitly by calling the remove() method.
  • The public setId method was removed. This function was rarely used and is no longer available.
  • The public initRunFolder method was removed. The folder is now initialized when used and there is
    no need to call initRunFolder any more.
  • The protected getTmpPath method is now private.

1.0.0

13 Nov 13:06
2e3c2fc
Compare
Choose a tag to compare

BC Breaks

  • removed setPreserveRunFolder method and all preserve arguments
  • destructor is now graceful and will not throw an error, when cleaning up fails

Removed dependency on whole Symfony

04 Jan 12:11
Compare
Choose a tag to compare
Merge pull request #2 from finwe/symfony-filesystem-dependency

Symfony filesystem dependency