From 1f009756a499d2ba31256a43cd57098f293c52e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Feb 2024 08:17:18 +0100 Subject: update to 2.2.3 drop patch merged upstream --- REFLECTION | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6260811..bff0994 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 pq version 2.2.2 ] { +Extension [ extension #89 pq version 2.2.3 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -48,10 +48,11 @@ Extension [ extension #122 pq version 2.2.2 ] { Class [ class pq\DateTime extends DateTime implements Stringable, DateTimeInterface, JsonSerializable ] { - - Constants [13] { + - Constants [14] { Constant [ public string ATOM ] { Y-m-d\TH:i:sP } Constant [ public string COOKIE ] { l, d-M-Y H:i:s T } Constant [ public string ISO8601 ] { Y-m-d\TH:i:sO } + Constant [ public string ISO8601_EXPANDED ] { X-m-d\TH:i:sP } Constant [ public string RFC822 ] { D, d M y H:i:s O } Constant [ public string RFC850 ] { l, d-M-y H:i:s T } Constant [ public string RFC1036 ] { D, d M y H:i:s O } @@ -91,7 +92,7 @@ Extension [ extension #122 pq version 2.2.2 ] { - Parameters [1] { Parameter #0 [ DateTimeImmutable $object ] } - - Tentative return [ DateTime ] + - Tentative return [ static ] } Method [ static public method createFromInterface ] { @@ -114,7 +115,7 @@ Extension [ extension #122 pq version 2.2.2 ] { Property [ public $format = 'Y-m-d H:i:s.uO' ] } - - Methods [17] { + - Methods [19] { Method [ public method __toString ] { - Parameters [0] { @@ -137,6 +138,21 @@ Extension [ extension #122 pq version 2.2.2 ] { } } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method __wakeup ] { - Parameters [0] { @@ -777,7 +793,7 @@ Extension [ extension #122 pq version 2.2.2 ] { - Static methods [0] { } - - Properties [23] { + - Properties [26] { Property [ public $status = 1 ] Property [ public $transactionStatus = 4 ] Property [ public $socket = NULL ] @@ -801,6 +817,9 @@ Extension [ extension #122 pq version 2.2.2 ] { Property [ public $defaultTransactionReadonly = false ] Property [ public $defaultTransactionDeferrable = false ] Property [ public $defaultAutoConvert = 65535 ] + Property [ public readonly $libraryVersion = NULL ] + Property [ public readonly $protocolVersion = NULL ] + Property [ public readonly $serverVersion = NULL ] } - Methods [31] { -- cgit