Date: 11/27/98
- Next message: rasmus: "[PHP-DEV] CVS update: php3/doc/functions"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] Bug #954: datetime.c uses a struct member that doesn't exist"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Could one of the ODBC guys please have a look at the odbc_setoption()
function? The code says:
if ( getParameters(ht, 3, &arg1, &arg2, &arg3, &arg4) == FAILURE) {
WRONG_PARAM_COUNT;
}
This doesn't make much sense. You are telling it to expect only 3
arguments, yet you have an arg4 and you go on to use this arg4 in the code
below this. If you fix it, please fill in the prototype comment that I
added as well.
-Rasmus
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: rasmus: "[PHP-DEV] CVS update: php3/doc/functions"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] Bug #954: datetime.c uses a struct member that doesn't exist"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

