|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-30 04:11 UTC] hholzgra@php.net
[2000-08-30 07:46 UTC] flush at stmail dot chosun dot ac dot kr
[2000-09-03 05:46 UTC] stas@php.net
[2000-10-02 23:18 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 15 13:00:01 2025 UTC |
repeate using 'include'statement at some page mysql log is abnormal normal mysql log is .. -------------------------------------- connecting time PID Connect user@server on PID init DB dbname PID Query query string . . . time PID Quit -------------------------------------- but, log for that page is ... ---------------------------------------- connecting time PID Connect user@server on PID init DB dbname PID Query query string . . . . (PID+1) Connect user@server on (PID+1) init DB dbname (PID+1) Query query string . . (PID+1) Quit -------------------------------------- point : - pid increased by 1; - abnormal log(time) - using 'include' statement is repeated