diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 10 | 
1 files changed, 5 insertions, 5 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #130 mongodb version 1.1.0 ] { +Extension [ <persistent> extension #129 mongodb version 1.1.1 ] {    - INI {      Entry [ mongodb.debug <ALL> ] @@ -7,7 +7,7 @@ Extension [ <persistent> extension #130 mongodb version 1.1.0 ] {    }    - Constants [3] { -    Constant [ string MONGODB_VERSION ] { 1.1.0 } +    Constant [ string MONGODB_VERSION ] { 1.1.1 }      Constant [ string MONGODB_STABILITY ] { stable }      Constant [ string BSON_NAMESPACE ] { MongoDB\BSON }    } @@ -1097,7 +1097,7 @@ Extension [ <persistent> extension #130 mongodb version 1.1.0 ] {        }      } -    Class [ <internal:mongodb> class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { +    Class [ <internal:mongodb> final class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] {        - Constants [0] {        } @@ -1282,7 +1282,7 @@ Extension [ <persistent> extension #130 mongodb version 1.1.0 ] {        }      } -    Class [ <internal:mongodb> class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception ] { +    Class [ <internal:mongodb> final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception ] {        - Constants [0] {        } @@ -1339,7 +1339,7 @@ Extension [ <persistent> extension #130 mongodb version 1.1.0 ] {        }      } -    Class [ <internal:mongodb> class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { +    Class [ <internal:mongodb> final class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] {        - Constants [0] {        } | 
