ID:               34305
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mail at bjanetzki dot de
-Status:           Feedback
+Status:           Bogus
 Bug Type:         Session related
 Operating System: Linux
 PHP Version:      5.0.4
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

The url rewriter doesn't fix all HTML code as that would be way to
slow. Put them on one line and it works.


Previous Comments:
------------------------------------------------------------------------

[2005-08-30 13:09:31] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



------------------------------------------------------------------------

[2005-08-30 13:07:05] mail at bjanetzki dot de

Description:
------------
While using session trans_sid there is a problem with some url_rewriter
tags.

Reproduce code:
---------------
<?php /*-------- example 1 start (works as expected) --------*/ ?>
<html>
<body>
<a href="/foo.php">bar</a>
</body>
</html>
<?php /*-------- example 1 end --------*/ ?>

<?php /*-------- example 2 start (does not work as expected) --------*/
?>
<html>
<body>
<a 
  href="/foo.php">bar</a>
</body>
</html>
<?php /*-------- example 2 end --------*/ ?>

Expected result:
----------------
<html>
<body>
<a
href="/foo.php?sessionID=ee12ddca7d148a9b6c51c490a953a1b6">bar</a>
</body>
</html>

Actual result:
--------------
<html>
<body>
<a
href="/foo.php">bar</a>
</body>
</html>


------------------------------------------------------------------------


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

Reply via email to