PDA

View Full Version : How to check if fsockopen() is enabled/ disabled?



Animorphs
01-02-2006, 07:48 AM
Hello,

I would like to find out how do I check if fsockopen() is enabled/ disabled for my PHP. If it's disabled how do I enable it? Thank you.

Amos

jmstacey
01-02-2006, 11:55 AM
It is enabled and compiled by default by customapache.

Usually if you try executing that function in a script you'll find out real quick if it exists.

Animorphs
01-02-2006, 02:47 PM
Thanks for the prompt reply, really appreciate it. :)