Bug #15603 Updated: PHP output sometimes doesn't follow HTML 4.01 standards.

2002-03-20 Thread sniper

 ID:   15603
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Bogus
+Status:   Analyzed
 Bug Type: Documentation problem
 Operating System: Linux
 PHP Version:  4.0.5
 New Comment:

Duh..I should have read my own comment first. :)
Still a documentation problem.



Previous Comments:


[2002-03-20 10:37:36] [EMAIL PROTECTED]

This is not a bug. There is an option with which this
can be handled. Ask your hosting company to use it.




[2002-03-20 00:00:04] [EMAIL PROTECTED]

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2002-02-19 06:34:59] [EMAIL PROTECTED]

you should be able to change this setting at runtime
using set_ini() ?



[2002-02-19 04:16:03] [EMAIL PROTECTED]

use ini_set() then



[2002-02-18 16:11:12] [EMAIL PROTECTED]

I know, but I'm not in a position to chose. I'm a customer at a hosting
company.



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/15603

-- 
Edit this bug report at http://bugs.php.net/?id=15603&edit=1




Bug #15603 Updated: PHP output sometimes doesn't follow HTML 4.01 standards.

2002-03-20 Thread sniper

 ID:   15603
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   No Feedback
+Status:   Bogus
 Bug Type: Documentation problem
 Operating System: Linux
 PHP Version:  4.0.5
 New Comment:

This is not a bug. There is an option with which this
can be handled. Ask your hosting company to use it.



Previous Comments:


[2002-03-20 00:00:04] [EMAIL PROTECTED]

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2002-02-19 06:34:59] [EMAIL PROTECTED]

you should be able to change this setting at runtime
using set_ini() ?



[2002-02-19 04:16:03] [EMAIL PROTECTED]

use ini_set() then



[2002-02-18 16:11:12] [EMAIL PROTECTED]

I know, but I'm not in a position to chose. I'm a customer at a hosting
company.



[2002-02-18 16:04:46] [EMAIL PROTECTED]

You can change this with arg_separator.output ini directive.

>From php.ini-dist:

; The separator used in PHP generated URLs to separate arguments.
; Default is "&". 
;arg_separator.output = "&"

(you should also update to PHP 4.1.1)

Reclassified as docu prob since this is not mentioned
on the session docs. (or in the configuration part either)



--Jani




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/15603

-- 
Edit this bug report at http://bugs.php.net/?id=15603&edit=1




Bug #15603 Updated: PHP output sometimes doesn't follow HTML 4.01 standards.

2002-03-19 Thread php-bugs

 ID:   15603
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: Linux
 PHP Version:  4.0.5
 New Comment:

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2002-02-19 06:34:59] [EMAIL PROTECTED]

you should be able to change this setting at runtime
using set_ini() ?



[2002-02-19 04:16:03] [EMAIL PROTECTED]

use ini_set() then



[2002-02-18 16:11:12] [EMAIL PROTECTED]

I know, but I'm not in a position to chose. I'm a customer at a hosting
company.



[2002-02-18 16:04:46] [EMAIL PROTECTED]

You can change this with arg_separator.output ini directive.

>From php.ini-dist:

; The separator used in PHP generated URLs to separate arguments.
; Default is "&". 
;arg_separator.output = "&"

(you should also update to PHP 4.1.1)

Reclassified as docu prob since this is not mentioned
on the session docs. (or in the configuration part either)



--Jani




[2002-02-18 15:47:12] [EMAIL PROTECTED]

When use-cookies is set to Off or when the possibility to use them
doesn't exist, PHP adds the session variable to links on the outputted
HTML-page.

The link may look like this: 

There's a problem with the above link - it doesn't follow the standards.
This is easy to fix, just change & to & 

I don't consider this some huge disadvantage but it could be fixed.




-- 
Edit this bug report at http://bugs.php.net/?id=15603&edit=1




Bug #15603 Updated: PHP output sometimes doesn't follow HTML 4.01 standards.

2002-02-19 Thread hholzgra

 ID:   15603
 Updated by:   [EMAIL PROTECTED]
-Summary:  PHP output sometimes doesn't follow HTML 4.01
   standards.
 Reported By:  [EMAIL PROTECTED]
-Status:   Analyzed
+Status:   Feedback
 Bug Type: Documentation problem
 Operating System: Linux
 PHP Version:  4.0.5
 New Comment:

you should be able to change this setting at runtime
using set_ini() ?


Previous Comments:


[2002-02-19 04:16:03] [EMAIL PROTECTED]

use ini_set() then



[2002-02-18 16:11:12] [EMAIL PROTECTED]

I know, but I'm not in a position to chose. I'm a customer at a hosting
company.



[2002-02-18 16:04:46] [EMAIL PROTECTED]

You can change this with arg_separator.output ini directive.

>From php.ini-dist:

; The separator used in PHP generated URLs to separate arguments.
; Default is "&". 
;arg_separator.output = "&"

(you should also update to PHP 4.1.1)

Reclassified as docu prob since this is not mentioned
on the session docs. (or in the configuration part either)



--Jani




[2002-02-18 15:47:12] [EMAIL PROTECTED]

When use-cookies is set to Off or when the possibility to use them
doesn't exist, PHP adds the session variable to links on the outputted
HTML-page.

The link may look like this: 

There's a problem with the above link - it doesn't follow the
standards. This is easy to fix, just change & to & 

I don't consider this some huge disadvantage but it could be fixed.




-- 
Edit this bug report at http://bugs.php.net/?id=15603&edit=1




Bug #15603 Updated: PHP output sometimes doesn't follow HTML 4.01 standards.

2002-02-19 Thread goba

 ID:   15603
 Updated by:   [EMAIL PROTECTED]
-Summary:  PHP output sometimes doesn't follow HTML 4.01
   standards.
 Reported By:  [EMAIL PROTECTED]
 Status:   Analyzed
 Bug Type: Documentation problem
 Operating System: Linux
 PHP Version:  4.0.5
 New Comment:

use ini_set() then


Previous Comments:


[2002-02-18 16:11:12] [EMAIL PROTECTED]

I know, but I'm not in a position to chose. I'm a customer at a hosting
company.



[2002-02-18 16:04:46] [EMAIL PROTECTED]

You can change this with arg_separator.output ini directive.

>From php.ini-dist:

; The separator used in PHP generated URLs to separate arguments.
; Default is "&". 
;arg_separator.output = "&"

(you should also update to PHP 4.1.1)

Reclassified as docu prob since this is not mentioned
on the session docs. (or in the configuration part either)



--Jani




[2002-02-18 15:47:12] [EMAIL PROTECTED]

When use-cookies is set to Off or when the possibility to use them
doesn't exist, PHP adds the session variable to links on the outputted
HTML-page.

The link may look like this: 

There's a problem with the above link - it doesn't follow the
standards. This is easy to fix, just change & to & 

I don't consider this some huge disadvantage but it could be fixed.




-- 
Edit this bug report at http://bugs.php.net/?id=15603&edit=1




Bug #15603 Updated: PHP output sometimes doesn't follow HTML 4.01 standards.

2002-02-18 Thread jome

 ID:   15603
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Analyzed
 Bug Type: Documentation problem
 Operating System: Linux
 PHP Version:  4.0.5
 New Comment:

I know, but I'm not in a position to chose. I'm a customer at a hosting
company.


Previous Comments:


[2002-02-18 16:04:46] [EMAIL PROTECTED]

You can change this with arg_separator.output ini directive.

>From php.ini-dist:

; The separator used in PHP generated URLs to separate arguments.
; Default is "&". 
;arg_separator.output = "&"

(you should also update to PHP 4.1.1)

Reclassified as docu prob since this is not mentioned
on the session docs. (or in the configuration part either)



--Jani




[2002-02-18 15:47:12] [EMAIL PROTECTED]

When use-cookies is set to Off or when the possibility to use them
doesn't exist, PHP adds the session variable to links on the outputted
HTML-page.

The link may look like this: 

There's a problem with the above link - it doesn't follow the
standards. This is easy to fix, just change & to & 

I don't consider this some huge disadvantage but it could be fixed.




-- 
Edit this bug report at http://bugs.php.net/?id=15603&edit=1




Bug #15603 Updated: PHP output sometimes doesn't follow HTML 4.01 standards.

2002-02-18 Thread sniper

 ID:   15603
 Updated by:   [EMAIL PROTECTED]
-Summary:  PHP output sometimes doesn't follow HTML 4.01
   standards.
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Analyzed
-Bug Type: Session related
+Bug Type: Documentation problem
 Operating System: Linux
 PHP Version:  4.0.5
 New Comment:

You can change this with arg_separator.output ini directive.

>From php.ini-dist:

; The separator used in PHP generated URLs to separate arguments.
; Default is "&". 
;arg_separator.output = "&"

(you should also update to PHP 4.1.1)

Reclassified as docu prob since this is not mentioned
on the session docs. (or in the configuration part either)



--Jani



Previous Comments:


[2002-02-18 15:47:12] [EMAIL PROTECTED]

When use-cookies is set to Off or when the possibility to use them
doesn't exist, PHP adds the session variable to links on the outputted
HTML-page.

The link may look like this: 

There's a problem with the above link - it doesn't follow the
standards. This is easy to fix, just change & to & 

I don't consider this some huge disadvantage but it could be fixed.




-- 
Edit this bug report at http://bugs.php.net/?id=15603&edit=1