diff options
| author | Remi Collet <remi@remirepo.net> | 2021-12-03 06:51:08 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-12-03 06:51:08 +0100 | 
| commit | da8061b2d35257cdc57409de658dd0f7088c77a2 (patch) | |
| tree | 7a52fe9ac5843700ffa01eb49d62316be332052e /REFLECTION | |
| parent | 94845e8aacdbd7d117019a577d8f2ca12f9fa82f (diff) | |
update to 5.10.0beta2
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 6 | 
1 files changed, 4 insertions, 2 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 sqlsrv version 5.9.0 ] { +Extension [ <persistent> extension #119 sqlsrv version 5.10.0-beta2 ] {    - INI {      Entry [ sqlsrv.WarningsReturnAsErrors <ALL> ] @@ -18,7 +18,7 @@ Extension [ <persistent> extension #119 sqlsrv version 5.9.0 ] {      }    } -  - Constants [74] { +  - Constants [76] {      Constant [ int SQLSRV_ERR_ERRORS ] { 0 }      Constant [ int SQLSRV_ERR_WARNINGS ] { 1 }      Constant [ int SQLSRV_ERR_ALL ] { 2 } @@ -39,6 +39,7 @@ Extension [ <persistent> extension #119 sqlsrv version 5.9.0 ] {      Constant [ int SQLSRV_PHPTYPE_INT ] { 2 }      Constant [ int SQLSRV_PHPTYPE_FLOAT ] { 3 }      Constant [ int SQLSRV_PHPTYPE_DATETIME ] { 5 } +    Constant [ int SQLSRV_PHPTYPE_TABLE ] { 7 }      Constant [ string SQLSRV_ENC_BINARY ] { binary }      Constant [ string SQLSRV_ENC_CHAR ] { char }      Constant [ int SQLSRV_NULLABLE_NO ] { 0 } @@ -60,6 +61,7 @@ Extension [ <persistent> extension #119 sqlsrv version 5.9.0 ] {      Constant [ int SQLSRV_SQLTYPE_TIMESTAMP ] { 4606 }      Constant [ int SQLSRV_SQLTYPE_TINYINT ] { -6 }      Constant [ int SQLSRV_SQLTYPE_UDT ] { -151 } +    Constant [ int SQLSRV_SQLTYPE_TABLE ] { -153 }      Constant [ int SQLSRV_SQLTYPE_UNIQUEIDENTIFIER ] { -11 }      Constant [ int SQLSRV_SQLTYPE_XML ] { -152 }      Constant [ int SQLSRV_SQLTYPE_DATE ] { 5211 } | 
