php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14035 Install fails on apsx -S command under Apache 1.3.6
Submitted: 2001-11-12 15:48 UTC Modified: 2001-11-19 11:06 UTC
From: craig at nerds dot net Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.6 OS: Cobalt RAQ 3-Red Hat 5
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: craig at nerds dot net
New email:
PHP Version: OS:

 

 [2001-11-12 15:48 UTC] craig at nerds dot net
Apache fails on apsx -S commmand upon install.  I have read previous posts about this problem and we do not have the option to install a newer version of Apache beyond 1.3.6.  Is there a way around this?  Can we use previous install options (ie. -i -n) from 4.0.5?  Also, we receive and error when we connect to a Postgres database using:

<?
	session_start();
	dl("pgsql.so") ;
	$db=pg_connect("dbname=fsagency user=fsagency");
?>

We receive a Segmentation Fault (11).  We have deterimined that the error occurs in the pg_connect function call.  Sometimes we receive a "document cannot be displayed" in the browser, sometimes we recieve our data. Will try to recompile to get a backtrace. Any help would be appreciated.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-18 19:52 UTC] sniper@php.net
Both of these problems are fixed in CVS (and in next release, 4.1.0 )

--Jani

 [2001-11-19 11:06 UTC] craig at nerds dot net
The newest release fixed the problems.  Thanks for your quick response!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 12:01:27 2024 UTC