Edit report at https://bugs.php.net/bug.php?id=55649&edit=1

 ID:                 55649
 Patch added by:     larue...@php.net
 Reported by:        anton dot dobkin at gmail dot com
 Summary:            Undefined function Bug()
 Status:             Open
 Type:               Bug
 Package:            Compile Failure
 Operating System:   Linux
 PHP Version:        5.3.8
 Block user comment: N
 Private report:     N

 New Comment:

The following patch has been added/updated:

Patch Name: bug55649.diff
Revision:   1315544716
URL:        
https://bugs.php.net/patch-display.php?bug=55649&patch=bug55649.diff&revision=1315544716


Previous Comments:
------------------------------------------------------------------------
[2011-09-09 03:38:33] anton dot dobkin at gmail dot com

Description:
------------
In zend_strtod.c calls undefined function Bug() when compiled with flag DEBUG


zend_strtod.c:(.text+0x8ca): undefined reference to `Bug'
Zend/.libs/zend_strtod.o: In function `cmp':
zend_strtod.c:(.text+0x988): undefined reference to `Bug'
zend_strtod.c:(.text+0x9a8): undefined reference to `Bug'
Zend/.libs/zend_strtod.o: In function `b2d':
zend_strtod.c:(.text+0xc75): undefined reference to `Bug'
Zend/.libs/zend_strtod.o: In function `quorem':
zend_strtod.c:(.text+0xde2): undefined reference to `Bug'
Zend/.libs/zend_strtod.o:zend_strtod.c:(.text+0xec2): more undefined references 
to `Bug' follow
collect2: ld returned 1 exit status




------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=55649&edit=1

Reply via email to