Date: 06/23/01
- Next message: James Moore: "[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] 4.0.6"
- Previous message: vgo <email protected>: "[PHP-DEV] Bug #11627: string '0' treated as empty"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: charles <email protected>
Operating system: Win2k
PHP version: 4.0.5
PHP Bug Type: ODBC related
Bug description: odbc_fetch_into is broken
this is for 4.0.6, but there's no option for that yet.... 4.0.5 works fine.
easiest to describe this by example:
odbc_fetch_into($qid,1,$row);
gives
Fatal error: Only variables can be passed by reference in <script> on line <line>
$i=1;
odbc_fetch_into($qid,$i,$row);
works perfectly.
-- Edit Bug report at: http://bugs.php.net/?id=11628&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: James Moore: "[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] 4.0.6"
- Previous message: vgo <email protected>: "[PHP-DEV] Bug #11627: string '0' treated as empty"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

