[PHP-DEV] Re: odbc_result() behaviour From: Andi Gutmans (andi <email protected>)
Date: 06/19/98

On Fri, 19 Jun 1998, Andreas Karajannis wrote:
> So I introduced odbc_longreadlen() and odbc_binmode() as well as
> corresponding ini vars to control odbc_result() and odbc_fetch_into()
> behaviour. So anybody who wants his memo fields returned can set
> uodbc.defaultlrl = 4096
> uodbc.defaultbinmode = 1
> in php3.ini.
> BTW: it's all in the docs ;-)

OK so I guess this should be the default.
BTW those php3.ini settings did NOT work for me. They seemed to be
ignored. When I used the odbc_binmode() and odbc_readlonglen() functions
this did however work for me. Are the ini settings being ignored in some
way?

And a note to the rest of the devel team:
engine = On ; enable PHP 3.0 parser
Setting this to Off didn't work for me. It still parsed the pages in CGI
mode in windows 95. However, setting of short tags did work for me, so the
problem wasn't PHP not parsing the ini file.
Ideas?

Andi