A Animorphs Verified User Joined Dec 6, 2004 Messages 13 Jan 2, 2006 #1 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
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 Verified User Joined Feb 12, 2004 Messages 3,888 Location Colorado Jan 2, 2006 #2 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.
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.
A Animorphs Verified User Joined Dec 6, 2004 Messages 13 Jan 2, 2006 #3 Thanks for the prompt reply, really appreciate it.