Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread Zeev Suraski
At 10:22 19/08/2002, [EMAIL PROTECTED] wrote: >On Mon, 19 Aug 2002, Zeev Suraski wrote: > > > At 10:15 19/08/2002, [EMAIL PROTECTED] wrote: > > > > I would actually like to do that once, if you don't mind :) > > > > > >I don't mind at all... but what is the reason for this? :) > > > > Well, first

Re: [PHP-DEV] trans-sid warning?

2002-08-18 Thread Yasuo Ohgaki
Rasmus Lerdorf wrote: > Ok, then that is a bug that needs to be fixed before 4.3. This is one of the current session module behavior that I worry. We need at least strlen. (and char range check) I check them both in my save handler. (Not published session_pgsql, but my private session save hand

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread derick
On Mon, 19 Aug 2002, Zeev Suraski wrote: > At 10:15 19/08/2002, [EMAIL PROTECTED] wrote: > > > I would actually like to do that once, if you don't mind :) > > > >I don't mind at all... but what is the reason for this? :) > > Well, first it's been a while since I did, but I'd also like to see it

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread Zeev Suraski
At 10:15 19/08/2002, [EMAIL PROTECTED] wrote: > > I would actually like to do that once, if you don't mind :) > >I don't mind at all... but what is the reason for this? :) Well, first it's been a while since I did, but I'd also like to see it working in the 'new way' once, with the automated QA.

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread derick
On Mon, 19 Aug 2002, Zeev Suraski wrote: > At 10:12 19/08/2002, [EMAIL PROTECTED] wrote: > >I'd like to hear Stig's opinion on 4.3.0 first, and I tend to agree that > >we need a 4.2.3 too. I can even find time to do the release process and > >manage QA, providing there is any feedback to the RC.

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread Zeev Suraski
At 10:12 19/08/2002, [EMAIL PROTECTED] wrote: >I'd like to hear Stig's opinion on 4.3.0 first, and I tend to agree that >we need a 4.2.3 too. I can even find time to do the release process and >manage QA, providing there is any feedback to the RC. I would actually like to do that once, if you don

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread derick
On Sun, 18 Aug 2002, Edin Kadribasic wrote: > Exactly right. During the last release cycle, Derick made elaborate test > cases, etc. but the result was not very promising. Very few people actually > took part in the QA process and as a result 4.2.0 was released with some > serious bugs in it. >

[PHP-DEV] Serializer / deserializer error information?

2002-08-18 Thread Mark J. Hershenson
I am currently debugging an issue which I am finding hard to find which centers on trying to serialize and deserialize very complex objects which, when serialized, are around 580k in size. It's all part of a custom session handler. However, when I go to deserialize the value, I get back boolean f

Re: [PHP-DEV] Re: [PHP-DOC] Re: #3793 [Ana->Opn]: session.gc_maxlifetime

2002-08-18 Thread Yasuo Ohgaki
Zeev Suraski wrote: > I don't think that's the way to do it at all. In theory, it's no > problem to track whether changes were made to the session data, and > perform the write at the end of the request, only if we tracked a > change. That's only in theory, though, since with the fancy new >

Re: [PHP-DEV] return from ftp_site ()

2002-08-18 Thread Markus Fischer
On Mon, Aug 19, 2002 at 01:21:18AM +0200, Bjoern Frantzen wrote : > Is there a reason that the function ftp_site only returns a bool value and > not the output from the command? > > bool ftp_site ( resource ftp_stream, string cmd ) > > Will a patch that changes this behaviour be accepted? If we

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Alan Knowles
One another suggestion a change in ZE1 that would ease transition to ZE2. making $object->__clone() work on ZE1 (eg. parse equivalant to $object) , (without having to add it to all classes that are likely to need it).. would at least enable code written for ZE1 work with ZE2.. and visa versa

[PHP-DEV] return from ftp_site ()

2002-08-18 Thread Bjoern Frantzen
Is there a reason that the function ftp_site only returns a bool value and not the output from the command? bool ftp_site ( resource ftp_stream, string cmd ) Will a patch that changes this behaviour be accepted? If we return 0/false on error this shouldn't break any applications I think. --

