ID:               22052
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Assigned
 Bug Type:         FTP related
 Operating System: FreeBSD 5.0-RELEASE #0
 PHP Version:      4.3.1-dev
 Assigned To:      pollita
 New Comment:

still broken using php4-STABLE-200302141630.tar.bz2 (the latest snap).


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

[2003-02-13 20:11:07] [EMAIL PROTECTED]

excellent, expect some results by 9:00am PMT.

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

[2003-02-13 20:09:16] [EMAIL PROTECTED]

Okay, great... I believe I've got the problem nailed down, I just need
the results of using that updated snapshot to be 100% certain.  In the
meantime I'll start putting together the patch and with luck this
should be working by this time tomorrow.


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

[2003-02-13 18:54:22] [EMAIL PROTECTED]

the tmpfile(); test works without flaw.

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

[2003-02-13 17:33:48] [EMAIL PROTECTED]

I have a feeling, at this point, that while the new snapshot will stop
your segfault, it'll still not behave in the way you expect it to.

Try this seemingly unrelated script via your httpd server:

<?php
  $fp = tmpfile();
  fwrite($fp, "This is a test.\n");
  rewind($fp);
  fpassthru($fp);
  fclose($fp);
?>
  
Ideally you should see "This is a test" in your browser... if
not....well... does it show an error?

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

[2003-02-13 17:20:36] [EMAIL PROTECTED]

pollita,

    This script only breaks in http method, as the cli returns the
desired output(snafu). The Httpd child dies with a segfault. This
appears to only occur on the OS's listed on the main 4.3 distro of PHP
as well as alot of the snaps I've tried.


currently running FreeBSD 4.7-RELEASE #0: Wed Feb 12 19:59:59 GMT 2003
with php4.3.0 release (very stable).


thanks for your time, as I will try the current snap tomorrow.

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

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/22052

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

Reply via email to