php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10163 rollback_transactions at pgsql doesn't work with postgres 6.5.3
Submitted: 2001-04-04 12:31 UTC Modified: 2001-04-04 17:58 UTC
From: doe at steinselb dot de Assigned:
Status: Closed Package: PostgreSQL related
PHP Version: 4.0 Latest CVS (04/04/2001) OS: Redhat 6.2
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: doe at steinselb dot de
New email:
PHP Version: OS:

 

 [2001-04-04 12:31 UTC] doe at steinselb dot de
i ran into a problem that neither the newest cvs nor the php4.0.5RCs compile on my system.
there were no problems till 4.0.4pl1

################

make[3]: Entering directory `/usr/src/redhat/SOURCES/php-4.0.5RC5/ext/pgsql'
/bin/sh /usr/src/redhat/SOURCES/php-4.0.5RC5/libtool --silent --mode=compile gcc  -I. -I/usr/src/redhat/SOURCES/php-4.0.5RC5/ext/pgsql -I/usr/src/redhat/SOURCES/php-4.0.5RC5/main -I/usr/src/redhat/SOURCES/php-4.0.5RC5 -I/usr/include/apache -I/usr/src/redhat/SOURCES/php-4.0.5RC5/Zend -I/usr/local/include -I/usr/src/redhat/SOURCES/php-4.0.5RC5/ext/mysql/libmysql -I/usr/src/redhat/SOURCES/php-4.0.5RC5/ext/xml/expat/xmltok -I/usr/src/redhat/SOURCES/php-4.0.5RC5/ext/xml/expat/xmlparse -I/usr/src/redhat/SOURCES/php-4.0.5RC5/TSRM -I/usr/include/pgsql -DLINUX=2 -DEAPI -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2  -c pgsql.c
pgsql.c: In function `_rollback_transactions':
pgsql.c:165: void value not ignored as it ought to be
make[3]: *** [pgsql.lo] Error 1
make[3]: Leaving directory `/usr/src/redhat/SOURCES/php-4.0.5RC5/ext/pgsql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/redhat/SOURCES/php-4.0.5RC5/ext/pgsql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/SOURCES/php-4.0.5RC5/ext'
make: *** [all-recursive] Error 1

#####################

found in cvs that rollback_transactions is new after php4.0.4 and there is the problem: maybe the new
postgres libs need the transactions but my version doesn't like this. (version 6.5.3)
the function is about 7 weeks old ...

i'm sorry, but i'm not such a good programmer to solve the problem on my own.

greetings,
Stefan D?hla

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-04 17:58 UTC] thies@php.net
fixed in CVS and 4.0.5 branch

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 09 19:01:31 2024 UTC