|
Apache/2.2.15 (CentOS) Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 uid=48(apache) gid=48(apache) groups=48(apache) server ip : 104.21.65.202 | your ip : 10.244.126.0 safemode OFF > / etc / php.d / |
| Filename | /etc/php.d/mongo.ini |
| Size | 1.08 kb |
| Permission | rw-r--r-- |
| Owner | apache |
| Create time | 26-May-2024 11:05 |
| Last modified | 02-Nov-2013 22:12 |
| Last accessed | 02-Nov-2013 22:12 |
| Actions | edit | rename | delete | download (gzip) |
| View | text | code | image |
; Enable mongo extension module
extension=mongo.so
; option documentation: http://www.php.net/manual/en/mongo.configuration.php
; If persistent connections are allowed.
;mongo.allow_persistent = 1
; Whether to reconnect to the database if the connection is lost.
;mongo.auto_reconnect = 1
; The number of bytes-per-chunk.
; This number must be at least 100 less than 4 megabytes (max: 4194204)
;mongo.chunk_size = 262144
; A character to be used in place of $ in modifiers and comparisons.
;mongo.cmd = $
; Default hostname when nothing is passed to the constructor.
;mongo.default_host = localhost
; The default TCP port number. The database's default is 27017.
;mongo.default_port = 27017
; Return a BSON_LONG as an instance of MongoInt64
; (instead of a primitive type).
;mongo.long_as_object = 0
; Use MongoDB native long (this will default to true for 1.1.0)
mongo.native_long = true
; If an exception should be thrown for non-UTF8 strings.
; This option will be eliminated and exceptions always thrown for non-UTF8
; strings starting with version 1.1.0.
mongo.utf8 = 1
extension=mongo.so
; option documentation: http://www.php.net/manual/en/mongo.configuration.php
; If persistent connections are allowed.
;mongo.allow_persistent = 1
; Whether to reconnect to the database if the connection is lost.
;mongo.auto_reconnect = 1
; The number of bytes-per-chunk.
; This number must be at least 100 less than 4 megabytes (max: 4194204)
;mongo.chunk_size = 262144
; A character to be used in place of $ in modifiers and comparisons.
;mongo.cmd = $
; Default hostname when nothing is passed to the constructor.
;mongo.default_host = localhost
; The default TCP port number. The database's default is 27017.
;mongo.default_port = 27017
; Return a BSON_LONG as an instance of MongoInt64
; (instead of a primitive type).
;mongo.long_as_object = 0
; Use MongoDB native long (this will default to true for 1.1.0)
mongo.native_long = true
; If an exception should be thrown for non-UTF8 strings.
; This option will be eliminated and exceptions always thrown for non-UTF8
; strings starting with version 1.1.0.
mongo.utf8 = 1