ID: 5766
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Closed
Bug Type: Scripting Engine problem
Operating system: 
PHP Version: 4.0.1pl2
Assigned To: 
Comments:

Known bug.. lots of reports with more information, closing this one.

Previous Comments:
---------------------------------------------------------------------------

[2000-08-02 01:07:43] [EMAIL PROTECTED]
This is a known bug, currently under examination

---------------------------------------------------------------------------

[2000-07-24 22:44:01] [EMAIL PROTECTED]
When taking multiple concurrent connections (SMP machine), php interprets scripts very 
wrongly.

I can reproduce this easily by hitting the server with a web browser while 
benchmarking with apachebench.
(ab -n 50 -c 3 http://host/large-script.php)

Instead of the proper results, I get these error messages:

1)
PHP has encountered an Access Violation at 016CCEFA
Warning: Nesting level too deep - recursive dependency? in
d:includeglobal.pi on line 34

(line 34 is the function declaration of a simple debug function included in a global 
header specified in registry Per Directory Values auto_prepend_file.)

34: 
function DebugComment($sz){
  // Conditionally display debug message if we have debugging enabled.

  global $aDebug;

  if ($aDebug)
    printf("<!-- %s -->n",$sz);
}



---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=5766&edit=2


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