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
 [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: Thu Apr 25 19:01:33 2024 UTC