ID: 18993 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Documentation problem Operating System: Linux PHP Version: 4.2.2 -Assigned To: +Assigned To: spic New Comment:
I will fix it as soon as possible. Previous Comments: ------------------------------------------------------------------------ [2002-08-26 09:07:30] [EMAIL PROTECTED] I've found it at http://www.zend.com/manual/function.urlencode.php Description at: http://www.php.net/manual/en/function.urlencode.php is wrong as well: "You don't need to change PHP's arg_separator for this" arg_separator _has_ to be set to achive this behaviour. When I upgraded to 4.2.2 my scripts stop working. Instead of "aa" I got strings like "amp;aa". After setting the arg_separator which doesn't need to be changed (according to description) everything is ok. ------------------------------------------------------------------------ [2002-08-26 08:25:26] [EMAIL PROTECTED] Perhaps changing this sentence to "A more portable way around this is to use & instead of & as the separator (which is the default setting in php.ini)" will solve the problem. ------------------------------------------------------------------------ [2002-08-26 08:12:50] [EMAIL PROTECTED] Where in the Documentation does this error occur??? I found the expression at the urlencode-Doc. Is this correct??? Could you describe the bug a bit more detailed??? ------------------------------------------------------------------------ [2002-08-20 16:01:35] [EMAIL PROTECTED] The documentation says: A more portable way around this is to use & instead of & as the separator. You don't need to change PHP's arg_separator for this Whereas I have to set arg_separator to ;& in my php.ini ------------------------------------------------------------------------ [2002-08-20 15:33:58] [EMAIL PROTECTED] The documentation says: A more portable way around this is to use & instead of & as the separator. You don't need to change PHP's arg_separator for this Whereas I have to set arg_separator to & in my php.ini ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=18993&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php