ID:               43601
 Updated by:       [EMAIL PROTECTED]
 Reported By:      sskaje at gmail dot com
-Status:           Open
+Status:           Bogus
-Bug Type:         *Compile Issues
+Bug Type:         Compile Failure
 Operating System: Windows 2003
 PHP Version:      5.2.5
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------

[2007-12-15 09:04:52] sskaje at gmail dot com

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 this bug report at http://bugs.php.net/?id=43601&edit=1

Reply via email to