From 30276884b17b23274eff330f44cca793fa8d7341 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 22 Apr 2014 04:28:45 +0000 Subject: [PATCH] Document some mongodb constants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333397 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/book.xml | 2 +- reference/mongo/constants.xml | 299 ++++++++++++++++++++++++++++++++++ 2 files changed, 300 insertions(+), 1 deletion(-) create mode 100644 reference/mongo/constants.xml diff --git a/reference/mongo/book.xml b/reference/mongo/book.xml index 3758724341..2d296c00b4 100644 --- a/reference/mongo/book.xml +++ b/reference/mongo/book.xml @@ -6,7 +6,7 @@ Mongo &reference.mongo.setup; - + &reference.mongo.constants; &reference.mongo.manual; &reference.mongo.core; diff --git a/reference/mongo/constants.xml b/reference/mongo/constants.xml new file mode 100644 index 0000000000..6547c78ab7 --- /dev/null +++ b/reference/mongo/constants.xml @@ -0,0 +1,299 @@ + + + + + &reftitle.constants; + &extension.constants; + + + + + MONGO_STREAMS + (integer) + + + + Alias of MONGO_SUPPORTS_STREAMS + + + + + + MONGO_SUPPORTS_STREAMS + (integer) + + + + 1 when compiled against PHP Streams (default since 1.4.0). + + + + + + MONGO_SUPPORTS_SSL + (integer) + + + + 1 when is enabled and available. + + + + + + MONGO_SUPPORTS_AUTH_MECHANISM_MONGODB_CR + (integer) + + + + 1 when MongoDB-Challenge/Reponse authentication is compiled in. + + + + + + MONGO_SUPPORTS_AUTH_MECHANISM_MONGODB_X509 + (integer) + + + + 1 when x.509 authentication is compiled in. + + + + + + MONGO_SUPPORTS_AUTH_MECHANISM_GSSAPI + (integer) + + + + 1 when GSSAPI authentication is compiled in. + + + + + + MONGO_SUPPORTS_AUTH_MECHANISM_PLAIN + (integer) + + + + 1 when PLAIN authentication is compiled in. + + + + + + MONGO_STREAM_NOTIFY_TYPE_IO_INIT + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_TYPE_LOG + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_IO_READ + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_IO_WRITE + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_IO_PROGRESS + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_IO_COMPLETED + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_INSERT + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_QUERY + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_UPDATE + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_DELETE + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_GETMORE + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_KILLCURSOR + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_BATCHINSERT + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_RESPONSE_HEADER + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_WRITE_REPLY + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_CMD_INSERT + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_CMD_UPDATE + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_CMD_DELETE + (integer) + + + + + + + + + MONGO_STREAM_NOTIFY_LOG_WRITE_BATCH + (integer) + + + + + + + + + + +