[PHP-DEV] PHP 4.0 Bug #4460: enable-trans-sid can not handle href="#link" syntax From: steve <email protected>
Date: 05/15/00

From: steve <email protected>
Operating system: Linux (Red Hat 6.0)
PHP version: 4.0 Release Candidate 2
PHP Bug Type: Session related
Bug description: enable-trans-sid can not handle href="#link" syntax

<? session_start(); ?>
<html>
<head>
        <title>Test Page</title>
</head>

<body>
<a href="#mylink">Link</a>
</body>
</html>

Becomes (after parsing)

<html>
<head>
        <title>Test Page</title>
</head>

<body>
<a href="#mylink">Link3</a>
</body>
</html>
&SID=6b4accc284cd838a515615b590ff3e77"#mylink">Link3</a>
</body>
</html>

Config line:
./configure --with-mysql --enable-trans-sid --enable-track-vars --with-config-file-path=/etc/php4/ --disable-debug --with-apxs=/usr/sbin/apxs

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>