php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11328 can't create large object
Submitted: 2001-06-07 11:32 UTC Modified: 2001-12-26 07:04 UTC
From: a dot hradmov at ftc dot ru Assigned:
Status: Closed Package: PostgreSQL related
PHP Version: 4.0.5 OS: Linux
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: a dot hradmov at ftc dot ru
New email:
PHP Version: OS:

 

 [2001-06-07 11:32 UTC] a dot hradmov at ftc dot ru
pg-locreate($conn)  returns me -1.
Connection is ok.
PostgreSQl 7.0.3
//--------------------
  pg_Exec($conn,"begin");

  $img_oid=pg_locreate($conn);

  echo "img_oid=".$img_oid;
  pg_lounlink($conn);
  pg_Exec($conn,"commit");

//---------------------
./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-mysql' '--with-gd' '--with-freetype' '--enable-track-vars' '--with-jpeg-dir=/usr' '--with-gif-dir=/usr' '--with-tiff-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-openssl=/usr/local/ssl' '--with-mcrypt=/usr/local/lib' '--with-xml' '--enable-gd-imgstrttf' '--enable-exif' '--enable-ftp' '--enable-sockets' '--with-sysvshm' '--with-sysvsem' '--with-imap' '--with-curl' '--with-filepro' '--enable-safe-mode' '--enable-track-vars' '--enable-magic-quotes' '--enable-bcmath' '--enable-force-cgi-redirect' '--enable-memory-limit=yes' '--with-yp' '--enable-inline-optimization' '--enable-wddx' '--enable-shmop' '--enable-trans-sid' '--with-readline' '--with-tsrm-pthreads' '--enable-memory-limit' '--enable-calendar' '--enable-discard-path' '--with-mcrypt' '--with-pgsql=/usr/local' '--with-bz2' '--with-mhash' '--with-zlib' '--with-java=/usr/local/java'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-05 18:43 UTC] yohgaki@php.net
Could you try 4.1.0RC5? 
http://www.php.net/~zeev/php-4.1.0RC5.tar.gz
 [2001-12-26 07:04 UTC] lobbin@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC