[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2009-04-06 Thread Hannes Magnusson
bjori Mon Apr 6 11:45:25 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c Log: MFH: fix folding http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.417.2.8.2.40.2.20r2=1.417.2.8.2.40.2.21diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-12-10 Thread Scott MacVicar
scottmacThu Dec 11 01:21:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c Log: MFH Fix bug #35975 - Session cookie expires date format isn't the most compatible. Sync to that of setcookie().

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-08-05 Thread Jani Taskinen
janiTue Aug 5 22:52:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c Log: - Nuke ending periods from error messages

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-06-27 Thread Felipe Pena
felipe Fri Jun 27 16:16:24 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c Log: - Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.417.2.8.2.40.2.9r2=1.417.2.8.2.40.2.10diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-06-24 Thread Dmitry Stogov
dmitry Tue Jun 24 06:47:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c Log: Fixed memory leaks http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.417.2.8.2.40.2.8r2=1.417.2.8.2.40.2.9diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c /ext/session/tests session_cache_limiter_error.phpt session_id_error.phpt session_is_registered_basic.phpt session_is_registered_variation1.phpt

2008-06-21 Thread Felipe Pena
felipe Sat Jun 21 15:27:34 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c /php-src/ext/session/tests session_cache_limiter_error.phpt session_id_error.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-04-14 Thread Scott MacVicar
scottmacTue Apr 15 00:59:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c Log: Fixed bug #44720 (Prevent infinite recursion within session_register)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-03-11 Thread Dmitry Stogov
dmitry Tue Mar 11 09:36:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c Log: Fixed memory corruption because of double free()

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-03-11 Thread Stanislav Malyshev
Dmitry, Do we need this in 5.2? I think we do, looks low-risk to me. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-03-11 Thread Gwynne Raskind
On Mar 11, 2008, at 3:50 PM, Stanislav Malyshev wrote: Dmitry, Do we need this in 5.2? I think we do, looks low-risk to me. Nope; this commit fixed a bug with my patch to 5.3/HEAD. It wasn't backported to 5.2 in the first place. -- Gwynne, Daughter of the Code This whole world is an

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-03-11 Thread Stanislav Malyshev
Dmitry, Do we need this in 5.2? I think we do, looks low-risk to me. Nope; this commit fixed a bug with my patch to 5.3/HEAD. It wasn't backported to 5.2 in the first place. Ah, my bad, I thought it was in 5.2 too :) -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED]