ID:               22183
 Updated by:       [EMAIL PROTECTED]
 Reported By:      goth at php-resource dot de
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Sockets related
 Operating System: DON'T KNOW
 PHP Version:      4.3.0
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.




Previous Comments:
------------------------------------------------------------------------

[2003-02-12 18:55:09] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2003-02-12 14:46:11] [EMAIL PROTECTED]

Reclassifing.

------------------------------------------------------------------------

[2003-02-12 07:38:48] [EMAIL PROTECTED]

actualy the english version is right,
whether a parameter is passed by value
or by reference is specified in the
function definition.

passing by reference at call time is 
deprecated (and you should see warnings
about this if your error reporting level
is high enough)

can you please describe the problems 
you experience in more detail?

------------------------------------------------------------------------

[2003-02-12 04:25:28] goth at php-resource dot de

Hello,

I found a difference in German and English Documentation of function
fsockopen().

The first Example in german version says:

$fp = fsockopen ("www.example.com", 80, &$errno, &$errstr, 30);

and this works fine ...

The first Example in englisch version says:

$fp = fsockopen ("www.example.com", 80, $errno, $errstr, 30);

and this seem not to work in every case ...

(Difference: $errno and $errstr are passed with by ref operator in
german version)

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22183&edit=1

Reply via email to