[PHP-DEV] PHP 4.0 Bug #5883: --enable-trans-sid modification request From: douville <email protected>
Date: 07/31/00

From: douville <email protected>
Operating system: FreeBSD
PHP version: 4.0.1pl2
PHP Bug Type: Feature/Change Request
Bug description: --enable-trans-sid modification request

It would be nice to be able to compile PHP4 with --enable-trans-sid and have the added flexibility in the php.ini file to control which extensions are appended with the sid. For example, my site uses global navigation include files that use relative links to static html pages. I can either turn on the --enable-trans-sid and make new include files or turn off --enable-trans-sid and manually put in the <?=SID?> where I need it.

I want the best of both worlds!! It would be cool if in the php.ini file I could designate that only hrefs with .php extensions are appended or multiples ("php, html") to be appended.

--enable-trans-sid is a really cool feature but this would allow it to be more usable.

Thanks,
Steve Douville
douville <email protected>

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