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