From:             [EMAIL PROTECTED]
Operating system: Irrelevant
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  Typos in the security chapter

Description:
------------
The second example included in the section `security.errors' ("Error
Reporting"), goes something like this:

  <form method="POST"
action="attacktarget?errors=Y&amp;showerrors=1"&debug=1">
  <input type="hidden" name="errors" value="Y">
  <input type="hidden" name="showerrors" value="1">
  <input type="hidden" name="debug" value="1">
  </form>


There's a couple of errors in the `form' tag: (a) the `&amp;' entity
shouldn't be there, and (b) there is one `"' too many.

Thanks.


-- 
Edit bug report at http://bugs.php.net/?id=25208&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25208&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25208&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25208&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25208&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25208&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25208&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25208&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25208&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25208&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25208&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25208&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25208&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25208&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25208&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25208&r=gnused

Reply via email to