Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-pecl-sandbox | Distribution: Unknown |
Version: 0.1.3 | Vendor: Remi Collet |
Release: 1.el7.remi.7.2 | Build date: Wed Sep 18 14:32:57 2019 |
Group: Unspecified | Build host: builder.remirepo.net |
Size: 42437 | Source RPM: php-pecl-sandbox-0.1.3-1.el7.remi.7.2.src.rpm |
Packager: https://blog.remirepo.net/ | |
Url: http://pecl.php.net/package/sandbox | |
Summary: Isolated environment |
A sandbox is an isolated environment (a thread in our case); Things may go very badly wrong in the sandbox environment and not effect the environment that created it. This means that we must try very hard to limit the influence each environment has on the other. So the prototype and instructions of entry point "Closures" are verified to ensure they will not reduce or break isolation. In practice this means entry point closures must not: * accept or return by reference * accept or return non-scalar values (array, object) * execute a limited set of instructions Instructions prohibited directly in the sandbox are: * declare (anonymous) function * declare (anonymous) class * lexical scope access Nothing is prohibited in the files which the sandbox may include, but allowing these actions directly in the code which the sandbox executes at entry would break the isolation of the sandbox such that we couldn't be sure the system would remain stable. With these restrictions in place, we can be sure that a sandbox may do anything up to but excluding making PHP segfault, and not effect the environment that created it. This extension is only available for PHP in ZTS mode. Package built for PHP 7.2.
PHP
* Wed Sep 18 2019 Remi Collet <remi@remirepo.net> - 0.1.3-1 - update to 0.1.3 * Fri Sep 06 2019 Remi Collet <remi@remirepo.net> - 0.1.2-2 - add suptream patch for 7.4.0RC1 * Fri Jun 14 2019 Remi Collet <remi@remirepo.net> - 0.1.2-1 - update to 0.1.2 * Wed Jan 16 2019 Remi Collet <remi@remirepo.Net> - 0.1.1-1 - update for official release * Thu Jan 10 2019 Remi Collet <remi@remirepo.Net> - 0.1.1-0 - initial package - test build for upcoming version 0.1.1 (beta)
/etc/php-zts.d/40-sandbox.ini /usr/lib64/php-zts/modules/sandbox.so /usr/share/doc/pecl/sandbox /usr/share/doc/pecl/sandbox/README.md /usr/share/licenses/php-pecl-sandbox-0.1.3 /usr/share/licenses/php-pecl-sandbox-0.1.3/LICENSE /var/lib/pear/pkgxml/php-pecl-sandbox.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 17:37:42 2024