session extension patch merge

php.internals

Brian J. France

20 years ago
I just tracked down a problem in the session extension and it looks like it was caused by a patch not getting merged back to head (which became PHP_5_1). This patch: http://cvs.php.net/viewcvs.cgi/php-src/ext/session/session.c? view=log&pathrev=PHP_4_4#rev1.336.2.40 is missing from PHP_5_1. Without this patch the PHP 5.1 session extension resets the cookie on every request even if it is already set. Any chance of getting it merged into PHP_5_1 and HEAD? Thanks, Brian