Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

[PHP] oci8.max_links missing from php.ini From: John Lim (jlim <email protected>)
Date: 09/30/01

Hello,

I checked the windows php.ini and i did not see any reference to

oci8.allow_persistent=On ; allow or prevent persistent links
oci8.check_persistent=On ; check that a connection is still validbefore
reuse
oci8.max_persistent=-1 ; maximum number of persistent links. -1 means no
limit
oci8.max_links=-1 ; maximum number of links (persistent+non persistent). -1
means no limit

Are they actually supported?

Thanks, John

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>