ID: 38587 User updated by: jgantes at gmail dot com Reported By: jgantes at gmail dot com -Status: Feedback +Status: Open Bug Type: Session related Operating System: Windows 2003R2 PHP Version: 4.4.4 New Comment:
We will attempt to move to PHP 5 as you have suggested. Previous Comments: ------------------------------------------------------------------------ [2006-08-25 07:50:37] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip ------------------------------------------------------------------------ [2006-08-25 07:40:53] jgantes at gmail dot com Description: ------------ Ever since upgrading from 4.4.2 (both on Linux and Windows w/ Apache) we're receiving the following error: Notice: A session had already been started - ignoring session_start() We have already checked session.auto_start and this is off. In addition, I don't actually have two sessions initiating. Also, we've posted in several forums before stopping here. Note, that when I DOWNGRADE to version 4.4.2 this issue goes away as well. Is this a bug or feature by design? It sounds like other users have had this issue too in previous versions. Reproduce code: --------------- <? session_start(); // start session. ?> Expected result: ---------------- Is this by design or a bug? If so, why does it keep changing back and forth? This was also true between previous versions of PHP. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38587&edit=1