Remi's RPM repository - Packages

Blog | Forum | Repository

php-nette-safe-stream - Nette SafeStream: Atomic Operations

Website:
https://github.com/nette/safe-stream
Licence:
BSD or GPLv2 or GPLv3
Vendor:
Remi Collet
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';

Packages

php-nette-safe-stream-2.3.2-1.el5.remi.noarch [9 KiB] Changelog by Remi Collet (2016-04-02):
- update to 2.3.2
- run test suite with both php 5 and 7 when available
php-nette-safe-stream-2.3.1-2.el5.remi.noarch [9 KiB] Changelog by Remi Collet (2015-11-09):
- fix directory ownership, from review #1277441