I've seen "mysql_unbuffered_query" mentioned a couple of times lately and I
thought that it would be useful for my current project.
However, I need the functionality of mysql_db_query, but working in
unbuffered mode.
I was about to produce a patch and noticed that the proto comments already
include an optional parameter that appears as if it were to be used for
this purpose, although it is not yet handled by the code.
Should I create a patch that enables the parameter?
It's just a case of defining the constants and passing it to the
"do_query_general" function, right?
--Wez.
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]