diff options
| author | Remi Collet <remi@remirepo.net> | 2024-02-06 08:17:18 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-02-06 08:17:18 +0100 | 
| commit | 1f009756a499d2ba31256a43cd57098f293c52e9 (patch) | |
| tree | a12e1f6723a702657e50d93b576bc294634ebfd0 /REFLECTION | |
| parent | 41cdf652f6ebf992c05b35f885859fb1e924f604 (diff) | |
update to 2.2.3
drop patch merged upstream
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 29 | 
1 files changed, 24 insertions, 5 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 pq version 2.2.2 ] { +Extension [ <persistent> extension #89 pq version 2.2.3 ] {    - Dependencies {      Dependency [ raphf (Required) ] @@ -48,10 +48,11 @@ Extension [ <persistent> extension #122 pq version 2.2.2 ] {      Class [ <internal:pq> 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 [ <persistent> extension #122 pq version 2.2.2 ] {            - Parameters [1] {              Parameter #0 [ <required> DateTimeImmutable $object ]            } -          - Tentative return [ DateTime ] +          - Tentative return [ static ]          }          Method [ <internal:date, inherits DateTime> static public method createFromInterface ] { @@ -114,7 +115,7 @@ Extension [ <persistent> extension #122 pq version 2.2.2 ] {          Property [ public $format = 'Y-m-d H:i:s.uO' ]        } -      - Methods [17] { +      - Methods [19] {          Method [ <internal:pq, prototype Stringable> public method __toString ] {            - Parameters [0] { @@ -137,6 +138,21 @@ Extension [ <persistent> extension #122 pq version 2.2.2 ] {            }          } +        Method [ <internal:date, inherits DateTime, prototype DateTimeInterface> public method __serialize ] { + +          - Parameters [0] { +          } +          - Return [ array ] +        } + +        Method [ <internal:date, inherits DateTime, prototype DateTimeInterface> public method __unserialize ] { + +          - Parameters [1] { +            Parameter #0 [ <required> array $data ] +          } +          - Return [ void ] +        } +          Method [ <internal:date, inherits DateTime, prototype DateTimeInterface> public method __wakeup ] {            - Parameters [0] { @@ -777,7 +793,7 @@ Extension [ <persistent> 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 [ <persistent> 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] { | 
