ID: 36972 Updated by: [EMAIL PROTECTED] Reported By: andi at grill dot to -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: windows PHP Version: Irrelevant New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Previous Comments: ------------------------------------------------------------------------ [2006-04-04 20:03:45] andi at grill dot to Description: ------------ I have found a bug on page security.magicquotes.disabling.html [chm date: 2005-07-31]...in Example 10.2. Disabling magic quotes at runtime This Code doesn't work properly because it doesn't updates the Super Global $_REQUEST, which also gets escaped when magic_quotes is enabled. I suggest adding just one line: $_REQUEST = array_map('stripslashes_deep', $_REQUEST); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36972&edit=1