[ANNOUNCEMENT] solr-0.9.5 (beta) Released.

View: New views
1 Messages — Rating Filter:   Alert me  

[ANNOUNCEMENT] solr-0.9.5 (beta) Released.

by Pecl - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The new PECL package solr-0.9.5 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
Added support for secure connections to SSL-enabled Solr servers (SSL/HTTPS).
Made connection errors more verbose.
The following options where added to the SolrClient constructor :
 - secure          (Boolean value indicating whether or not to connect in secure mode)
 - timeout         (This is maximum time in seconds allowed for the http data transfer operation. Default is 30 seconds)
 - ssl_cert        (File name to a PEM-formatted file containing the private key + private certificate (concatenated in that order) )
 - ssl_key         (File name to a PEM-formatted private key file only)
 - ssl_keypassword (Password for private key)
 - ssl_cainfo      (Name of file holding one or more CA certificates to verify peer with)
 - ssl_capath      (Name of directory holding multiple CA certificates to verify peer with )

Package Info
-------------
It effectively simplifies the process of interacting with Apache Solr using PHP5 and it already comes with built-in readiness for the latest features available in Solr 1.4. 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. Please consult the documentation for more details on features.

Related Links
-------------
Package home: http://pecl.php.net/package/solr
   Changelog: http://pecl.php.net/package-changelog.php?package=solr
    Download: http://pecl.php.net/get/solr-0.9.5.tgz

Authors
-------------
Israel Ekpo <iekpo@...> (lead)


--
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php