Re: [PHP] whats happen fsockopen function?

2005-01-05 Thread Richard Lynch


You're STILL seeing the same WARNING message?

Or now it's just not working?



QT wrote:
 hi,

 I clean all  signs, but still no result. This code was working perfect
 last
 two years. I don't know what happen?




 Richard Lynch [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 QT wrote:
  Dear Sirs,
 
  my fsockopen function is not working, for last 1 day. And I get
 following
  error on log.
 
  Any idea why?
 
  PHP Warning:  Call-time pass-by-reference has been deprecated -
 argument
  passed

 Get rid of the  signs in your code inside the fsockopen(  )

 --
 Like Music?
 http://l-i-e.com/artists.htm

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] whats happen fsockopen function?

2005-01-04 Thread QT
Dear Sirs,

my fsockopen function is not working, for last 1 day. And I get following
error on log.

Any idea why?

PHP 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.

Best Regards

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] whats happen fsockopen function?

2005-01-04 Thread Richard Lynch
QT wrote:
 Dear Sirs,

 my fsockopen function is not working, for last 1 day. And I get following
 error on log.

 Any idea why?

 PHP Warning:  Call-time pass-by-reference has been deprecated - argument
 passed

Get rid of the  signs in your code inside the fsockopen(  )

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] whats happen fsockopen function?

2005-01-04 Thread QT
hi,

I clean all  signs, but still no result. This code was working perfect last
two years. I don't know what happen?




Richard Lynch [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 QT wrote:
  Dear Sirs,
 
  my fsockopen function is not working, for last 1 day. And I get
following
  error on log.
 
  Any idea why?
 
  PHP Warning:  Call-time pass-by-reference has been deprecated - argument
  passed

 Get rid of the  signs in your code inside the fsockopen(  )

 --
 Like Music?
 http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php