ID: 10854
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: ODBC related
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

no feedback from user.

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

[2001-05-30 09:04:00] [EMAIL PROTECTED]
are you using IIS with the ISAPI plugin?  

On a system using Apache 1.3.19/Win32, PHP 4.0.5, and MSSQL2000 it produces a fatal 
PHP error, but no crash (thanks to Matt White for testing this).

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

[2001-05-14 11:59:40] [EMAIL PROTECTED]
There is script. Replace sdczal in odbc_connect with any ODBC alias and PLC_CLHPRESS 
with any table from alias.

<?php

$db = odbc_connect("sdczal", "", "");

while(1){
$res = odbc_exec($db, "select * from PLC_CLHPRESS;");

};

odbc_close($db);
?>

There is related directives from php.ini:
max_execution_time = 10     ; Maximum execution time of each script, in seconds
memory_limit = 50M      ; Maximum amount of memory a script may consume (8MB)

When execution time exceed PHP crash with Access violation.



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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10854&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