Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-pecl-sandbox-0.1.2-1.el7.remi.7.2 RPM for x86_64

From Remi's RPM Modular for RedHat EL 7 for x86_64

Name: php-pecl-sandbox Distribution: Unknown
Version: 0.1.2 Vendor: Remi Collet
Release: 1.el7.remi.7.2 Build date: Fri Jun 14 11:58:27 2019
Group: Unspecified Build host: builder.remirepo.net
Size: 42105 Source RPM: php-pecl-sandbox-0.1.2-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.

Provides

Requires

License

PHP

Changelog

* 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)

Files

/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.2
/usr/share/licenses/php-pecl-sandbox-0.1.2/LICENSE
/var/lib/pear/pkgxml/php-pecl-sandbox.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 2 05:44:01 2024