ID: 13472
Comment by: ebola at psychoholics dot org
Reported By: mat at dioxine dot com
Status: Closed
Bug Type: Session related
Operating System: Any
PHP Version: 4.3.0
New Comment:
I am going to test this very soon and will be fairly surprised if it
isn't fixed. I'll test on latest 4.x and 5.x. Maybe a patch if i get
some free time.
Good night.
Previous Comments:
------------------------------------------------------------------------
[2003-11-14 16:20:04] yallis at surr dot no
I don't know if this bug has been fixed, but many of us is still stuck
on hosts with "outdated" software. I solved this problem by putting
this lines in my .htaccess:
<IfModule mod_php4.c>
php_value arg_separator.output "&"
php_value url_rewriter.tags "a=href,area=href,frame=src,input=src"
</IfModule>
..and put the hidden form value where I wanted it with
<input type="hidden" name="PHPSESSID" value="<?php echo session_id();
?>" />
Seem to work properly and my XHTML1.1 is valid.
------------------------------------------------------------------------
[2003-05-25 14:42:06] harrydeboer at home dot nl
PHP writes an extra <input type="hidden" etc /> in my code, which is
html 4.01 strict. But in html 4.01 strict there should not be a closing
slash, so the code becomes invalid.
Is there any way to solve that without changing php.ini?
------------------------------------------------------------------------
[2003-03-05 02:36:54] node at nodefall dot de
just open a new one... this seems to be the only way
------------------------------------------------------------------------
[2003-03-03 19:25:31] vmizuba at queens dot org
"removing the 'form=' entry from url_rewriter.tags" does
not solve the problem if: 1) session.use_cookies is "off"
(forms need this hidden tag) 2) there is no access to
php.ini. The solution is a matter of moving the hidden tag
inserted below a block-level element as it was pointed out
above. how do we get this bug reopened AND fixed correctly?
TIA
------------------------------------------------------------------------
[2003-02-08 17:05:25] node at nodefall dot de
I won't disable this feature!!!!!!!!
Where is the Problem to add a <div> ???
Could you please reopen this BUG!
THX
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/13472
--
Edit this bug report at http://bugs.php.net/?id=13472&edit=1