|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-09-20 19:23 UTC] sas@php.net
[2000-10-12 08:58 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 13:00:01 2025 UTC |
I am using PHP 4.0.2 with Apache 1.3.12 compiled as a module. First all works just fine, but after some time (I haven?t yet discovered when or why) I get an "File Descriptor Error" and php is not longer able to write the session data and it writes the following error to the apache errorlog: write failed: Bad file descriptor (9) in Unknown on line 0: Failed to write session data. Please check that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 my configure: ./configure \ --enable-track-vars \ --with-apache=/usr/src/apache_1.3.12 \ --with-mysql