php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15237 PHP crashes when save path is invalid
Submitted: 2002-01-26 17:20 UTC Modified: 2002-04-10 19:21 UTC
From: olegpro at mail dot ru Assigned:
Status: Closed Package: Session related
PHP Version: 4.1.1 (original win binaries) OS: Win2k Prof (RUS) SP1
Private report: No CVE-ID: None
 [2002-01-26 17:20 UTC] olegpro at mail dot ru
I've got some PHP script (not written by me) which causes latest PHP crash on my system:
Win2K Professional (RUS) SP1 5.00.2195

The scripts constists of several files available in archive at
http://www.chat.ru/~olegpro2000/forum.zip

Run
php forum.php 
to reproduce crash (php4ts.dll will crash)

Regards, Oleg.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-27 05:18 UTC] sander@php.net
Can you track down the problem to a few lines of code?
 [2002-01-27 19:21 UTC] olegpro at mail dot ru
//sorry, here's the line:
//
session_start();
// will cause fault on my system
// if (php.ini{session.save_path}) == INVALID
// In other words when session.save_path directory of php.ini doesn't exist.

 [2002-01-27 21:18 UTC] yohgaki@php.net
Dup.
PHP crashes when save path is invalid
 [2002-04-10 19:21 UTC] sniper@php.net
this should be fixed..please try the php 4.2.0RC2 from
http://www.php.net/~derick/ and reopen if it still crashes.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 08 19:01:29 2024 UTC