php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24999 Compilation fails
Submitted: 2003-08-09 12:08 UTC Modified: 2003-08-09 12:51 UTC
From: nightcat at poczta dot onet dot pl Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2003-08-09 (dev) OS: Linux
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: nightcat at poczta dot onet dot pl
New email:
PHP Version: OS:

 

 [2003-08-09 12:08 UTC] nightcat at poczta dot onet dot pl
Description:
------------
I was trying to compile PHP 5 snapshot (20030805) under Linux Red Hat 9.0 .

Fail part:

lz -lm -lcrypt -lxml2 -lz -lm -lcrypt  -o sapi/cli/php
ext/standard/array.lo(.text+0xbf3): In function `zif_usort':
/server/php5-200308051530/ext/standard/array.c:566: undefined reference to `empty_fcall_info_cache'
ext/standard/array.lo(.text+0xd07): In function `zif_uasort':
/server/php5-200308051530/ext/standard/array.c:596: undefined reference to `empty_fcall_info_cache'
ext/standard/array.lo(.text+0x1a93): In function `zif_array_walk':
/server/php5-200308051530/ext/standard/array.c:1047: undefined reference to `empty_fcall_info_cache'
ext/standard/array.lo(.text+0x6b96): In function `zif_array_reduce':
/server/php5-200308051530/ext/standard/array.c:3353: undefined reference to `empty_fcall_info_cache'
ext/standard/array.lo(.text+0x6e2f): In function `zif_array_filter':
/server/php5-200308051530/ext/standard/array.c:3444: undefined reference to `empty_fcall_info_cache'
ext/standard/array.lo(.text+0x70c6):/server/php5-200308051530/ext/standard/array.c:3533: more undefined references to `empty_fcall_info_cache' follow
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] ERROR 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-09 12:51 UTC] helly@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, 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/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

cvs up ; ./cvsclean ; make ; make test
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Mar 12 22:00:01 2026 UTC