On 10 Jan 2002 [EMAIL PROTECTED] wrote:

> ID: 12093
> Updated by: irc-html

I wonder what your real name is... just curious :)

Derick

> Reported By: [EMAIL PROTECTED]
> Old Status: Open
> Status: Closed
> Bug Type: Documentation problem
> Operating System: n/a
> PHP Version: 4.0.6
> New Comment:
>
> All pconnect functions have links to the 'Persistent Database
> Connections' chapter.  Most (if not all) also state that persistent
> connections only work with module version of PHP.
>
> Status -> Closed
>
>
> Previous Comments:
> ------------------------------------------------------------------------
>
> [2001-10-30 22:53:00] [EMAIL PROTECTED]
>
> missing status
>
>
> ------------------------------------------------------------------------
>
> [2001-07-12 19:41:48] [EMAIL PROTECTED]
>
> IMHO a reference to this should be made from the relevant functions.
>
> ------------------------------------------------------------------------
>
> [2001-07-12 06:41:49] [EMAIL PROTECTED]
>
> >From Chapter 22: Persistent connections: (4th alinea on
> http://www.php.net/manual/en/features.persistent-connections.php):
>
>  The first method is to use PHP as a CGI "wrapper". When run this way,
> an instance of the PHP interpreter is created and destroyed for every
> page request (for a PHP page) to your web server. Because it is
> destroyed after every request, any resources that it acquires (such as a
> link to an SQL database server) are closed when it is destroyed. In this
> case, you do not gain anything from trying to use persistent connections
> -- they simply don't persist.
>
> ------------------------------------------------------------------------
>
> [2001-07-12 06:20:07] [EMAIL PROTECTED]
>
> The documentation does not reflect the fact that running PHP through a
> CGI interface will force persistent db connections to close on script
> end.
>
> Example, mssql_pconnect
>
> ------------------------------------------------------------------------
>
>
>
> Edit this bug report at http://bugs.php.net/?id=12093&edit=1
>
>
> --
> 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]
>


-- 
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]

Reply via email to