php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29336 Segmentation fault
Submitted: 2004-07-22 19:02 UTC Modified: 2004-08-12 12:15 UTC
Votes:5
Avg. Score:5.0 ± 0.0
Reproduced:5 of 5 (100.0%)
Same Version:3 (60.0%)
Same OS:2 (40.0%)
From: glorybox at s dot od dot ua Assigned: sascha (profile)
Status: Closed Package: Session related
PHP Version: 5CVS-2004-07-22 (dev) OS: Linux 2.4.18-xfs-1.1
Private report: No CVE-ID: None
 [2004-07-22 19:02 UTC] glorybox at s dot od dot ua
Description:
------------
While starting session with session_start() PHP5 causes Apache to segfault.

No changes were actually made to php.ini-dist

Reproduce code:
---------------
<?php

session_start();

?>

Expected result:
----------------
Expected to start session.


Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-23 09:13 UTC] tony2001@php.net
Please try this patch:
http://tony2004.phpclub.net/dev/tmp/session.diff

Does it happen with it too ?
 [2004-07-26 07:45 UTC] marcus at lucidix dot com
that patch fixes the problem for me. thanks!
 [2004-08-12 12:15 UTC] tony2001@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Aug 15 15:01:27 2024 UTC