Re: [PHP-DEV] A request for code change : Repeated opening and closing the session leads to a LOT of Set-Cookie headers.

2007-03-15 Thread Richard Quadling
Hello Markus and thank you for your comments. I feel there are 2 things to be considered with your suggestion. 1 - It doesn't matter what the server side handler is (files/user/sqlite/mm/etc), session data is not stored until you do a session_write_close(). So for a separate process to have

Re: [PHP-DEV] A request for code change : Repeated opening and closing the session leads to a LOT of Set-Cookie headers.

2007-03-15 Thread Markus Fischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Richard, Richard Quadling wrote: I feel there are 2 things to be considered with your suggestion. 1 - It doesn't matter what the server side handler is (files/user/sqlite/mm/etc), session data is not stored until you do a

Re: [PHP-DEV] A request for code change : Repeated opening and closing the session leads to a LOT of Set-Cookie headers.

2007-03-15 Thread Stefan Esser
Hello Richard, your problem is a bug in the session extension. My suggested but not tested workaround is that you simply call ini_set(session.use_cookies, 0); after the first time you call session_write_close(). This will stop the session extension from sending further cookies during a single

Re: [PHP-DEV] A request for code change : Repeated opening and closing the session leads to a LOT of Set-Cookie headers.

2007-03-15 Thread Richard Quadling
Hmm. Good idea! I think I also have to turn off session.use_only_cookies. I just tried this, but within the framework the ini_set return false (when the value is currently 1) and the setting was not altered and I've yet to work out why. In a simple test this works fine. ?php for($i = 0 ; $i

Re: [PHP-DEV] A request for code change : Repeated opening and closing the session leads to a LOT of Set-Cookie headers.

2007-03-15 Thread Richard Quadling
Ha! Stupido! I had cut'n'pasted and somehow had a trailing space on the ini entry name! But, it works a treat. Is this worth mentioning in the dox? I have karma there, but I don't want to add just because I can. On 15/03/07, Richard Quadling [EMAIL PROTECTED] wrote: Hmm. Good idea! I think

[PHP-DEV] GSoC

2007-03-15 Thread Marcus Boerger
Hello guys, PHP has been chosen as a summer of code project. I suggets we put the following on php.net. Any comments? --- The PHP team is proud to once again participate in the Google Summer of Code. We are still looking for project ideas of interested students. In case you want

Re: [PHP-DEV] GSoC

2007-03-15 Thread Antony Dovgal
On 03/15/2007 05:50 PM, Marcus Boerger wrote: Hello guys, PHP has been chosen as a summer of code project. I suggets we put the following on php.net. Any comments? --- The PHP team is proud to once again participate in the Google Summer of Code. We are still looking for project

Re: [PHP-DEV] GSoC

2007-03-15 Thread Derick Rethans
On Thu, 15 Mar 2007, Antony Dovgal wrote: Hannes also has some ideas on improving our bug tracker as a GSoC project. And I am thinking about this: http://derickrethans.nl/wanted_dbgp_xdebug_client.php Do you guys think that would qualify as php project as well? regards, Derick -- PHP

Re: [PHP-DEV] GSoC

2007-03-15 Thread Lukas Kahwe Smith
Derick Rethans wrote: On Thu, 15 Mar 2007, Antony Dovgal wrote: Hannes also has some ideas on improving our bug tracker as a GSoC project. And I am thinking about this: http://derickrethans.nl/wanted_dbgp_xdebug_client.php Do you guys think that would qualify as php project as well? Hell

Re: [PHP-DEV] GSoC

2007-03-15 Thread Hannes Magnusson
On 3/15/07, Derick Rethans [EMAIL PROTECTED] wrote: On Thu, 15 Mar 2007, Antony Dovgal wrote: Hannes also has some ideas on improving our bug tracker as a GSoC project. And I am thinking about this: http://derickrethans.nl/wanted_dbgp_xdebug_client.php Do you guys think that would qualify as

Re: [PHP-DEV] GSoC

2007-03-15 Thread Hannes Magnusson
On 3/15/07, Antony Dovgal [EMAIL PROTECTED] wrote: On 03/15/2007 05:50 PM, Marcus Boerger wrote: Hello guys, PHP has been chosen as a summer of code project. I suggets we put the following on php.net. Any comments? --- The PHP team is proud to once again participate in the

Re: [PHP-DEV] GSoC

2007-03-15 Thread Marcus Boerger
Hello Derick, We are in the collection phase right now. We can always decline projects or prioritize project close to core PHP during the dicsussion phase anyway. best regards marcus Thursday, March 15, 2007, 3:58:31 PM, you wrote: On Thu, 15 Mar 2007, Antony Dovgal wrote: Hannes also

Re: [PHP-DEV] GSoC

2007-03-15 Thread Lukas Kahwe Smith
Marcus Boerger wrote: Hello Ilia, of course we can. The question is how do we find a student for ideas we have? one we have a fairly complete overview of ideas .. we can have a few of us blog the world :) regards, Lukas -- PHP Internals - PHP Runtime Development Mailing List To

Re: [PHP-DEV] GSoC

2007-03-15 Thread Richard Lynch
On Thu, March 15, 2007 10:08 am, Lukas Kahwe Smith wrote: Derick Rethans wrote: On Thu, 15 Mar 2007, Antony Dovgal wrote: Hannes also has some ideas on improving our bug tracker as a GSoC project. And I am thinking about this: http://derickrethans.nl/wanted_dbgp_xdebug_client.php Do you

Re: [PHP-DEV] A request for code change : Repeated opening and closing the session leads to a LOT of Set-Cookie headers.

2007-03-15 Thread Richard Lynch
On Thu, March 15, 2007 4:15 am, Richard Quadling wrote: 1 - It doesn't matter what the server side handler is (files/user/sqlite/mm/etc), session data is not stored until you do a session_write_close(). So for a separate process to have access to the data, the session must be closed. You

Re: [PHP-DEV] GSoC

2007-03-15 Thread Marcus Boerger
Hello Tijnema, cool, have a look at the site then. If Ilia didn't update it just wait a bit - we are having network problems here during the conference. best regards marcus Thursday, March 15, 2007, 10:09:11 PM, you wrote: On 3/15/07, Marcus Boerger [EMAIL PROTECTED] wrote: Hello Ilia,

Re: [PHP-DEV] A request for code change : Repeated opening and closing the session leads to a LOT of Set-Cookie headers.

2007-03-15 Thread David Lindstrom
Well, you could always add a user comment. Isn't that what they are for anyway? Richard Quadling [EMAIL PROTECTED] skrev i meddelandet news:[EMAIL PROTECTED] Ha! Stupido! I had cut'n'pasted and somehow had a trailing space on the ini entry name! But, it works a treat. Is this worth

[PHP-DEV] segmentation fault

2007-03-15 Thread Oliver Block
Hello, I receive a segmentation fault on a RETVAL_STRING(some_module_global, 1); The problem disappears if I change it to RETVAL_STRING(some_module_global, 0); Is anybody interested in the data? Regards, Oliver -- PHP Internals - PHP Runtime Development Mailing List To