File: control

package info (click to toggle)
php-solr 2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,420 kB
  • ctags: 2,794
  • sloc: ansic: 26,401; php: 1,152; xml: 1,126; pascal: 4; makefile: 1
file content (49 lines) | stat: -rw-r--r-- 1,957 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: php-solr
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <pkg-php-pecl@lists.alioth.debian.org>
Uploaders: Facundo Guerrero <guerremdq@gmail.com>
Build-Depends: chrpath,
               debhelper (>= 9),
               dh-php (>= 0.12~),
               libcurl4-openssl-dev,
               libxml2-dev,
               php-all-dev,
               po-debconf,
               xsltproc
Standards-Version: 3.9.8
Homepage: http://pecl.php.net/package/solr
Vcs-Git: git://anonscm.debian.org/pkg-php/php-solr.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-solr.git

Package: php-solr
Architecture: any
Depends: php-curl,
         ${misc:Depends},
         ${php:Depends},
         ${shlibs:Depends}
Provides: ${php:Provides}
Description: PHP extension for communicating with Apache Solr server
 The Apache Solr PHP extension is an extremely fast, light-weight,
 feature-rich library that allows PHP applications 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 PHP and it already comes with built-in
 readiness for the latest features.
 .
 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.
 .
 PECL Solr 2+ is only compatible with Apache Solr Server 4.0+.