Ask a Question related to PHP Bugs, Design and Development.
-
php dot net at steltenpower dot com #1
#40781 [NEW]: <input name="PHPSESSID" /> invalid HTML
From: php dot net at steltenpower dot com
Operating system: Linux
PHP version: 4.4.5
PHP Bug Type: Session related
Bug description: <input name="PHPSESSID" /> invalid HTML
Description:
------------
<input type="hidden" name="PHPSESSID" value="..." />
is generated and the / makes it invalid HTML.
XHTML needs the /
So to be able to output both valid HTML and valid XHTML an ini variable or
something is needed
--
Edit bug report at [url]http://bugs.php.net/?id=40781&edit=1[/url]
--
Try a CVS snapshot (PHP 4.4): [url]http://bugs.php.net/fix.php?id=40781&r=trysnapshot44[/url]
Try a CVS snapshot (PHP 5.2): [url]http://bugs.php.net/fix.php?id=40781&r=trysnapshot52[/url]
Try a CVS snapshot (PHP 6.0): [url]http://bugs.php.net/fix.php?id=40781&r=trysnapshot60[/url]
Fixed in CVS: [url]http://bugs.php.net/fix.php?id=40781&r=fixedcvs[/url]
Fixed in release: [url]http://bugs.php.net/fix.php?id=40781&r=alreadyfixed[/url]
Need backtrace: [url]http://bugs.php.net/fix.php?id=40781&r=needtrace[/url]
Need Reproduce Script: [url]http://bugs.php.net/fix.php?id=40781&r=needscript[/url]
Try newer version: [url]http://bugs.php.net/fix.php?id=40781&r=oldversion[/url]
Not developer issue: [url]http://bugs.php.net/fix.php?id=40781&r=support[/url]
Expected behavior: [url]http://bugs.php.net/fix.php?id=40781&r=notwrong[/url]
Not enough info: [url]http://bugs.php.net/fix.php?id=40781&r=notenoughinfo[/url]
Submitted twice: [url]http://bugs.php.net/fix.php?id=40781&r=submittedtwice[/url]
register_globals: [url]http://bugs.php.net/fix.php?id=40781&r=globals[/url]
PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=40781&r=php3[/url]
Daylight Savings: [url]http://bugs.php.net/fix.php?id=40781&r=dst[/url]
IIS Stability: [url]http://bugs.php.net/fix.php?id=40781&r=isapi[/url]
Install GNU Sed: [url]http://bugs.php.net/fix.php?id=40781&r=gnused[/url]
Floating point limitations: [url]http://bugs.php.net/fix.php?id=40781&r=float[/url]
No Zend Extensions: [url]http://bugs.php.net/fix.php?id=40781&r=nozend[/url]
MySQL Configuration Error: [url]http://bugs.php.net/fix.php?id=40781&r=mysqlcfg[/url]
php dot net at steltenpower dot com Guest
-
the error "invalid plugin detected. Adobe Reader will quit"
I have gotten the RIKLA from Adobe. And I use the example code BasicPlugin(you can download it from Adobe wetsite) as my plug_in, then, I made the... -
html <input type="file"> can you set a value first ?
There has GOT to be a way. I'm not gonna give up. -
Problem with fopen("php://input", "r")
Hello there, I am having problem opening the in-built php stream php://input According to the manual this has been integrated into php since... -
HTML + <input type="File">
Hi I'm trying to set default value for input type file. <input type="File" name="tx_pdffile" accept="*.pdf" class="boxText" value="abc.pdf"> ... -
"viewstate is invalid for this page and might be corrupted" - why does worker process recycling cause this?
Hi There, I have posted something previously regarding this issue, but I think I have some more concise questions to ask, and would like to get... -
tony2001@php.net #2
#40781 [Opn->Fbk]: <input name="PHPSESSID" /> invalid HTML
ID: 40781
Updated by: [email]tony2001@php.net[/email]
Reported By: php dot net at steltenpower dot com
-Status: Open
+Status: Feedback
Bug Type: Session related
Operating System: Linux
PHP Version: 4.4.5
New Comment:
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
[url]http://bugs.php.net/how-to-report.php[/url]
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PHP.
Previous Comments:
------------------------------------------------------------------------
[2007-03-12 00:19:34] php dot net at steltenpower dot com
Description:
------------
<input type="hidden" name="PHPSESSID" value="..." />
is generated and the / makes it invalid HTML.
XHTML needs the /
So to be able to output both valid HTML and valid XHTML an ini variable
or something is needed
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=40781&edit=1[/url]
tony2001@php.net Guest
-
php dot net at steltenpower dot com #3
#40781 [Fbk->Opn]: <input name="PHPSESSID" /> invalid HTML
ID: 40781
User updated by: php dot net at steltenpower dot com
Reported By: php dot net at steltenpower dot com
-Status: Feedback
+Status: Open
Bug Type: Session related
Operating System: Linux
PHP Version: 4.4.5
New Comment:
I'm using PHP's built-in session system through session_start() etc.
In the HTML output this results in lots of things of which
<input type="hidden" name="PHPSESSID" value="8748someLongId865" />
is part.
The
/
in there should be removed to make it valid HTML
sidenote:
The
/
is needed for XHTML (which might also need
name
replaced with
id)
So to be able to use the PHP built-in system for both valid HTML and
valid XHTML a switch, flag, ini setting, or something is needed
Previous Comments:
------------------------------------------------------------------------
[2007-03-12 09:29:33] [email]tony2001@php.net[/email]
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
[url]http://bugs.php.net/how-to-report.php[/url]
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PHP.
------------------------------------------------------------------------
[2007-03-12 00:19:34] php dot net at steltenpower dot com
Description:
------------
<input type="hidden" name="PHPSESSID" value="..." />
is generated and the / makes it invalid HTML.
XHTML needs the /
So to be able to output both valid HTML and valid XHTML an ini variable
or something is needed
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=40781&edit=1[/url]
php dot net at steltenpower dot com Guest
-
edink@php.net #4
#40781 [Opn->Bgs]: <input name="PHPSESSID" /> invalid HTML
ID: 40781
Updated by: [email]edink@php.net[/email]
Reported By: php dot net at steltenpower dot com
-Status: Open
+Status: Bogus
Bug Type: Session related
Operating System: Linux
PHP Version: 4.4.5
New Comment:
Browsers from Netscape 4 and up have no problem parsing tags like
<br /> so this is not going to be changed in order to keep xhtml
compabtipility.
Previous Comments:
------------------------------------------------------------------------
[2007-03-12 11:44:28] php dot net at steltenpower dot com
I'm using PHP's built-in session system through session_start() etc.
In the HTML output this results in lots of things of which
<input type="hidden" name="PHPSESSID" value="8748someLongId865" />
is part.
The
/
in there should be removed to make it valid HTML
sidenote:
The
/
is needed for XHTML (which might also need
name
replaced with
id)
So to be able to use the PHP built-in system for both valid HTML and
valid XHTML a switch, flag, ini setting, or something is needed
------------------------------------------------------------------------
[2007-03-12 09:29:33] [email]tony2001@php.net[/email]
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
[url]http://bugs.php.net/how-to-report.php[/url]
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PHP.
------------------------------------------------------------------------
[2007-03-12 00:19:34] php dot net at steltenpower dot com
Description:
------------
<input type="hidden" name="PHPSESSID" value="..." />
is generated and the / makes it invalid HTML.
XHTML needs the /
So to be able to output both valid HTML and valid XHTML an ini variable
or something is needed
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=40781&edit=1[/url]
edink@php.net Guest
-
php dot net at steltenpower dot com #5
#40781 [Bgs]: <input name="PHPSESSID" /> invalid HTML
ID: 40781
User updated by: php dot net at steltenpower dot com
Reported By: php dot net at steltenpower dot com
Status: Bogus
Bug Type: Session related
Operating System: Linux
PHP Version: 4.4.5
New Comment:
Keeping the current thing as a default would be good.
Saying that it works on a few common browsers is forgetting about
semantic web and accessibility.
Previous Comments:
------------------------------------------------------------------------
[2007-03-12 18:05:06] [email]edink@php.net[/email]
Browsers from Netscape 4 and up have no problem parsing tags like
<br /> so this is not going to be changed in order to keep xhtml
compabtipility.
------------------------------------------------------------------------
[2007-03-12 11:44:28] php dot net at steltenpower dot com
I'm using PHP's built-in session system through session_start() etc.
In the HTML output this results in lots of things of which
<input type="hidden" name="PHPSESSID" value="8748someLongId865" />
is part.
The
/
in there should be removed to make it valid HTML
sidenote:
The
/
is needed for XHTML (which might also need
name
replaced with
id)
So to be able to use the PHP built-in system for both valid HTML and
valid XHTML a switch, flag, ini setting, or something is needed
------------------------------------------------------------------------
[2007-03-12 09:29:33] [email]tony2001@php.net[/email]
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
[url]http://bugs.php.net/how-to-report.php[/url]
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PHP.
------------------------------------------------------------------------
[2007-03-12 00:19:34] php dot net at steltenpower dot com
Description:
------------
<input type="hidden" name="PHPSESSID" value="..." />
is generated and the / makes it invalid HTML.
XHTML needs the /
So to be able to output both valid HTML and valid XHTML an ini variable
or something is needed
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=40781&edit=1[/url]
php dot net at steltenpower dot com Guest



Reply With Quote

