[PHP-DEV] PHP 4.0 Bug #4014: Page load hangs on session_start with new PHP4rc1 dll files From: michael-kaplan <email protected>
Date: 04/03/00

From: michael-kaplan <email protected>
Operating system: Windows 95 / PWS 4.0
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Session related
Bug description: Page load hangs on session_start with new PHP4rc1 dll files

Used session_start() on a site developed using PHP4.0b4-pl1, had no problems whatsoever. Installed PHP4rc1, and page load hung completely on session_start(). PWS left this connection open, and Active Connection was never terminated. This can be reproduced using a very simple page:

<?php
session_start();
?>

Worked on Beta 4, hung up on release candidate 1.

Platform is Win 95 OSR2 running latest version of PWS4.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>