Yes the same applies to Apache-1.3:
http://www.jsw4.net/info/list-archives/mod_perl/05-wk22/msg00045.html
Tom
Jonathan Field wrote:
> Thanks Tom, good info I had not come across before! The page refers to
> Apache 2, but they must have backported this to Apache 1.3 at some point
> as well.
>
On Monday 03 April 2006 23:18, Michael McLagan wrote:
> "Main" to me says the one that was received by the server over the
> internet -- from the client -- ie no matter how many requests deep
> we are at any given point, main() always returns the top most item
> on the pile. In tha
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Granted, I use a few MySQL features for this; I'm not sure if LIMIT
exists in postgresql, and I'm fairly sure that the SQL_CALC_FOUND_ROWS
directive (which will return the total rows in a select statement
regardless of the LIMIT directives) doesn't.
Greg Sabino Mullane wrote:
>
>>> Granted, I use a few MySQL features for this; I'm not sure if LIMIT
>>> exists in postgresql, and I'm fairly sure that the SQL_CALC_FOUND_ROWS
>>> directive (which will return the total rows in a select statement
>>> regardless of the LIMIT directives) doesn't...