ID: 10833 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: Linux PHP Version: 4.0.5 New Comment:
Is it worth the hassle to extend the (post?)parse to recognize this (slow down if parse would also recognize this). Clearly documenting what's possinle and what not would be better imho. Previous Comments: ------------------------------------------------------------------------ [2002-02-28 16:43:20] [EMAIL PROTECTED] This problem exists also in 4.0.6 '<a' and 'href="url"' must not be split onto different lines or the sid will not automatically be appended. <a href="page.php"> will work <a href="page.php"> will not work ------------------------------------------------------------------------ [2001-08-06 08:48:12] [EMAIL PROTECTED] No feedback. And the latest CVS works just fine on this kind of urls. --Jani ------------------------------------------------------------------------ [2001-07-10 05:05:45] [EMAIL PROTECTED] Could you give a snapshot a try? http://snaps.php.net/ The scanner is supposed to ignore whitespace. ------------------------------------------------------------------------ [2001-05-12 17:24:31] [EMAIL PROTECTED] This applicable for browsers that don't allow cookies: The following is not working: <a class="subMenu" href="<?php if (!isset($currentMenu)) echo $smUrlRefs[$key]; else echo "../" . $smUrlRefs[$key]; ?>"> Menu </a> But if href is on the same line as <a> tag, it works: <a class="subMenu" href="<?php if (!isset($currentMenu)) echo $smUrlRefs[$key]; else echo "../" . $smUrlRefs[$key]; ?>"> Menu </a> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=10833&edit=1