Change record status: 
Project: 
Introduced in branch: 
8.x
Introduced in version: 
8.x-UNSTABLE1
Description: 

It is now possible to write and load PHP scripts securely. This is how to write:

drupal_php_storage('mymodule')->save('somescript.php', $php_code);

and this is how to load:

drupal_php_storage('mymodule')->load('somescript.php');
Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done