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
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 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 20:01:46 2025 UTC