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: Fedora Project |
Version: 1.0.0 | Vendor: Fedora Project |
Release: 12.fc40 | Build date: Wed Jan 31 15:51:03 2024 |
Group: Unspecified | Build host: buildvm-s390x-23.s390.fedoraproject.org |
Size: 4059 | Source RPM: php-phplang-scope-exit-1.0.0-12.fc40.src.rpm |
Packager: Fedora Project | |
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
* Wed Jan 31 2024 Remi Collet <remi@remirepo.net> - 1.0.0-12 - switch to phpunit10, fix FTBFS #2261502 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/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, Tue Jul 9 23:23:40 2024