ID:               15062
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Reproducible crash
 Operating System: Windows 2000 + Apache
 PHP Version:      4.1.1
 New Comment:

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


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

[2002-01-16 07:19:56] [EMAIL PROTECTED]

Are you sure this isn't a dupe of #14453???
Anyway, can you simplify the script and make it self-contained?

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

[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

Reply via email to