Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64279 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86249 invoked from network); 13 Dec 2012 16:27:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Dec 2012 16:27:06 -0000 Authentication-Results: pb1.pair.com header.from=lokrain@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lokrain@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: lokrain@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:42371] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/30-19100-9D10AC05 for ; Thu, 13 Dec 2012 11:27:05 -0500 Received: by mail-ob0-f170.google.com with SMTP id wp18so2269714obc.29 for ; Thu, 13 Dec 2012 08:27:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=533mGtsYHfWK9q2zaZD8aPHccqFswoEemK8QuLZJyGE=; b=eQGQsV9anaWgM1bn9Kbmm5amy5cdRJvJ4IKPte+W94ZuYUVKsEQ/bTbXxBldTYV5x+ sqTlmr+8rR+TyRcs8fAQqZjmyd20OBmk/tlxAq8GvdPjsKxtKBoS7JUGRLfx7wZXra9i nOJQsuHKh5Tl5kfRck5eF6G/cakAffAJubcEm52oFY08sx9VwtZ3mdevpYrOT8Z0W0oy RXCSEfg9LC1iFZblRDO3oJPAqEOwiEH3MOoGgBmdC/7r0esHTZ3qxNAKRUQgnclazV3R 111OSiHKmCI6hSeItr1YkfDGLtn30ikF+mlfeBtVWqIIdicWtGvA7J8PTA1QNCM3ojkg pO1A== MIME-Version: 1.0 Received: by 10.60.22.68 with SMTP id b4mr1992162oef.111.1355416022683; Thu, 13 Dec 2012 08:27:02 -0800 (PST) Received: by 10.76.80.133 with HTTP; Thu, 13 Dec 2012 08:27:02 -0800 (PST) Date: Thu, 13 Dec 2012 18:27:02 +0200 Message-ID: To: internals Content-Type: multipart/alternative; boundary=e89a8fb1f27a8e114f04d0be6265 Subject: [PHP-DEV] php 5.4.9 and solr extension From: lokrain@gmail.com (Lokrain) --e89a8fb1f27a8e114f04d0be6265 Content-Type: text/plain; charset=UTF-8 Hello Internals, Having issues compiling solr extension 1.0.2 using php 5.4.9 source for Windows. While compiling I get: Creating library Release\php_solr.lib and object Release\php_solr.exp php_solr.obj : error LNK2019: unresolved external symbol _zend_ce_iterator refer enced in function _zm_startup_solr php_solr.obj : error LNK2019: unresolved external symbol _zend_ce_serializable r eferenced in function _zm_startup_solr php_solr.obj : error LNK2019: unresolved external symbol _zend_ce_arrayaccess re ferenced in function _zm_startup_solr php_solr.obj : error LNK2019: unresolved external symbol _zend_new_interned_stri ng referenced in function _zm_startup_solr php_solr_object.obj : error LNK2019: unresolved external symbol _executor_global s referenced in function _solr_object_read_property solr_functions_helpers.obj : error LNK2001: unresolved external symbol _executor _globals php_solr_response.obj : error LNK2019: unresolved external symbol _basic_globals referenced in function _zim_SolrResponse_getResponse php_solr_utils.obj : error LNK2001: unresolved external symbol _basic_globals solr_functions_helpers.obj : error LNK2001: unresolved external symbol _basic_gl obals Release\php_solr.dll : fatal error LNK1120: 6 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0 \VC\BIN\cl.exe"' : return code '0x2' Stop. === My guess here is that Solr extension uses obsolete symbols. Any ideas how to resolve this? Regards, Dimitar Isusov --e89a8fb1f27a8e114f04d0be6265--