Ben farklı sabitler ve önceden tanımlanmış sınıfların farklı sürümlerini kullanan php bir php-script çalıştırmak istiyorum.
Ben sadece olabilir sandbox php_module var mı:
sandbox('script.php'); // run in a new php environment
yerine
include('script.php'); // run in the same environment
Veya proc_open() tek seçenek nedir?
PS: komut web üzerinden erişilebilir değil, ('http://host/script.php') yani fopen bir seçenek değildir.