diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-09 13:39:06 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-09 13:39:06 +0100 |
commit | a1069e7e0bf1e80be5eb772cd6416a12024bf338 (patch) | |
tree | e11e65c0950790328a04ad16ecfbe81701ddf710 /REFLECTION | |
parent | 97e518d714b116460e0aa9b878a982aa96da8a44 (diff) |
test build for upcoming 2.6.0
refresh fix from PHP 8.2 from
https://github.com/php/pecl-search_engine-solr/pull/39
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 41 |
1 files changed, 25 insertions, 16 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 solr version 2.5.1 ] { +Extension [ <persistent> extension #122 solr version 2.6.0 ] { - Dependencies { Dependency [ libxml (Required) ] @@ -7,9 +7,9 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { - Constants [4] { Constant [ int SOLR_MAJOR_VERSION ] { 2 } - Constant [ int SOLR_MINOR_VERSION ] { 5 } - Constant [ int SOLR_PATCH_VERSION ] { 1 } - Constant [ string SOLR_EXTENSION_VERSION ] { 2.5.1 } + Constant [ int SOLR_MINOR_VERSION ] { 6 } + Constant [ int SOLR_PATCH_VERSION ] { 0 } + Constant [ string SOLR_EXTENSION_VERSION ] { 2.6.0 } } - Functions { @@ -54,6 +54,7 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { Parameter #0 [ <required> $property_name ] Parameter #1 [ <required> $property_value ] } + - Return [ void ] } Method [ <internal:solr, prototype ArrayAccess> public method offsetGet ] { @@ -68,6 +69,7 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { - Parameters [1] { Parameter #0 [ <required> $property_name ] } + - Return [ bool ] } Method [ <internal:solr, prototype ArrayAccess> public method offsetUnset ] { @@ -75,6 +77,7 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { - Parameters [1] { Parameter #0 [ <required> $property_name ] } + - Return [ void ] } Method [ <internal:solr> public method getPropertyNames ] { @@ -160,6 +163,7 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { Parameter #0 [ <required> $fieldName ] Parameter #1 [ <required> $fieldValue ] } + - Return [ void ] } Method [ <internal:solr, prototype ArrayAccess> public method offsetGet ] { @@ -174,6 +178,7 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { - Parameters [1] { Parameter #0 [ <required> $fieldName ] } + - Return [ bool ] } Method [ <internal:solr, prototype ArrayAccess> public method offsetUnset ] { @@ -181,6 +186,7 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { - Parameters [1] { Parameter #0 [ <required> $fieldName ] } + - Return [ void ] } Method [ <internal:solr, prototype Iterator> public method current ] { @@ -199,18 +205,21 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { - Parameters [0] { } + - Return [ void ] } Method [ <internal:solr, prototype Iterator> public method rewind ] { - Parameters [0] { } + - Return [ void ] } Method [ <internal:solr, prototype Iterator> public method valid ] { - Parameters [0] { } + - Return [ bool ] } Method [ <internal:solr, prototype Serializable> public method serialize ] { @@ -4918,8 +4927,8 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] - Property [ protected $sourceline = 116 ] - Property [ protected $sourcefile = '/builddir/build...' ] + Property [ protected $sourceline = 118 ] + Property [ protected $sourcefile = '/dev/shm/BUILD/...' ] Property [ protected $zif_name = 'solr_exception_...' ] } @@ -5018,8 +5027,8 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] - Property [ protected $sourceline = 116 ] - Property [ protected $sourcefile = '/builddir/build...' ] + Property [ protected $sourceline = 118 ] + Property [ protected $sourcefile = '/dev/shm/BUILD/...' ] Property [ protected $zif_name = 'solr_exception_...' ] } @@ -5118,8 +5127,8 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] - Property [ protected $sourceline = 116 ] - Property [ protected $sourcefile = '/builddir/build...' ] + Property [ protected $sourceline = 118 ] + Property [ protected $sourcefile = '/dev/shm/BUILD/...' ] Property [ protected $zif_name = 'solr_exception_...' ] } @@ -5218,8 +5227,8 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] - Property [ protected $sourceline = 116 ] - Property [ protected $sourcefile = '/builddir/build...' ] + Property [ protected $sourceline = 118 ] + Property [ protected $sourcefile = '/dev/shm/BUILD/...' ] Property [ protected $zif_name = 'solr_exception_...' ] } @@ -5318,8 +5327,8 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] - Property [ protected $sourceline = 116 ] - Property [ protected $sourcefile = '/builddir/build...' ] + Property [ protected $sourceline = 118 ] + Property [ protected $sourcefile = '/dev/shm/BUILD/...' ] Property [ protected $zif_name = 'solr_exception_...' ] } @@ -5418,8 +5427,8 @@ Extension [ <persistent> extension #120 solr version 2.5.1 ] { Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] - Property [ protected $sourceline = 116 ] - Property [ protected $sourcefile = '/builddir/build...' ] + Property [ protected $sourceline = 118 ] + Property [ protected $sourcefile = '/dev/shm/BUILD/...' ] Property [ protected $zif_name = 'solr_exception_...' ] } |