Closed Thread Icon

Topic awaiting preservation: Crazy 'ol PHP (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12387" title="Pages that link to Topic awaiting preservation: Crazy &amp;#039;ol PHP (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Crazy &#039;ol PHP <span class="small">(Page 1 of 1)</span>\

 
synax
Maniac (V) Inmate

From: Cell 666
Insane since: Mar 2002

posted posted 08-28-2002 20:08

*ahem*

quote:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer.



Ok, I've checked the PHP info on my server and allow_call_time_pass_reference is Off which is why I'm getting this error, BUT! What exactly is this error all about? Can I not use fsockopen() ? It says I can "modify the declaration" ... modify it to what?

Any and all help would be appreciated

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 08-28-2002 22:07

Are you passing the variable via a refrence (ie. &$var) ? I'm not sure why but I think this has deprecated I can't find docs on it though. do you have the code?



.:[ Never resist a perfect moment ]:.

synax
Maniac (V) Inmate

From: Cell 666
Insane since: Mar 2002

posted posted 08-28-2002 22:18

Sadly enough, THAT was the problem... I'm an idiot - much thanks, bit

« BackwardsOnwards »

Show Forum Drop Down Menu