ID:               22263
 Updated by:       [EMAIL PROTECTED]
 Reported By:      caesar_iv4 at yahoo dot com
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Sockets related
 Operating System: win 98 SE
 PHP Version:      4.3.2-dev
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.




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

[2003-07-16 20:49:29] [EMAIL PROTECTED]

PLEASE read what [EMAIL PROTECTED] said in her comment before you add any
new comments. Your script is pretty much useless to us. Provide the
shortest but _complete_ example script which we can copy'n'paste to a
file and with only minor changes run ourselves.


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

[2003-07-16 16:56:36] caesar_iv4 at yahoo dot com

here is the missing $SRV variable:



$SRV    =       array(
                        "SRVROOT"       =>      "C:/desktop/phpfiles/projects/httpd/",
                        "DOCROOT"       =>      
"C:/desktop/phpfiles/projects/httpd/docs/",
                        "IP"            =>      "127.0.0.1",
                        "HOST"          =>      "loclahost",
                        "PORT"          =>      80,
                        "LOG"           =>      array(
                                                        "ACCESS"=>      
"C:/desktop/phpfiles/projects/httpd/log_access.txt",
                                                        "ERROR" =>      
"C:/desktop/phpfiles/projects/httpd/log_error.txt",
                                                        "DUMP"  =>      
"C:/desktop/phpfiles/projects/httpd/dump"
                                                        ),
                        "MAX_CL"        =>      3,
                        "DIR_INDEX"     =>      array(
                                                        "index.html",
                                                        "index.htm"
                                                        ),
                        "READ_BYTES"=>  33
);

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

[2003-07-16 12:36:09] [EMAIL PROTECTED]

As Wez mentioned your script is incomplete.

You havn't defined the $SRV structure.
  Sure we could guess at valid values, but it's important we know what
YOU'RE attempting to pass.

Your socket_connect() line is simply wrong.
  Check the manual.

Also, when providing a reproducing script, only provide as much as is
necessary to reproduce the problem.  This means NO watchpoints, NO
commented out code lines, NO logging functions.  The only time pieces
of the above should be including in a reproducing script is when they
are necessary to cause the error.  In your case, they aren't.

Finally, I'd like to ask if you've been able to reproduce this on any
other platforms.  Win2K? XP? 95? NT4? NT3? Any variant of unix?

Thank you for your time and effort and I hope that together we can
locate and deal with this problem.

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

[2003-03-21 22:01:13] caesar_iv4 at yahoo dot com

wez
i don't know wheather you read the title
but the script crashes at
$buf = socket_read($msgsock, 2048, PHP_BINARY_READ);
whenever i close the connection using IE6 on Windows 98

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

[2003-03-18 12:36:23] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Can't reproduce using supplied script + latest CVS for 4.3.2 under
winxp.

Please be more specific about the error and where the script fails.

It would also help if we don't have to fill in the other half of your
script - please try to paste a script that reproduces the problem,
preferably around 10 lines in length.


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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/22263

-- 
Edit this bug report at http://bugs.php.net/?id=22263&edit=1

Reply via email to