php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43601 Extension Compiling Errors
Submitted: 2007-12-15 09:04 UTC Modified: 2007-12-17 09:18 UTC
From: sskaje at gmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.5 OS: Windows 2003
Private report: No CVE-ID: None
 [2007-12-15 09:04 UTC] 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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-12-17 09:18 UTC] sniper@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 18:01:28 2024 UTC