23 Oct
2005
23 Oct
'05
2:01 p.m.
why don't we use the var_export() function [1] and save the settings to a regular file? And for versions prior to PHP 4.2.0 we could write a workaround function - at least it seams pretty simple to implement.
What about security? Do you think, it is correct to include some code which was created world writable? Or to eval some code in case of a database source? Goba