php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #602 Apache 1.3.1 crash on execing a dl-ed function
Submitted: 1998-07-30 17:53 UTC Modified: 1998-11-25 02:00 UTC
From: jprins at dds dot nl Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.2 OS: Solaris 2.5.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jprins at dds dot nl
New email:
PHP Version: OS:

 

 [1998-07-30 17:53 UTC] jprins at dds dot nl
Compiled both PHP 3.0.2. and Apache 1.3.1 with
-R option (as told by perl -V). Execing a php file like
 
dl ("./calendar.so");
echo jdmonthname (1, 3);

makes Apache SIGSEGV immediately and closing connection
without sending anything, and just saying child exit 11
in error_log.

However, when execingon commandline:

> php -ftest.php

no problems occur, and the monthname is printed.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-11-25 02:00 UTC] rasmus
Not enough info in this bug report to go on.  We need 
a core backtrace or something.  See the FAQ.  I have 
tested this exact setup on a using the latest Apache and
PHP on a Solaris 2.5.1 box and it works fine.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 01:01:30 2024 UTC