Re: [PHP-DEV] trans-sid warning?

2002-08-18 Thread Rasmus Lerdorf
Ok, then that is a bug that needs to be fixed before 4.3. On Mon, 19 Aug 2002, Giancarlo wrote: > Il 00:13, lunedì 19 agosto 2002, hai scritto: > > > Il 23:54, domenica 18 agosto 2002, Rasmus Lerdorf ha scritto: > > > > Hrm.. Wait a second though, Giancarlo is saying that if the user > > > > pa

Re: [PHP-DEV] trans-sid warning?

2002-08-18 Thread Giancarlo
Il 00:13, lunedì 19 agosto 2002, hai scritto: > > Il 23:54, domenica 18 agosto 2002, Rasmus Lerdorf ha scritto: > > > Hrm.. Wait a second though, Giancarlo is saying that if the user > > > passes in a session id himself and that session does not exist, then > > > that will be the session id he wi

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread Melvyn Sopacua
At 22:21 18-8-2002, Edin Kadribasic wrote: > > >As long as there is momentum on the development process and on the QA > > >process when needed, > > >I don't think release momentum matters that much. > > > > Right. Since the first part of the sentence does not stand in reality, >the > > direct r

RE: [PHP-DEV] RE: [PHP-QA] RE: [PHP-DEV] 4.2.3

2002-08-18 Thread Lukas Smith
> From: Melvyn Sopacua [mailto:[EMAIL PROTECTED]] > > At 18:19 17-8-2002, Liz wrote: > > > > there should be 'fixed in the next bug-fix release' or 'fixed > > > in the next > > > semi-major release'. > > > >How about > > > >Will be fixed in version major.minor.buildrelease ?? ie tell them which

Re: [PHP-DEV] trans-sid warning?

2002-08-18 Thread Rasmus Lerdorf
> Il 23:54, domenica 18 agosto 2002, Rasmus Lerdorf ha scritto: > > Hrm.. Wait a second though, Giancarlo is saying that if the user passes > > in a session id himself and that session does not exist, then that will be > > the session id he will be given if a session is created on that request. >

Re: [PHP-DEV] trans-sid warning?

2002-08-18 Thread Giancarlo
Il 23:54, domenica 18 agosto 2002, Rasmus Lerdorf ha scritto: > Hrm.. Wait a second though, Giancarlo is saying that if the user passes > in a session id himself and that session does not exist, then that will be > the session id he will be given if a session is created on that request. > Is that

Re: [PHP-DEV] trans-sid warning?

