@@ -165,12 +165,10 @@ if test "$PHP_MONGODB" != "no"; then
165165 src/BSON/Unserializable.c \
166166 src/BSON/UTCDateTime.c \
167167 src/BSON/UTCDateTimeInterface.c \
168- src/BSON/functions.c \
169168 src/MongoDB/BulkWrite.c \
170169 src/MongoDB/ClientEncryption.c \
171170 src/MongoDB/Command.c \
172171 src/MongoDB/Cursor.c \
173- src/MongoDB/CursorId.c \
174172 src/MongoDB/CursorInterface.c \
175173 src/MongoDB/Manager.c \
176174 src/MongoDB/Query.c \
@@ -197,9 +195,7 @@ if test "$PHP_MONGODB" != "no"; then
197195 src/MongoDB/Exception/LogicException.c \
198196 src/MongoDB/Exception/RuntimeException.c \
199197 src/MongoDB/Exception/ServerException.c \
200- src/MongoDB/Exception/SSLConnectionException.c \
201198 src/MongoDB/Exception/UnexpectedValueException.c \
202- src/MongoDB/Exception/WriteException.c \
203199 src/MongoDB/Monitoring/CommandFailedEvent.c \
204200 src/MongoDB/Monitoring/CommandStartedEvent.c \
205201 src/MongoDB/Monitoring/CommandSubscriber.c \
@@ -227,22 +223,6 @@ if test "$PHP_MONGODB" != "no"; then
227223 [ no] )
228224 PHP_MONGODB_VALIDATE_ARG([ PHP_MONGODB_SYSTEM_LIBS] , [ yes no] )
229225
230- PHP_ARG_WITH([ libbson] ,
231- [ whether to use system libbson] ,
232- [ AS_HELP_STRING ( [ --with-libbson=@<:@ yes/no@:>@ ] ,
233- [ MongoDB: Use system libbson (deprecated for --with-mongodb-system-libs) [ default=no] ] ) ] ,
234- [ no] ,
235- [ no] )
236- PHP_MONGODB_VALIDATE_ARG([ PHP_LIBBSON] , [ yes no] )
237- 238- PHP_ARG_WITH([ libmongoc] ,
239- [ whether to use system libmongoc] ,
240- [ AS_HELP_STRING ( [ --with-libmongoc=@<:@ yes/no@:>@ ] ,
241- [ MongoDB: Use system libmongoc (deprecated for --with-mongodb-system-libs) [ default=no] ] ) ] ,
242- [ no] ,
243- [ no] )
244- PHP_MONGODB_VALIDATE_ARG([ PHP_LIBMONGOC] , [ yes no] )
245- 246226 PHP_ARG_WITH([ mongodb-client-side-encryption] ,
247227 [ whether to enable client-side encryption] ,
248228 [ AS_HELP_STRING ( [ --with-mongodb-client-side-encryption=@<:@ auto/yes/no@:>@ ] ,
@@ -251,26 +231,6 @@ if test "$PHP_MONGODB" != "no"; then
251231 [ no] )
252232 PHP_MONGODB_VALIDATE_ARG([ PHP_MONGODB_CLIENT_SIDE_ENCRYPTION] , [ auto yes no] )
253233
254- if test "$PHP_LIBBSON" != "no"; then
255- AC_MSG_WARN ( Using -- with-libbson is deprecated and will be removed in a future version. Please use -- with-system-libs instead )
256- 257- if test "$PHP_LIBMONGOC" = "no"; then
258- AC_MSG_ERROR ( Cannot use system libbson and bundled libmongoc )
259- fi
260- 261- PHP_MONGODB_SYSTEM_LIBS="yes"
262- fi
263- 264- if test "$PHP_LIBMONGOC" != "no"; then
265- AC_MSG_WARN ( Using -- with-libmongoc is deprecated and will be removed in a future version. Please use -- with-system-libs instead )
266- 267- if test "$PHP_LIBBSON" = "no"; then
268- AC_MSG_ERROR ( Cannot use system libmongoc and bundled libbson )
269- fi
270- 271- PHP_MONGODB_SYSTEM_LIBS="yes"
272- fi
273- 274234 PHP_MONGODB_BSON_VERSION_STRING="None"
275235 PHP_MONGODB_MONGOC_VERSION_STRING="None"
276236 PHP_MONGODB_MONGOCRYPT_VERSION_STRING="None"
0 commit comments