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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
27 - 1 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 16:01:27 2024 UTC