Re: [PHP-DEV] why does PHP accept [new] session ids from client?

2005-03-29 Thread Hans L
Ok, I'll post it there. I thought that it was more a question of "why is it this way?" than "how do I do ?". Thanks, Hans Jeremy Johnstone wrote: Not to be rude or anything, but this question is better suited for php-general -Jeremy On Tue, 29 Mar 2005 12:47

[PHP-DEV] why does PHP accept [new] session ids from client?

2005-03-29 Thread Hans L
Hi, This may not be the right place for this question, but what I'm looking to understand is the reasoning behind what seems to be the standard session behavior in PHP. And, if it's possible, how to change this behavior (via INI settings, etc.). As I understand (and experience) it, if a client

[PHP-DEV] per-directory magic_quotes not working on IIS

2004-11-24 Thread Hans L
I was wondering if there's any chance of seeing this fixed in upcoming 4.3.10 release, as it's a rather significant bug for IIS/windows installs that use the registry to set per-directory values: http://bugs.php.net/bug.php?id=30527 Thanks, Hans -- PHP Internals - PHP Runtime Development Ma

Re: [PHP-DEV] Static call detection

2004-10-05 Thread Hans L
Wez Furlong wrote: It is *not* ok to have a static method try and work like a non static method. In PHP 5, declaring a static method will prevent $this from being initialized. static means static. Take this as a hint that what you're trying to do it wrong :-) As others have mentioned on the list (