php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23411 Still will not make.
Submitted: 2003-04-29 09:35 UTC Modified: 2003-04-30 06:10 UTC
From: matty at modernpostcard dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5CVS-2003-04-29 (dev) OS: redhat 9
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: matty at modernpostcard dot com
New email:
PHP Version: OS:

 

 [2003-04-29 09:35 UTC] matty at modernpostcard dot com
Last bug was #23399 answered by derick@php.net...
downloaded most recent cvs...

same ./configure script:
./configure --with-sybase=/usr/local/freetds --with-
apache=../apache_1.3.27 --with-curl=/usr/local/curl --
enable-shared-pdflib --enable-track-vars


-o ext/sybase/php_sybase_db.o  && echo > ext/sybase/
php_sybase_db.lo
/root/src/php5/ext/sybase/php_sybase_db.c: In function 
`php_sybase_do_connect':
/root/src/php5/ext/sybase/php_sybase_db.c:395: request 
for member `value' in something not a structure or 
union
/root/src/php5/ext/sybase/php_sybase_db.c: In function 
`zif_sybase_select_db':
/root/src/php5/ext/sybase/php_sybase_db.c:657: invalid 
type argument of `unary *'
/root/src/php5/ext/sybase/php_sybase_db.c: In function 
`zif_sybase_free_result':
/root/src/php5/ext/sybase/php_sybase_db.c:915: parse 
error before "if"
/root/src/php5/ext/sybase/php_sybase_db.c: At top 
level:
/root/src/php5/ext/sybase/php_sybase_db.c:916: parse 
error before "return"
/root/src/php5/ext/sybase/php_sybase_db.c:918: 
`sybase_result_index' undeclared here (not in a 
function)
/root/src/php5/ext/sybase/php_sybase_db.c:918: `type' 
undeclared here (not in a function)
/root/src/php5/ext/sybase/php_sybase_db.c:918: warning: 
initialization makes integer from pointer without a 
cast
/root/src/php5/ext/sybase/php_sybase_db.c:918: 
initializer element is not constant
/root/src/php5/ext/sybase/php_sybase_db.c:918: warning: 
data definition has no type or storage class
/root/src/php5/ext/sybase/php_sybase_db.c:920: parse 
error before "if"
/root/src/php5/ext/sybase/php_sybase_db.c:922: parse 
error before '->' token
/root/src/php5/ext/sybase/php_sybase_db.c:924: parse 
error before '(' token
/root/src/php5/ext/sybase/php_sybase_db.c:925: parse 
error before '->' token
/root/src/php5/ext/sybase/php_sybase_db.c: In function 
`zif_sybase_fetch_object':
/root/src/php5/ext/sybase/php_sybase_db.c:1069: invalid 
lvalue in assignment
/root/src/php5/ext/sybase/php_sybase_db.c:1070: invalid 
lvalue in assignment
/root/src/php5/ext/sybase/php_sybase_db.c: In function 
`zif_sybase_result':
/root/src/php5/ext/sybase/php_sybase_db.c:1287: request 
for member `value' in something not a structure or 
union
/root/src/php5/ext/sybase/php_sybase_db.c: In function 
`zif_sybase_affected_rows':
/root/src/php5/ext/sybase/php_sybase_db.c:1331: invalid 
type argument of `->'
/root/src/php5/ext/sybase/php_sybase_db.c:1331: invalid 
type argument of `->'
/root/src/php5/ext/sybase/php_sybase_db.c:1331: 
incompatible types in initialization
/root/src/php5/ext/sybase/php_sybase_db.c:1331: 
incompatible types in assignment
/root/src/php5/ext/sybase/php_sybase_db.c:1331: invalid 
type argument of `unary *'
/root/src/php5/ext/sybase/php_sybase_db.c:1331: 
incompatible type for argument 1 of `_zval_copy_ctor'
/root/src/php5/ext/sybase/php_sybase_db.c:1331: invalid 
type argument of `->'
/root/src/php5/ext/sybase/php_sybase_db.c:1331: invalid 
type argument of `->'
/root/src/php5/ext/sybase/php_sybase_db.c:1331: 
incompatible type for argument 1 of `convert_to_long'
/root/src/php5/ext/sybase/php_sybase_db.c:1332: invalid 
type argument of `unary *'
make: *** [ext/sybase/php_sybase_db.lo] Error 1

Please Please Help.
Matt.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-29 10:01 UTC] matty at modernpostcard dot com
Went back to latest cvs 4.x build, seems to have 
worked... however, only 50% of make test, tests passed.
Sending results ASAP. Please let me know if all ok, by 
putting in this bug report or e-mailing me... thank 
you.

Matt Young
ModernPostcard
 [2003-04-30 06:10 UTC] sniper@php.net
Use --with-sybase-ct instead.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jul 06 09:01:29 2024 UTC