php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28309 compile error in ext/spl/spl_array.c
Submitted: 2004-05-07 07:39 UTC Modified: 2004-05-07 08:13 UTC
From: kiryu at angelicwing dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2004-05-07 (dev) OS: FreeBSD4.9
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kiryu at angelicwing dot net
New email:
PHP Version: OS:

 

 [2004-05-07 07:39 UTC] kiryu at angelicwing dot net
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)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-07 08:13 UTC] helly@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 31 23:01:28 2024 UTC