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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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 20 04:01:28 2024 UTC