From: xingg_wu at yahoo dot com dot cn Operating system: reahat linux 9 PHP version: 4.3.3 PHP Bug Type: Session related Bug description: session creates new empty file
Description: ------------ Hello: I am poor in enlish! The session sometime works well,sometime works badly! It creates new empty file in /tmp.I also find this problem with apache1.3.12&php4.1.1&sybase11.9.2&linux My php.in file config: session.sav_path=/tmp session.sav_handler=files session.use_cookies=1 session.name=PHPSESSID session.auto_start=0 session.cookie_path=/ session.cookie_domin= session.gc_maxlifetime=1440 .... my server config: php4.3.3 httpd2.0.44 linux 9 sybase-11.9.2 tar-vzxf php-4.3.3.tar.gz ./configure 每with-apxs2=/home/apache/bin/apxs 每with-sybase-ct=/opt/Sybase-11.9.2 每enable-ftp 每enable-track-vars 每disable-cli make make install cp php.ini-dist /usr/local/lib/php.ini -- Edit bug report at http://bugs.php.net/?id=26496&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26496&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26496&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26496&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26496&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26496&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=26496&r=needscript Try newer version: http://bugs.php.net/fix.php?id=26496&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26496&r=support Expected behavior: http://bugs.php.net/fix.php?id=26496&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26496&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26496&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26496&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26496&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26496&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26496&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26496&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26496&r=float