|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-09-30 05:43 UTC] 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. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 22 01:00:02 2025 UTC |
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) ); }