I am getting the following error when I try to call MSSQL queries using php 4.2.2 through ODBC.
Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of odbc_fetch_into(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\apache group\htdocs\rfptool\db_odbc.inc on line 76
I am getting no data from my queries and this is the only error. I have no connection errors.
Thanks for any help.