"./build secure_php" What is different between secure_php and not secure?

justsleepless

New member
Joined
Aug 22, 2013
Messages
5
I just build secure_php by this command "./build secure_php"
What is different between secure_php and not secure?
How can I change back to not secure?:rolleyes:
 
Change back to not secure:
Code:
./build set secure_php no
./build php n

The difference with secure is that some safety options are on and you got some stuff in the "disabled_functions" line if I'm correct.
I always build the normal way and put my own custom line in there.
 
Back
Top