Hi Felix,

 I always do some confusion when using php in windows: there are a lot
of places where php.ini could be, and sometimes if you copied it to a
place (c:\windows , for example), nothing you change in other places
will work.

 to use the php in CLI, there must be a php.ini in php folder , for example...
 and almost every WAMP install does have a 'conf manager' , where they
update the right ini' files.
 quite confusing :>

 spark

On 11/30/06, Felix Geisendörfer <[EMAIL PROTECTED]> wrote:
>
>
>
>  Aren't these php.ini settings?
>
>  They sure are. However changing their values in the php.ini doesn't seem to
> have any affect for me. Doing it in php does. I'm not going to question it -
> it's my fault to use a Win-based dev box ; ).
>
>  Btw. CakePHP does modify the "session.use_trans_sid" value on runtime as
> well. However it's a known PHP bug that this won't work unless setting
> "url_rewriter.tags" to '' too.
>
>  -- Felix
>
> --------------------------
>  http://www.thinkingphp.org
>  http://www.fg-webdesign.de
>
>  John David Anderson (_psychic_) wrote:
>  On Nov 30, 2006, at 11:18 AM, Felix Geisendörfer wrote:
>
>
>
>  On my local dev machine something is messed up with Sessions as
> well and fixing it in php.ini does not help.
>
> Rescue comes from a little addition to /app/config/bootstrap.php
> ----------------------------------------------------------------------
> ----------
> ini_set("url_rewriter.tags","");
> ini_set('session.use_trans_sid', false);
> ----------------------------------------------------------------------
> ----------
>
>  Aren't these php.ini settings?
>
> I'd also check your cookies to see what's up with them.
>
> - John
>
>
>
>
>
>  >
>


-- 
[web] http://synapsisdi.com.br
[livesets] http://djspark.com.br/mp3

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to