From:             jonathonfreeman at gmail dot com
Operating system: BeOS R5
PHP version:      5.2.6RC2
PHP Bug Type:     Compile Failure
Bug description:  st_blocks undefined under BeOS

Description:
------------
Build fails under BeOS R5 in /main/streams/memory.c:237 -- structure has
no member named `st_blocks'

Not sure if it's the appropriate fix, but I changed line 237 to this:
#if !defined(PHP_WIN32) && !defined(__BEOS__)

And PHP built successfully.

Reproduce code:
---------------
Build under BeOS R5.

Expected result:
----------------
Successfully build PHP.

Actual result:
--------------
Build fails.

-- 
Edit bug report at http://bugs.php.net/?id=44440&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=44440&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=44440&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=44440&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=44440&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=44440&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=44440&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=44440&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=44440&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=44440&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=44440&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=44440&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=44440&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=44440&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=44440&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=44440&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=44440&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=44440&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=44440&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=44440&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=44440&r=mysqlcfg

Reply via email to