2002-08-18 Thread Rasmus Lerdorf
Hrm.. Wait a second though, Giancarlo is saying that if the user passes in a session id himself and that session does not exist, then that will be the session id he will be given if a session is created on that request. Is that correct, Giancarlo? >From looking at the code and testing that assum

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread Zeev Suraski
As soon as Dan K signals that the patch-backporting phase is over (should happen by tomorrow or the next day; he's coordinating with other backporters), we'll get started. Zeev At 23:30 18/08/2002, Xavier Spriet wrote: >Okay then... >let's start up the QA process whenever you guys are ready a

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Andi Gutmans
At 07:50 PM 8/18/2002 +0200, Thies C. Arntzen wrote: >On Sun, Aug 18, 2002 at 10:29:47AM -0700, Rasmus Lerdorf wrote: > > I don't think we should stop people from tweaking ZE1. ZE2 is probably > > more than a year away from realistically being available to a lot of > > people. It takes a while for

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Zeev Suraski
At 21:58 18/08/2002, Wez Furlong wrote: >Generally speaking, and please don't take offense, I think that one >of the problems with ZE2 is that development is slow. I understand >that there are several very good reasons for that, but the real >problem is that there aren't enough people with enough

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Wez Furlong
Here my opinion, in case it is worth anything: Backport debug_backtrace(): +1 Backport all ZE2 changes: -1 Get more momentum behind ZE2: +1 On 08/18/02, "Thies C. Arntzen" <[EMAIL PROTECTED]> wrote: > zeev, this discussion should be pure technical, any political > or personal thing

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread Xavier Spriet
Okay then... let's start up the QA process whenever you guys are ready and I'll test as much as I can on 2 of our developement machines, one on linux the other one on SPARC 64. I'll start as soon as the process is ignited. Let's get to work and give it some momentum ;) -Origina

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread Edin Kadribasic
> >As long as there is momentum on the development process and on the QA > >process when needed, > >I don't think release momentum matters that much. > > Right. Since the first part of the sentence does not stand in reality, the > direct result is that momentum matters, a lot :) Lack of momentum

Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread Dan Hardiker
> Lack of momentum > is the main reason PHP releases are taking several weeks now. It's not > as if people are testing it thoroughly for weeks and weeks... I have a dev box I can test my installation setup on with dev releases of PHP ... where do I sign up? (If needed) -- Dan Hardiker [[EMA

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread Zeev Suraski
At 22:20 18/08/2002, Xavier Spriet wrote: >As long as there is momentum on the development process and on the QA >process when needed, >I don't think release momentum matters that much. Right. Since the first part of the sentence does not stand in reality, the direct result is that momentum ma

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread Xavier Spriet
As long as there is momentum on the development process and on the QA process when needed, I don't think release momentum matters that much. It is important to keep up with the current development for 4.3.0 and also for future implementation of ze2, which I think probably takes some time.

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Dan Hardiker
> look at the opcodes for: > > a(b(c())); > > function a() {} > function b() {} > function c() {} > > and tell me which function is called from which scope. unless > you know something i dont youll see > a() > b() > c() > > which is wrong as the correct

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Thies C. Arntzen
On Sun, Aug 18, 2002 at 09:26:45PM +0300, Zeev Suraski wrote: > At 21:15 18/08/2002, Thies C. Arntzen wrote: > >On Sun, Aug 18, 2002 at 09:00:25PM +0300, Zeev Suraski wrote: > >> At 20:54 18/08/2002, Thies C. Arntzen wrote: > >> >BTW: the code we're talking about is neither magic nor very > >>

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Zeev Suraski
At 21:15 18/08/2002, Thies C. Arntzen wrote: >On Sun, Aug 18, 2002 at 09:00:25PM +0300, Zeev Suraski wrote: > > At 20:54 18/08/2002, Thies C. Arntzen wrote: > > >BTW: the code we're talking about is neither magic nor very > > >complex. andi, sorry i you felt me stepping on your feet;-) > >

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Thies C. Arntzen
On Sun, Aug 18, 2002 at 01:06:47PM -0500, Richard Thomas wrote: > Zeev makes a very very good point here.. > > What is the point of backporting everything into 4.3, There is no real > point. PHP needs to move forward with new and improved.. Not spending > its time going no where, and trying to im

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Thies C. Arntzen
On Sun, Aug 18, 2002 at 08:18:40PM +0200, [EMAIL PROTECTED] wrote: > On Sun, 18 Aug 2002, Thies C. Arntzen wrote: > > > we _want_ to work together, right? atleast i want that. i > > have pulled my hair many times for having a real-backtrace on > > a production-site _without_ having to

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Thies C. Arntzen
On Sun, Aug 18, 2002 at 09:00:25PM +0300, Zeev Suraski wrote: > At 20:54 18/08/2002, Thies C. Arntzen wrote: > >BTW: the code we're talking about is neither magic nor very > >complex. andi, sorry i you felt me stepping on your feet;-) > > And yet you took it from ZE2 a couple of months af

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread derick
On Sun, 18 Aug 2002, Thies C. Arntzen wrote: > we _want_ to work together, right? atleast i want that. i > have pulled my hair many times for having a real-backtrace on > a production-site _without_ having to load an extension that > makes the whole site ~10% slower (sorry, derick

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Zeev Suraski
At 21:00 18/08/2002, Thies C. Arntzen wrote: > so - cool, you (z&a) stopped working on it. does that mean > it's now written in stone and nobody is allowed to touch it? Feature-wise, I hope so. There's so much I can do to actually make it so, though. > We have a pretty clear roadmap f

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Richard Thomas
Zeev makes a very very good point here.. What is the point of backporting everything into 4.3, There is no real point. PHP needs to move forward with new and improved.. Not spending its time going no where, and trying to improve on going no where. With ZE2 being the current goal the only thing t

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Zeev Suraski
At 20:56 18/08/2002, Rasmus Lerdorf wrote: > > At 20:29 18/08/2002, Rasmus Lerdorf wrote: > > >I don't think we should stop people from tweaking ZE1. ZE2 is probably > > >more than a year away from realistically being available to a lot of > > >people. > > > > No, it's not. It's around 6 months a

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Zeev Suraski
At 21:00 18/08/2002, Thies C. Arntzen wrote: > this is more than a little frustrating for me and i'm sure > not too many ppls will be happy about your "desupport notice" > for ZE1. It has nothing to do with desupport. I fixed ZE1 issues, *COMPLEX* ones, that cost me days of low leve

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Zeev Suraski
At 20:54 18/08/2002, Thies C. Arntzen wrote: > BTW: the code we're talking about is neither magic nor very > complex. andi, sorry i you felt me stepping on your feet;-) And yet you took it from ZE2 a couple of months after it was written, as opposed to two years ago when ZE1 was already

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Thies C. Arntzen
On Sun, Aug 18, 2002 at 08:50:04PM +0300, Zeev Suraski wrote: > At 20:24 18/08/2002, Thies C. Arntzen wrote: > >On Sun, Aug 18, 2002 at 08:19:52PM +0300, Zeev Suraski wrote: > >> I haven't, because of the two reasons I mentioned. There's nothing about > >> the specifics of the patch that can make

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Rasmus Lerdorf
> At 20:29 18/08/2002, Rasmus Lerdorf wrote: > >I don't think we should stop people from tweaking ZE1. ZE2 is probably > >more than a year away from realistically being available to a lot of > >people. > > No, it's not. It's around 6 months away from being > production-quality. That's exactly th

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Thies C. Arntzen
On Sun, Aug 18, 2002 at 08:49:30PM +0300, Zeev Suraski wrote: > At 20:40 18/08/2002, [EMAIL PROTECTED] wrote: > >I'm not happy with that indeed. ZE1 is still the current version, and I > >wouldn't see any reason to not extend it (or even backport things from > >ZE2 as this patch is largely about).

Re: [PHP-DEV] trans-sid warning?

2002-08-18 Thread Dan Hardiker
>> But the real issue here is about session hijacking. Yes, of course >> people can send whatever session id they want to PHP. Since the >> session id comes from the user we need to accept what is sent. > > This is what I consider unconceivable. > Why ever should tickets issued by the user be

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Zeev Suraski
At 20:24 18/08/2002, Thies C. Arntzen wrote: >On Sun, Aug 18, 2002 at 08:19:52PM +0300, Zeev Suraski wrote: > > I haven't, because of the two reasons I mentioned. There's nothing about > > the specifics of the patch that can make me change my personal mind about > > it... > > I understand you dis

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Thies C. Arntzen
On Sun, Aug 18, 2002 at 10:29:47AM -0700, Rasmus Lerdorf wrote: > I don't think we should stop people from tweaking ZE1. ZE2 is probably > more than a year away from realistically being available to a lot of > people. It takes a while for people to upgrade, and many will skip the .0 > release. If

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Zeev Suraski
At 20:40 18/08/2002, [EMAIL PROTECTED] wrote: >I'm not happy with that indeed. ZE1 is still the current version, and I >wouldn't see any reason to not extend it (or even backport things from >ZE2 as this patch is largely about). Why not backport all the changes then? I'm -1 on introducing any new

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Zeev Suraski
At 20:29 18/08/2002, Rasmus Lerdorf wrote: >I don't think we should stop people from tweaking ZE1. ZE2 is probably >more than a year away from realistically being available to a lot of >people. No, it's not. It's around 6 months away from being production-quality. That's exactly the mispercept

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread derick
On Sun, 18 Aug 2002, Thies C. Arntzen wrote: > On Sun, Aug 18, 2002 at 08:19:52PM +0300, Zeev Suraski wrote: > > I haven't, because of the two reasons I mentioned. There's nothing about > > the specifics of the patch that can make me change my personal mind about > > it... > > I understand you

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Rasmus Lerdorf
I don't think we should stop people from tweaking ZE1. ZE2 is probably more than a year away from realistically being available to a lot of people. It takes a while for people to upgrade, and many will skip the .0 release. If a few tweaks to ZE1 can eliminate peoples' motivation to move to ZE2, t

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Thies C. Arntzen
On Sun, Aug 18, 2002 at 08:19:52PM +0300, Zeev Suraski wrote: > I haven't, because of the two reasons I mentioned. There's nothing about > the specifics of the patch that can make me change my personal mind about > it... > I understand you disagree with me about the momentum issue, so let's agr

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Zeev Suraski
I haven't, because of the two reasons I mentioned. There's nothing about the specifics of the patch that can make me change my personal mind about it... I understand you disagree with me about the momentum issue, so let's agree to disagree. Zeev At 20:12 18/08/2002, Thies C. Arntzen wrote: >

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Thies C. Arntzen
there is one tiny change that might destabelize the ZE1 - i asked if you could take a look and see if you agree with me that this change is actually *not* harmful. i don't really see your point that having debug_backtrace only available in ZE2 will bring more momentum to the

[PHP-DEV] ok ok let's get this bit right ..

2002-08-18 Thread Steph
Can't fix the bug, but may as well get rid of the build warning on doze at least. --- old_db.c2002-08-18 16:37:34.0 + +++ db.c2002-08-18 18:00:34.0 + @@ -38,15 +38,9 @@ #include #endif -#ifdef PHP_31 -#include "os/nt/flock.h" -#else -#ifdef PHP_WIN32 -#in

Re: [PHP-DEV] Re: [PHP-DOC] Re: #3793 [Ana->Opn]: session.gc_maxlifetime

2002-08-18 Thread Zeev Suraski
I don't think that's the way to do it at all. In theory, it's no problem to track whether changes were made to the session data, and perform the write at the end of the request, only if we tracked a change. That's only in theory, though, since with the fancy new $_SESSION array, there's no wa

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Andi Gutmans
I also think we should make sure enough people have motivation to move to ZE2. If not it'll be hard to push it out and we all know that it's a very important step for PHP. As it is, there is still not enough momentum behind it. Andi At 05:38 PM 8/18/2002 +0300, Zeev Suraski wrote: >I said befor

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Zeev Suraski
I said before - I prefer not having any changes in ZE1, for both stability reasons and also as a motivation to get ZE2 out the door more quickly. Zeev At 17:21 18/08/2002, Thies C. Arntzen wrote: > if noone objects i'm going to commit this to -HEAD (and we > can start discussing it the

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Thies C. Arntzen
if noone objects i'm going to commit this to -HEAD (and we can start discussing it then;-) re, tc On Fri, Aug 16, 2002 at 07:39:59PM +0200, Thies C. Arntzen wrote: > > hi, > > this patch adds the extremely useful debug_backtrace() > function to ZE1. as it's more-o

Re: [PHP-DEV] PHP apxs installs on AIX

2002-08-18 Thread Dan Kalowsky
On Sat, 17 Aug 2002, Jani Taskinen wrote: > It's a bug in libtool. It would be best for everyone (not only PHP project) > that it's fixed in it.. Good to have you back. :) Thanks, and will do. >---< Dan Kalowsky

Re: [PHP-DEV] odbc_primarykeys return type

2002-08-18 Thread Dan Kalowsky
Hi Kevin On Sun, 18 Aug 2002, Kevin Gordon wrote: > The first two functions return "resource" and the second two functions > return "int". Is there any difference? In this case, not really. I think I should probably update some of the documentation it seems. > Using a postgresql database odbc

[PHP-DEV] gc_maxlifetime shouldn't always be INI_ALL

2002-08-18 Thread Giancarlo
In a vhost environment, it seems tat any script can flush all existing sessions that use the common save_path by lowering his gc_maxlifetime and seting his gc_probability to 100%. Both gc_maxlifetime and gc_probability values are INI_ALL, even when the sessio.save_path is set to everybody's