[PHP-WIN] Re: Curly and annoying. Session vars and uniquely identifying a

2005-03-29 Thread Justin Tan
One way you could get around this (for debugging purposes only) is to use another browser.. ie. IE and Firefox. This works because each of the browser instances have separate cookie stores. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php-binaries with --enable-memory-limit?

2005-03-29 Thread Sencer
Is there a reason why the default binary distribution does not have this enabled? I would assume that a lot of people that are using php on windows use it as a dev.-environment. The ability to use track memory usage of scripts would be very helpful, for example in combination with Xdebug. Is t