Date: 05/06/01
- Next message: schnitten <email protected>: "[PHP-DEV] Bug #10694: mktime leap year bug"
- Previous message: Wez Furlong: "[PHP-DEV] mysql and unbuffered queries"
- Next in thread: Jani Taskinen: "Re: [PHP-DEV] Re: mysql and unbuffered queries"
- Reply: Jani Taskinen: "Re: [PHP-DEV] Re: mysql and unbuffered queries"
- Reply: Wez Furlong: "[PHP-DEV] Re: mysql and unbuffered queries"
- Maybe reply: Zeev Suraski: "Re: [PHP-DEV] Re: mysql and unbuffered queries"
- Maybe reply: Zeev Suraski: "Re: [PHP-DEV] Re: mysql and unbuffered queries"
- Reply: Cynic: "Re: [PHP-DEV] Re: mysql and unbuffered queries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 02:16 7/5/2001, Wez Furlong wrote:
>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?
Probably... Are you sure you can't use mysql_unbuffered_query(),
though? If you're really used to supplying the database argument, you can
easily write a 2 line PHP function that does the same thing...
Zeev
-- 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: schnitten <email protected>: "[PHP-DEV] Bug #10694: mktime leap year bug"
- Previous message: Wez Furlong: "[PHP-DEV] mysql and unbuffered queries"
- Next in thread: Jani Taskinen: "Re: [PHP-DEV] Re: mysql and unbuffered queries"
- Reply: Jani Taskinen: "Re: [PHP-DEV] Re: mysql and unbuffered queries"
- Reply: Wez Furlong: "[PHP-DEV] Re: mysql and unbuffered queries"
- Maybe reply: Zeev Suraski: "Re: [PHP-DEV] Re: mysql and unbuffered queries"
- Maybe reply: Zeev Suraski: "Re: [PHP-DEV] Re: mysql and unbuffered queries"
- Reply: Cynic: "Re: [PHP-DEV] Re: mysql and unbuffered queries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

