NT 5
apache-1.3_20010212171201
php4-200102120845
script:
for( $i = 0 ; $i < 10 ; $i++ ) {
print_r( mysql_pconnect( 'localhost' , 'login' , 'passwd' ) ) ;
}
output:
Resource id #1
Resource id #2
Resource id #3
Resource id #4
Resource id #5
Resource id #6
Resource id #7
Resource id #8
Resource id #9
Resource id #10
____________________________________________________________
Cynic:
A member of a group of ancient Greek philosophers who taught
that virtue constitutes happiness and that self control is
the essential part of virtue.
[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]