ID: 33043 User updated by: kraj at illumen dot com Reported By: kraj at illumen dot com -Status: Bogus +Status: Open Bug Type: Session related Operating System: FreeBSD 4.8 Release PHP Version: 4.3.11 New Comment:
Set status to open - was marked as bogus Previous Comments: ------------------------------------------------------------------------ [2005-05-16 21:21:36] kraj at illumen dot com Just checked the httpd error log. The following is being reported: Mon May 16 13:09:45 2005] [notice] child pid 74721 exit signal Bus error (10) ------------------------------------------------------------------------ [2005-05-16 21:19:28] [EMAIL PROTECTED] 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. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Works fine for me (and pretty much everybody else too) ------------------------------------------------------------------------ [2005-05-16 21:17:43] kraj at illumen dot com Description: ------------ I just upgraded to 4.3.11 and installed Zend Optimizer. I turned Zend Optimizer off to see if this was he cause of the problems - which it was not. Web server is running: Apache/1.3.33 (Unix) mod_perl/1.29 PHP/4.3.11 Problem was just reported by a customer who istalled the aMember package on the server. AFter much testing we isolate the problem to sessions. Sessions is set to use files, in the /tmp directory, which has full access (777). When I access a page which has session_start, I see that 2 session files are created. Both have zero length. Also, when I set session.autostart to 1 php pages return a page not found error. Any assistance in tracking down the problem will be deeply appreciated. session Session Support enabled Registered save handlers files user Directive Local Value Master Value session.auto_start Off Off session.bug_compat_42 Off Off session.bug_compat_warn On On session.cache_expire 180 180 session.cache_limiter nocache nocache session.cookie_domain no value no value session.cookie_lifetime 0 0 session.cookie_path / / session.cookie_secure Off Off session.entropy_file no value no value session.entropy_length 0 0 session.gc_divisor 1000 1000 session.gc_maxlifetime 1440 1440 session.gc_probability 1 1 session.name PHPSESSID PHPSESSID session.referer_check no value no value session.save_handler files files session.save_path /tmp /tmp session.serialize_handler php php session.use_cookies On On session.use_only_cookies Off Off session.use_trans_sid Off Off Reproduce code: --------------- <? session_start(); phpinfo(); ? Expected result: ---------------- phpinfo will be displayed Actual result: -------------- page not found ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33043&edit=1
