ID: 30286
Updated by: [EMAIL PROTECTED]
Reported By: zhang at gdmc dot edu dot cn
Status: Open
Bug Type: Sybase (dblib) related
Operating System: red-hat 7.3
PHP Version: 5.0.2
New Comment:
Use ext/sybase_ct, ext/sybase is unmaintained. If you're into hacking
sourcecode, replace lines 1110 - 1114 with the following:
if (Z_TYPE_P(return_value)==IS_ARRAY) {
object_and_properties_init(
return_value,
ZEND_STANDARD_CLASS_DEF_PTR,
Z_ARRVAL_P(return_value)
);
}
Previous Comments:
------------------------------------------------------------------------
[2004-10-02 07:57:18] zoran dot pucar at medorian dot se
I'm getting the same error on Solaris 9 and both 5.0.0 and 5.0.2
version of PHP. (Sybase version is ASE 12.0)
------------------------------------------------------------------------
[2004-09-30 05:43:43] zhang at gdmc dot edu dot cn
Description:
------------
/php-5.0.2/ext/sybase/php_sybase_db.c: In function
`zif_sybase_fetch_object':
/php-5.0.2/ext/sybase/php_sybase_db.c:1112: invalid lvalue
in assignment
/php-5.0.2/ext/sybase/php_sybase_db.c:1113: invalid lvalue
in assignment
make: *** [ext/sybase/php_sybase_db.lo] Error 1
Expected result:
----------------
I want to solve this problem for use my sybase database.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=30286&edit=1