From:             sskaje at gmail dot com
Operating system: Windows 2003
PHP version:      5.2.5
PHP Bug Type:     *Compile Issues
Bug description:  Extension Compiling Errors

Description:
------------
i tried to compile some extension such as php_imagick on ms windows 2003
with php 5.2.5 and imagemagick 6.3.7-2

when linking
imagick.obj : error LNK2001: unresolved external symbol
_executor_globals_id
imagick.obj : error LNK2001: unresolved external symbol _zend_ce_iterator

i found a 
        zend_class_implements(php_imagick_sc_entry TSRMLS_CC, 1,
zend_ce_iterator);
in the source code of imagick

at the very beginning, i thought it's the bug of that pecl extension, then
i tried to search for 'zend_ce_iterator' in the php-5.2.5-source/ext/ 
there in ext/sqlite/sqlite.c, it has a similar one

then i tried to compile the sqlite, and stopped because of the same error

i thought its something wrong caused by php5ts.lib
but when i tried to use the php5ts.lib i compiled, error still exists


-- 
Edit bug report at http://bugs.php.net/?id=43601&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43601&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43601&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43601&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43601&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=43601&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=43601&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=43601&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=43601&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=43601&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=43601&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=43601&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=43601&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=43601&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=43601&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43601&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=43601&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=43601&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=43601&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43601&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=43601&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=43601&r=mysqlcfg

Reply via email to