Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-pecl-solr | Distribution: Unknown |
Version: 1.0.2 | Vendor: Remi Collet |
Release: 7.el6.remi.5.4 | Build date: Sun Mar 9 07:35:41 2014 |
Group: Development/Languages | Build host: schrodingerscat.famillecollet.com |
Size: 595691 | Source RPM: php-pecl-solr-1.0.2-7.el6.remi.5.4.src.rpm |
Packager: http://blog.famillecollet.com/ | |
Url: http://pecl.php.net/package/solr | |
Summary: Object oriented API to Apache Solr |
Feature-rich library that allows PHP developers to communicate easily and efficiently with Apache Solr server instances using an object-oriented API. It effectively simplifies the process of interacting with Apache Solr using PHP5 and it already comes with built-in readiness for the latest features added in Solr 3.1. The extension has features such as built-in, serializable query string builder objects which effectively simplifies the manipulation of name-value pair request parameters across repeated requests. The response from the Solr server is also automatically parsed into native php objects whose properties can be accessed as array keys or object properties without any additional configuration on the client-side. Its advanced HTTP client reuses the same connection across multiple requests and provides built-in support for connecting to Solr servers secured behind HTTP Authentication or HTTP proxy servers. It is also able to connect to SSL-enabled containers. More info on PHP-Solr can be found at: http://www.php.net/manual/en/book.solr.php Warning: PECL Solr 1 is not compatible with Solr Server >= 4.0. PECL Solr 2 is available in php-pecl-solr2 package.
PHP
* Sun Mar 09 2014 Remi Collet <remi@fedoraproject.org> - 1.0.7 - cleanups - install doc in pecl_docdir - install tests in pecl_testdir * Sun Oct 21 2012 Remi Collet <remi@fedoraproject.org> - 1.0.2-4 - rebuild * Tue Nov 29 2011 Remi Collet <remi@fedoraproject.org> - 1.0.2-2 - php 5.4 build * Tue Nov 29 2011 Remi Collet <remi@fedoraproject.org> - 1.0.2-1 - update to 1.0.2 * Mon Nov 28 2011 Remi Collet <remi@fedoraproject.org> - 1.0.1-4.svn320130 - svn snapshot (test suite is now ok) * Wed Nov 16 2011 Remi Collet <remi@fedoraproject.org> - 1.0.1-3 - build against php 5.4 - ignore test result because of https://bugs.php.net/60313 * Thu Oct 06 2011 Remi Collet <Fedora@FamilleCollet.com> - 1.0.1-2 - ZTS extension - spec cleanups * Fri Jun 10 2011 Remi Collet <Fedora@famillecollet.com> - 1.0.1-1 - Version 1.0.1 (stable) - API 1.0.1 (stable) - run test suite after build * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jun 23 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 0.9.11-1 - update to latest release * Thu May 13 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 0.9.10-2 - consitent use of pecl_name macro - add %check - fixes some typos - thanks Remi :) * Thu May 13 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 0.9.10-1 - update to latest release * Tue Apr 27 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 0.9.9-2 - Add missing Requires - Remove conditionnal 'php_zend_api' 'pecl_install' no longer required - %define no longer must be used - Thanks to Remi :) * Mon Apr 26 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 0.9.9-1 - Initial packaging
/etc/php-zts.d/solr.ini /etc/php.d/solr.ini /usr/lib64/php-zts/modules/solr.so /usr/lib64/php/modules/solr.so /usr/share/doc/pecl/solr /usr/share/doc/pecl/solr/CREDITS /usr/share/doc/pecl/solr/LICENSE /usr/share/doc/pecl/solr/README.ABOUT_SOLR_EXTENSION /usr/share/doc/pecl/solr/README.CONTRIBUTORS /usr/share/doc/pecl/solr/README.INSTALLATION /usr/share/doc/pecl/solr/README.MEMORY_ALLOCATION /usr/share/doc/pecl/solr/README.SUBMITTING_CONTRIBUTIONS /usr/share/doc/pecl/solr/TODO /usr/share/doc/pecl/solr/docs /usr/share/doc/pecl/solr/docs/documentation.php /usr/share/tests/pecl/solr /usr/share/tests/pecl/solr/tests /usr/share/tests/pecl/solr/tests/bootstrap.inc /usr/share/tests/pecl/solr/tests/files /usr/share/tests/pecl/solr/tests/files/response_xml.1.xml /usr/share/tests/pecl/solr/tests/skip.if.server_not_configured.inc /usr/share/tests/pecl/solr/tests/solrclient_001.phpt /usr/share/tests/pecl/solr/tests/solrclient_002.phpt /usr/share/tests/pecl/solr/tests/solrclient_003.phpt /usr/share/tests/pecl/solr/tests/solrclient_004.phpt /usr/share/tests/pecl/solr/tests/solrclient_005.phpt /usr/share/tests/pecl/solr/tests/solrdocument_001.phpt /usr/share/tests/pecl/solr/tests/solrdocument_002.phpt /usr/share/tests/pecl/solr/tests/solrdocument_003.phpt /usr/share/tests/pecl/solr/tests/solrdocument_004.phpt /usr/share/tests/pecl/solr/tests/solrobject_001.phpt /usr/share/tests/pecl/solr/tests/solrobject_002.phpt /usr/share/tests/pecl/solr/tests/solrobject_003.phpt /usr/share/tests/pecl/solr/tests/solrobject_004.phpt /usr/share/tests/pecl/solr/tests/solrobject_005.phpt /usr/share/tests/pecl/solr/tests/solrquery_001.phpt /usr/share/tests/pecl/solr/tests/solrquery_002.phpt /usr/share/tests/pecl/solr/tests/solrquery_003.phpt /usr/share/tests/pecl/solr/tests/solrquery_004.phpt /usr/share/tests/pecl/solr/tests/solrquery_005.phpt /usr/share/tests/pecl/solr/tests/solrquery_006.phpt /usr/share/tests/pecl/solr/tests/solrquery_007.phpt /usr/share/tests/pecl/solr/tests/test.config.inc /var/lib/pear/pkgxml/php-pecl-solr.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 10:23:23 2024