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

 

 [2001-06-07 11:32 UTC] a dot hramov 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

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-07 13:41 UTC] sniper@php.net
submitted twice.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 07 23:01:27 2024 UTC