[PHP-DEV] PHP 4.0 Bug #8311 Updated: quotes added when using session_start

2001-01-19 Thread sas

ID: 8311
Updated by: sas
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *Session related
Assigned To: 
Comments:

(I assume you are using the transparent session ID propagation feature.)

This issue has been addressed in PHP 4.0.4.  An upgrade to the latest version should 
cure the problem.

Previous Comments:
---

[2001-01-19 20:22:59] [EMAIL PROTECTED]
reclassifying.
BTW, this is not IIS-specific, it has been reported for Mandrake too (#8686).

---

[2000-12-18 07:00:37] [EMAIL PROTECTED]
using IIS 5.0 and php4.0.3pl1 as an ISAPI module;

referring to bug ID #8271:

the problem does not seem to be related to the "include()" statement...

I have some code generating a clientside java script to generate a form input (tested 
wit hand without the include stuff):

   print " document.writeln("");";

including the session_start() statement generates the following code:

   document.writeln("");

resulting in a browser error...

comment the session_start() out and the code looks like:

   document.writeln("");

as should be...


Second test:

print " document.writeln("");";

including the session_start() statement generates the following code:

   document.writeln("");

resulting in a browser error...

comment the session_start() out and the code looks like:

   document.writeln("");

as should be...


The problem does not occurr when hosting the page on Linux/Apache...

Regards

Stefan

---


Full Bug description available at: http://bugs.php.net/?id=8311


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #8311 Updated: quotes added when using session_start

2001-01-19 Thread cynic

ID: 8311
Updated by: cynic
Reported By: [EMAIL PROTECTED]
Status: Open
Old-Bug Type: IIS related
Bug Type: *Session related
Assigned To: 
Comments:

reclassifying.
BTW, this is not IIS-specific, it has been reported for Mandrake too (#8686).

Previous Comments:
---

[2000-12-18 07:00:37] [EMAIL PROTECTED]
using IIS 5.0 and php4.0.3pl1 as an ISAPI module;

referring to bug ID #8271:

the problem does not seem to be related to the "include()" statement...

I have some code generating a clientside java script to generate a form input (tested 
wit hand without the include stuff):

   print " document.writeln("");";

including the session_start() statement generates the following code:

   document.writeln("");

resulting in a browser error...

comment the session_start() out and the code looks like:

   document.writeln("");

as should be...


Second test:

print " document.writeln("");";

including the session_start() statement generates the following code:

   document.writeln("");

resulting in a browser error...

comment the session_start() out and the code looks like:

   document.writeln("");

as should be...


The problem does not occurr when hosting the page on Linux/Apache...

Regards

Stefan

---


Full Bug description available at: http://bugs.php.net/?id=8311


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]