From: [EMAIL PROTECTED]
Operating system: DON'T KNOW
PHP version: 4.3.0
PHP Bug Type: Documentation problem
Bug description: Different examples in German and English documentation ... German
version works
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 bug report at http://bugs.php.net/?id=22183&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=22183&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=22183&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=22183&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=22183&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=22183&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=22183&r=support
Expected behavior: http://bugs.php.net/fix.php?id=22183&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=22183&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=22183&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=22183&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22183&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=22183&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=22183&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=22183&r=gnused
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php