ID:               30286
 Updated by:       [EMAIL PROTECTED]
-Summary:          sybase
 Reported By:      zhang at gdmc dot edu dot cn
-Status:           Open
+Status:           Wont fix
 Bug Type:         Sybase (dblib) related
 Operating System: red-hat 7.3
 PHP Version:      5.0.2
 New Comment:

Change bug summary and set to wontfix. Maybe there is somebody out
there that wants to do this, but - as said - ext/sybase is
unmaintained.


Previous Comments:
------------------------------------------------------------------------

[2004-10-25 20:59:02] [EMAIL PROTECTED]

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)
                );
        }


------------------------------------------------------------------------

[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

Reply via email to