ID: 15062
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Reproducible crash
Operating System: Windows 2000 + Apache
PHP Version: 4.1.1
New Comment:
Are you sure this isn't a dupe of #14453???
Anyway, can you simplify the script and make it self-contained?
Previous Comments:
------------------------------------------------------------------------
[2002-01-15 20:12:42] [EMAIL PROTECTED]
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 this 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]