From:             kiryu at angelicwing dot net
Operating system: FreeBSD4.9
PHP version:      5CVS-2004-05-07 (dev)
PHP Bug Type:     Compile Failure
Bug description:  compile error in ext/spl/spl_array.c

Description:
------------
Hi.
Trying to compile the php5-shapshot(200405070430) on FreeBSD 4.9.
compile run breaks with following error.

Reproduce code:
---------------
Compile Option:
./configure

Expected result:
----------------
succesfull build


Actual result:
--------------
/php_source/php5-200405070430/ext/spl/spl_array.c: In function
`spl_array_object_count_elements':
/php_source/php5-200405070430/ext/spl/spl_array.c:726: syntax error before
`*'
/php_source/php5-200405070430/ext/spl/spl_array.c:730: `aht' undeclared
(first use in this function)
/php_source/php5-200405070430/ext/spl/spl_array.c:730: (Each undeclared
identifier is reported only once
/php_source/php5-200405070430/ext/spl/spl_array.c:730: for each function
it appears in.)
/php_source/php5-200405070430/ext/spl/spl_array.c:736: `intern' undeclared
(first use in this function)
/php_source/php5-200405070430/ext/spl/spl_array.c:739: `pos' undeclared
(first use in this function)

-- 
Edit bug report at http://bugs.php.net/?id=28309&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28309&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28309&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28309&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28309&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28309&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28309&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28309&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28309&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28309&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28309&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28309&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28309&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28309&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28309&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28309&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28309&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28309&r=float

Reply via email to