ID:               37866
 Updated by:       [EMAIL PROTECTED]
 Reported By:      pryorda at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Filesystem function related
 Operating System: FreeBSD 6.1-RELEASE
 PHP Version:      5.1.4
 New Comment:

Felle free to reopen if you can reproduce it with the latest CVS
snapshot.
Until then -> bogus.


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

[2006-06-22 00:30:01] pryorda at gmail dot com

Um.. I dont install anything by hand it all comes from ports so until
the port is created i cant do that option

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

[2006-06-21 07:34:31] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip



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

[2006-06-21 01:47:16] pryorda at gmail dot com

Description:
------------
php-cgi core dump




Reproduce code:
---------------
<?php
$file=file_get_contents("/usr/home/httpd/public_html/data/includes/users.html");
echo $file;

?>
<?php
$file=file_get_contents("/usr/home/httpd/public_html/data/includes/links.html");
echo $file;
?>


Expected result:
----------------
it outputs two files to the page... everything prints fine i just get a
php-cgi core dump

Actual result:
--------------
#73 0x0814bc98 in zend_hash_copy (target=0x826f780, source=0x2852c508,
    pCopyConstructor=0x8270800, tmp=0x292cf492, size=676513032)
    at /usr/ports/lang/php5/work/php-5.1.4/Zend/zend_hash.c:757
Previous frame inner to this frame (corrupt stack?)


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


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

Reply via email to