php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41381 php segment faults
Submitted: 2007-05-12 23:30 UTC Modified: 2007-05-21 01:00 UTC
From: Steven dot McCullie at sun dot com Assigned:
Status: No Feedback Package: *Compile Issues
PHP Version: 5.2.2 OS: Solaris 9
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Steven dot McCullie at sun dot com
New email:
PHP Version: OS:

 

 [2007-05-12 23:30 UTC] Steven dot McCullie at sun dot com
Description:
------------
When php is compiled with even basic options e.g.

CC=gcc ./configure --prefix=/foo \
--with-config-file-path=/foo/conf \
--with-libxml-dir=/foo \
--with-apxs2=/foo/bin/apxs \
--with-iconv=shared,/foo \
--with-iconv-dir=/foo

the make install will fail at pear-installer with a 
segment fault. If --without-pear is used it will 
install but other than phpinfo(); and basic other basic
functions apache give the following

HTTP7765: error reading response header (Server closed connection)

Reproduce code:
---------------





Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-13 09:11 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 [2007-05-21 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 04:01:29 2024 UTC