php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65595 ext/standard/.libs/basic_functions.o:(.data+0xbf08): undefined reference to `zi
Submitted: 2013-08-30 15:34 UTC Modified: 2018-07-01 04:22 UTC
Votes:6
Avg. Score:3.3 ± 0.7
Reproduced:5 of 5 (100.0%)
Same Version:2 (40.0%)
Same OS:1 (20.0%)
From: g dot fischer at ah-online dot com Assigned: cmb (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 5.4.19, 5.4.24, 5.5.3 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: g dot fischer at ah-online dot com
New email:
PHP Version: OS:

 

 [2013-08-30 15:34 UTC] g dot fischer at ah-online dot com
Description:
------------
system:
=======
debian 6, pgi 2012

options used:
=============
./configure  --enable-fastcgi --disable-ipv6 --with-openssl --with-mysql=/usr/local/mysql --with-mysql-sock --enable-sockets --with-curl --prefix=/usr/local/php553  --enable-shmop


this occurs with 5.4.19 as well as with 5.5.3 upon final linking. 5.3.27 is not affected.
nothing new it seems. the following report i found shows the same error with the intel compiler http://forum.nginx.org/read.php?25,58334

Expected result:
----------------
link without error

Actual result:
--------------
ext/standard/.libs/basic_functions.o:(.data+0xbf08): undefined reference to `zif_sscanf'
make: *** [sapi/cli/php] Error 2
make: *** Waiting for unfinished jobs....
make: *** [sapi/cgi/php-cgi] Error 2


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-08-30 15:36 UTC] g dot fischer at ah-online dot com
-PHP Version: 5.4.19 +PHP Version: 5.4.19, 5.5.3
 [2013-08-30 15:36 UTC] g dot fischer at ah-online dot com
both affected versions added
 [2013-10-01 14:34 UTC] mike@php.net
-Status: Open +Status: Feedback
 [2013-10-01 14:34 UTC] mike@php.net
Sorry, but how should we consistently fix bugs with a trialware compiler?
I'd be happy though, to apply a portable patch!

Thank you.
 [2013-10-01 19:48 UTC] g dot fischer at ah-online dot com
-Status: Feedback +Status: Open
 [2013-10-01 19:48 UTC] g dot fischer at ah-online dot com
the intel compiler which has the same error is free for non commercial use. http://software.intel.com/en-us/non-commercial-software-development
 [2014-01-18 06:32 UTC] g dot fischer at ah-online dot com
same happens with Sun C which you can get for free from oracle. same bug with all 3 major compilers for linux and solaris. it's time to get this sorted.

as always it's a good idea not to use gcc for testing because as we all know it let's you get away with way too much crap and so are the results.

i'll be happy to test whatever you come up with or assist in any other way necessary.
 [2014-01-18 06:36 UTC] g dot fischer at ah-online dot com
-Operating System: linux, debian 6 +Operating System: linux -PHP Version: 5.4.19, 5.5.3 +PHP Version: 5.4.19, 5.4.24, 5.5.3
 [2014-01-18 06:36 UTC] g dot fischer at ah-online dot com
affected version added
 [2018-06-17 12:30 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2018-06-17 12:30 UTC] cmb@php.net
Is this still unresolved?  Note that active support for PHP 5 has
ended quite a while ago.
 [2018-07-01 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 13:01:29 2024 UTC