Lokrain in php.internals (Thu, 13 Dec 2012 18:27:02 +0200):
>My guess here is that Solr extension uses obsolete symbols.
>
>Any ideas how to resolve this?

Try to use ecaron's clone at github:
https://github.com/ecaron/php-pecl-solr

You will have to put this back into config.w32:

ARG_ENABLE('solr', 'Whether to enable Apache Solr support', 'no');

and move this back to directly after the second ARG_ENABLE (from
somewhere further down):

if(PHP_SOLR != 'no')
{

Then it builds fine under PHP 5.4. Maybe you could report here and to
ecaron if it works as well, after enabling the extension.

Jan

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to