| Name: | php-nette-safe-stream |
|---|---|
| Version: | 2.3.2 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 14907 |
| License: | BSD or GPLv2 or GPLv3 |
| RPM: | php-nette-safe-stream-2.3.2-1.el7.noarch.rpm |
| Source RPM: | php-nette-safe-stream-2.3.2-1.el7.src.rpm |
| Build Date: | Mon Dec 04 2017 |
| Build Host: | x86-ol6-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/nette/safe-stream |
| Summary: | Nette SafeStream: Atomic Operations |
| Description: | The Nette\Utils\SafeStram protocol for file manipulation guarantees atomicity and isolation of every file operation. To use this library, you just have to add, in your project: require_once '/usr/share/php/Nette/SafeStream/autoload.php'; |
- update to 2.3.2 - run test suite with both php 5 and 7 when available
- fix directory ownership, from review #1277441
- initial package