Timing attacks are not a widely recognized problem, since they require significant skill and resources of the attacker. To prevent these attacks constant-time s...
This RFC brings static scalar expressions to the parser. This allows places that only take static values (const declarations, property declarations, function ar...
Should the patch for this RFC be merged into PHP 5.6?
PHP client stream encryption is insecure by default. This RFC explores the problematic nature of the current implementation, proposes fixes for its vulnerabilit...
Should PHP verify client peers by default in PHP 5.6?
This RFC complements the variadics RFC. It introduces a syntax for unpacking arrays and Traversables into argument lists (also known as splat operator, scatter ...
Apparmor is a mandatory access module for the linux kernel. It works by enforcing policies on different applications. Apparmor also provides functionality for a...
PHP offers facilities for large number and decimal arithmetic (GMP and BCMath), but currently using those is a PITA. This RFC proposes to improve the situation ...
PHP offers the ability to import namespaces and types (classes/interfaces/traits) via the use statement. This capability however does not exist for functions. A...