Home
last modified time | relevance | path

Searched refs:PHP (Results 101 – 125 of 508) sorted by last modified time

12345678910>>...21

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc9 PHP associative arrays, since they can easily be encoded in JSON. Therefore, in
10 Elasticsearch-PHP you create and pass associative arrays to the client for
74 in PHP, the process is similar. You first create an action array object (for
80 .Bulk indexing with PHP arrays
H A Dfutures.asciidoc8 PHP is fundamentally single-threaded, however, libcurl provides a functionality
9 called the "multi interface". This functionality allows languages like PHP to
12 batch of responses is then returned to PHP.
20 simultaneously, which means the Elasticsearch-PHP client can more effectively
H A Dindex.asciidoc2 = Elasticsearch PHP Client
H A Dlogger.asciidoc4 Elasticsearch-PHP supports logging, but it is not enabled by default for
H A Dbreaking-changes.asciidoc7 Starting from elasticsearch-php 7.4.0, we generate a PHP
42 ==== PHP 7.1+ Requirement
44 We require using PHP 7.1+ for elasticsearch-php. PHP 7.0 is not supported since
46 https://www.php.net/supported-versions.php[PHP supported version] for more
H A Dhttp-meta-data.asciidoc49 `Content-Type` and `Accept`. The PHP client can be configured to emit the following HTTP headers:
65 In PHP you can set this environment variable as follows:
H A Doverview.asciidoc4 This is the official PHP client for {es}. It is designed to be a low-level
H A Drelease-notes.asciidoc69 * (DOCS) Added Helpers section to PHP book
97 * Replaced `array_walk` with `array_map` in `Connection::getURI` for PHP 8
102 * Introducing PHP 8 compatibility
141 * Fixed PHP 7.4 preloading feature for autoload.php
219 * Added support for PHP 7.4
229 that convert PHP errors in Exception (for example, using Laravel with issue
387 * Requirement of PHP 7.1 instead of 7.0 that is not supported since 1 Jan 2019.
H A Dsearch-operations.asciidoc49 Notice how the structure and layout of the PHP array is identical to that of the
50 JSON request body. This makes it very simple to convert JSON examples into PHP.
51 A quick method to check your PHP array (for more complex examples) is to encode
103 difference is that the JSON response is serialized back into PHP arrays. Working
180 identical to the curl example. For more details about arrays and objects in PHP,
181 see <<php_json_objects, Dealing with JSON Arrays and Objects in PHP>>.
210 And in PHP:
H A Dselectors.asciidoc43 This is an ideal strategy for many PHP scripts. Since PHP scripts are
H A Dcommunity.asciidoc22 This agnostic package is a lightweight wrapper on top of the {es} PHP client.
24 application. It does not want to hide or replace functionality of the {es} PHP
36 for PHP. Deliberately built to be as simple as possible, easily usable and with
H A Dconfiguration.asciidoc12 To learn more about JSON in PHP, read <<php_json_objects>>.
H A Dconnecting.asciidoc58 credentials to ES-PHP so that requests can be authenticated server-side.
112 7.37.1. The `--cacert` option is equivalent to PHP's `CURLOPT_CAINFO` constant,
141 certificate bundle. For PHP clients, the best way is to use
H A Dconnection-pool.asciidoc59 scripts but tends to be additional overhead that is unnecessary for average PHP
212 ==== Which connection pool to choose? PHP and connection pooling
215 many languages, it is. In PHP, the conversation is a bit more nuanced.
217 Because PHP is a share-nothing architecture, there is no way to maintain a
224 non-negligible overhead for certain PHP applications. The average PHP script
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md4 [![Build status](https://github.com/ezimuel/ringphp/workflows/PHP%20test/badge.svg)](https://github.com/ezimuel/ringphp/actions) [![Latest Stable Version](https://poser.pugx.org/ezimuel/ringphp/v/stable)](https://packagist.org/packages/ezimuel/ringphp)
9 into a single PHP function. RingPHP be used to power HTTP clients and servers
10 through a PHP function that accepts a request hash and returns a response hash
H A DCHANGELOG.md11 - Fixed the support of PHP 8.1 with [#7](https://github.com/ezimuel/ringphp/pull/7) and [#8](https://github.com/ezimuel/ringphp/pull/8)
18 - Add attribute to avoid Deprecated notice for PHP 8.1 [#4](https://github.com/ezimuel/ringphp/pull/4)
24 - Updated to PHPUnit 9 and fixed the unit tests for PHP 8
38 - `continue` keyword usage on PHP 7.3
49 - The PHP stream wrapper handler now sets `allow_self_signed` to `false` to
64 - PHP 7 fixes.
83 - Adding more error information to PHP stream wrapper exceptions.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md11 - (DOCS) Added Helpers section to PHP book
32 - Replaced `array_walk` with `array_map` in `Connection::getURI` for PHP 8
37 - Introducing PHP 8 compatibility
67 - Fixed PHP 7.4 preloading feature for autoload.php
126 - Added support for PHP 7.4
132 With this approach we don't break existing application that convert PHP errors in Exception
250 - Requirement of PHP 7.1 instead of 7.0 that is not supported since 1 Jan 2019.
279 - Fix tests for PHP 7 with ES 6.7 [[5401479](https://github.com/elastic/elasticsearch-php/pull/884/commits/5401479)
361 - [DOCS] Flip Branch / PHP Version table (#656) [[fa7bfb3]](http://github.com/elasticsearch/elasticsearch-php/commit/fa7bfb3)
403 - Travis: add PHP 7.
[all...]
H A DREADME.md6 [![Build status](https://github.com/elastic/elasticsearch-php/workflows/PHP%20test/badge.svg)](https://github.com/elastic/elasticsearch-php/actions) [![Latest Stable Version](https://poser.pugx.org/elasticsearch/elasticsearch/v/stable)](https://packagist.org/packages/elasticsearch/elasticsearch) [![Total Downloads](https://poser.pugx.org/elasticsearch/elasticsearch/downloads)](https://packagist.org/packages/elasticsearch/elasticsearch)
8 Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in PHP; because of this it tries to be opinion-free and very extendable.
12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
41 * [PHP Version Requirement](#php-version-requirement)
73 | Elasticsearch-PHP Branch | PHP Version |
84 - If you are using Elasticsearch 7.x, you can use Elasticsearch-PHP 7.x branch.
85 - If you are using Elasticsearch 6.x, you can use Elasticsearch-PHP 6.x branch.
86 - If you are using Elasticsearch 5.x, you can use Elasticsearch-PHP 6.x branch.
87 - If you are using Elasticsearch 1.x or 2.x, prefer using the Elasticsearch-PHP 2.
[all...]
/plugin/elasticsearch/vendor/psr/log/
H A DLICENSE1 Copyright (c) 2012 PHP Framework Interoperability Group
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md210 * Supported PHP 8.0 [#1794](https://github.com/ruflin/Elastica/pull/1794)
238 * Deprecated Match query class and introduced MatchQuery instead for PHP 8.0 compatibility reason [#1799](https://github.com/ruflin/Elastica/pull/1799)
282 * Updated PHP coding standards to adhere to PSR-12 [#1760](https://github.com/ruflin/Elastica/pull/1760)
286 * Require guzzle >= v6.3 as development library: fixes issues on PHP >= 7.2
287 * Require phpunit >= v7.5, fixes deprecations in with PHP 7.3
289 accessing the current item, as documented in PHP's Iterator documentation [#1749](https://github.com/ruflin/Elastica/pull/1749)
319 * Dropped support for PHP 7.1 [#1703](https://github.com/ruflin/Elastica/pull/1703)
335 * Launched tests with PHP 7.4 [#1704](https://github.com/ruflin/Elastica/pull/1704)
336 * Launched local tests with PHP 7.2 by default [#1725](https://github.com/ruflin/Elastica/pull/1725)
358 * Dropped support for PHP 7.
[all...]
H A DREADME.md1 Elastica: elasticsearch PHP Client
36 | Elastica branch | ElasticSearch | elasticsearch-php | PHP |
43 | Elastica version | ElasticSearch | elasticsearch-php | PHP |
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DCHANGELOG.md47 Support for PHP 7.3.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile10 # Install zip extension for PHP
17 # Install yaml extension for PHP
21 # Print PHP version
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md10 * Feature: Full PHP 8.3 compatibility.
15 * Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+.
18 Feature: Add full support for PHP 8.2.
29 * Feature: Support union types and address deprecation of `ReflectionType::getClass()` (PHP 8+).
38 * Feature: Support intersection types (PHP 8.1+).
75 * Improve test suite, run tests on PHP 7.4 and update PHPUnit test setup.
95 needed and hide resolver and canceller references from call stack on PHP 7+.
101 cleaning up said references, we can avoid relying on PHP's circular garbage collector
200 * BC break: Bump minimum PHP version to PHP 5.
[all...]
H A DREADME.md5 [CommonJS Promises/A](http://wiki.commonjs.org/wiki/Promises/A) for PHP.
62 [CommonJS Promises/A](http://wiki.commonjs.org/wiki/Promises/A) for PHP.
858 This project aims to run on any platform and thus does not require any PHP
859 extensions and supports running on legacy PHP 5.4 through current PHP 8+ and HHVM.
860 It's *highly recommended to use the latest supported PHP version* for this project.

12345678910>>...21