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

Patches

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 11:01:28 2024 UTC