From: j-pieper at web dot de Operating system: Windows XP Prof. PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: A small mistake
Description: ------------ I found a small mistake in the php-manual at http://de2.php.net/manual/de/function.mysql-field-name.php because there is a variable which content should be shown but it is between single-quoted. Reproduce code: --------------- die('Auswahl der Datenabnk $dbname fehlgeschlagen: ' . mysql_error()); Expected result: ---------------- Auswahl der Datenabnk mydb fehlgeschlagen: <error_msg> Actual result: -------------- Auswahl der Datenabnk $dbname fehlgeschlagen: <error_msg> -- Edit bug report at http://bugs.php.net/?id=33406&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=33406&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=33406&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=33406&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=33406&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=33406&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=33406&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=33406&r=needscript Try newer version: http://bugs.php.net/fix.php?id=33406&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=33406&r=support Expected behavior: http://bugs.php.net/fix.php?id=33406&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=33406&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=33406&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=33406&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=33406&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=33406&r=dst IIS Stability: http://bugs.php.net/fix.php?id=33406&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=33406&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=33406&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=33406&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=33406&r=mysqlcfg