Date: 05/15/00
- Next message: jmuller2 <email protected>: "[PHP-DEV] PHP 4.0 Bug #4461: Exception w/IIS5 in php4isapi"
- Previous message: web <email protected>: "[PHP-DEV] PHP 4.0 Bug #4459: When ErrorDocument 401 is set to a php file, Status 200 is returned not 401"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: jmuller2 <email protected>: "[PHP-DEV] PHP 4.0 Bug #4461: Exception w/IIS5 in php4isapi"
- Previous message: web <email protected>: "[PHP-DEV] PHP 4.0 Bug #4459: When ErrorDocument 401 is set to a php file, Status 200 is returned not 401"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

