ID: 30921 Updated by: [EMAIL PROTECTED] Reported By: Lysenka at nm dot ru -Status: Open +Status: Bogus Bug Type: Session related Operating System: Suse Linux PHP Version: 4.3.8 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. You don't have the session module enabled. Previous Comments: ------------------------------------------------------------------------ [2004-11-27 22:27:08] Lysenka at nm dot ru Description: ------------ Fatal error: Call to undefined function: session_start() in /srv/www/htdocs/store/index.php on line 28 I looked at the line and all it contains is this: session_start(); I have PHPlib and php4-session module installed.. I didn't change php.ini file at all. Reproduce code: --------------- <?php session_start(); ?> Expected result: ---------------- Fatal error: Call to undefined function: session_start() in .... on line 2 Actual result: -------------- Fatal error: Call to undefined function: session_start() in .... on line 2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30921&edit=1