From a1069e7e0bf1e80be5eb772cd6416a12024bf338 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Nov 2022 13:39:06 +0100 Subject: test build for upcoming 2.6.0 refresh fix from PHP 8.2 from https://github.com/php/pecl-search_engine-solr/pull/39 --- REFLECTION | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index f14d899..1682525 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 solr version 2.5.1 ] { +Extension [ extension #122 solr version 2.6.0 ] { - Dependencies { Dependency [ libxml (Required) ] @@ -7,9 +7,9 @@ Extension [ 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 [ extension #120 solr version 2.5.1 ] { Parameter #0 [ $property_name ] Parameter #1 [ $property_value ] } + - Return [ void ] } Method [ public method offsetGet ] { @@ -68,6 +69,7 @@ Extension [ extension #120 solr version 2.5.1 ] { - Parameters [1] { Parameter #0 [ $property_name ] } + - Return [ bool ] } Method [ public method offsetUnset ] { @@ -75,6 +77,7 @@ Extension [ extension #120 solr version 2.5.1 ] { - Parameters [1] { Parameter #0 [ $property_name ] } + - Return [ void ] } Method [ public method getPropertyNames ] { @@ -160,6 +163,7 @@ Extension [ extension #120 solr version 2.5.1 ] { Parameter #0 [ $fieldName ] Parameter #1 [ $fieldValue ] } + - Return [ void ] } Method [ public method offsetGet ] { @@ -174,6 +178,7 @@ Extension [ extension #120 solr version 2.5.1 ] { - Parameters [1] { Parameter #0 [ $fieldName ] } + - Return [ bool ] } Method [ public method offsetUnset ] { @@ -181,6 +186,7 @@ Extension [ extension #120 solr version 2.5.1 ] { - Parameters [1] { Parameter #0 [ $fieldName ] } + - Return [ void ] } Method [ public method current ] { @@ -199,18 +205,21 @@ Extension [ extension #120 solr version 2.5.1 ] { - Parameters [0] { } + - Return [ void ] } Method [ public method rewind ] { - Parameters [0] { } + - Return [ void ] } Method [ public method valid ] { - Parameters [0] { } + - Return [ bool ] } Method [ public method serialize ] { @@ -4918,8 +4927,8 @@ Extension [ 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 [ 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 [ 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 [ 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 [ 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 [ 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_...' ] } -- cgit