configure php on windows with sapi module

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cateye
Forum Newbie
Posts: 1
Joined: Sat Jun 07, 2003 8:03 am

configure php on windows with sapi module

Post by cateye »

Hi,
i want to compile my php file with the --enable-trans-sid parameter so that the SID were not displayed in the browser adress bar.
But i didn't find a possibility to set this param.

I use Apache on a WINXP platform and load PHP by this loadModule:

LoadModule php4_module c:/developing/php4/sapi/php4apache.dll

Thx.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Post Reply