From: [EMAIL PROTECTED]
Operating system: Windows 2000 + Apache
PHP version: 4.1.1
PHP Bug Type: Reproducible crash
Bug description: apache crash in php4ts.dll
i am running latest "stable" 1.3 apache on my windows 2000 machine here.
When i execute the following code (both $f_user and $f_pass are
populated)
<?php
require_once("global.php");
if (isset ($f_user) && isset ($f_pass)) {
/* so the user [form] needs to be logged in... */
$sql = "SELECT * FROM login WHERE user = '" . addslashes($f_user) . "'";
$userchk = db_connect($sql, "Y");
if ( isset($userchk) && ($userchk != "")) {
if ( $userchk->pass = $f_pass ) {
$icauser = "true";
session_register("icauser");
}
}
}
?>
it causes apache.exe to crash.
when restarting the service, i get the following message 3 times:
titlebar: "apache.exe Entry Point Not Found"
message: "The procedure entry point wrong_param_count could not be located
in the dynamic link library php4ts.dll."
I will get/give more info as requested.
--
Edit bug report at: http://bugs.php.net/?id=15062&edit=1
--
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]