|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 08:00:01 2025 UTC |
//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.