php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7021 lo_import(1) causes segfault
Submitted: 2000-10-04 18:18 UTC Modified: 2001-02-20 07:51 UTC
From: alex at zend dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.2 OS: linux-glibc21
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: alex at zend dot com
New email:
PHP Version: OS:

 

 [2000-10-04 18:18 UTC] alex at zend dot com
<?php 
        $id = pg_connect("dbname=template1");
        pg_loimport(1);
        pg_close($id);
?>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-07 03:56 UTC] sniper@php.net
Does this happen with PHP 4.0.4 ??

--Jani
 [2001-02-20 07:51 UTC] sniper@php.net
No feedback, considered fixed.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Sep 18 03:00:01 2025 UTC