Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-phplang-scope-exit | Distribution: Unknown |
Version: 1.0.0 | Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine |
Release: 13.el10.remi | Build date: Mon Dec 23 09:53:20 2024 |
Group: Unspecified | Build host: builder.remirepo.net |
Size: 4059 | Source RPM: php-phplang-scope-exit-1.0.0-13.el10.remi.src.rpm |
Packager: Remi Collet | |
Url: https://github.com/phplang/scope-exit | |
Summary: Emulation of SCOPE_EXIT construct from C++ |
This simple class provides an implementation of C++'s SCOPE_EXIT, or GoLang's defer. To use, assign an instance of this object to a local variable. When that variable falls out of scope (or is explicitly unset), the callback passed to the constructor will be invoked. This is useful, for example, to aid cleanup at the end of a function. Autoloader: /usr/share/php/PhpLang/scope-exit-autoload.php
BSD-3-Clause
* Mon Dec 23 2024 Remi Collet <remi@remirepo.net> - 1.0.0-13 - re-license spec file to CECILL-2.1 * Wed Jan 31 2024 Remi Collet <remi@remirepo.net> - 1.0.0-12 - switch to phpunit10, fix FTBFS #2261502
/usr/share/doc/php-phplang-scope-exit /usr/share/doc/php-phplang-scope-exit/README.md /usr/share/doc/php-phplang-scope-exit/composer.json /usr/share/licenses/php-phplang-scope-exit /usr/share/licenses/php-phplang-scope-exit/LICENSE /usr/share/php/PhpLang /usr/share/php/PhpLang/ScopeExit.php /usr/share/php/PhpLang/scope-exit-autoload.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Feb 21 16:45:59 2025