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.3-1.fc38.remi.7.4 RPM for x86_64

From Remi's RPM Modular for Fedora 38 for x86_64

Name: php-pecl-sandbox Distribution: Unknown
Version: 0.1.3 Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Release: 1.fc38.remi.7.4 Build date: Thu Feb 16 08:10:01 2023
Group: Unspecified Build host: builder.remirepo.net
Size: 51245 Source RPM: php-pecl-sandbox-0.1.3-1.fc38.remi.7.4.src.rpm
Packager: Remi Collet
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.4.

Provides

Requires

License

PHP

Changelog

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

Files

/etc/php-zts.d/40-sandbox.ini
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/13fcfc9456c3a71dc87d719bba3b78a20f585a
/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
/usr/share/licenses/php-pecl-sandbox/LICENSE
/var/lib/php/peclxml/php-pecl-sandbox.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 2 05:29:53 2024