@@ -166,12 +166,10 @@ if test "$PHP_MONGODB" != "no"; then
166166 src/BSON/Unserializable.c \
167167 src/BSON/UTCDateTime.c \
168168 src/BSON/UTCDateTimeInterface.c \
169- src/BSON/functions.c \
170169 src/MongoDB/BulkWrite.c \
171170 src/MongoDB/ClientEncryption.c \
172171 src/MongoDB/Command.c \
173172 src/MongoDB/Cursor.c \
174- src/MongoDB/CursorId.c \
175173 src/MongoDB/CursorInterface.c \
176174 src/MongoDB/Manager.c \
177175 src/MongoDB/Query.c \
@@ -198,9 +196,7 @@ if test "$PHP_MONGODB" != "no"; then
198196 src/MongoDB/Exception/LogicException.c \
199197 src/MongoDB/Exception/RuntimeException.c \
200198 src/MongoDB/Exception/ServerException.c \
201- src/MongoDB/Exception/SSLConnectionException.c \
202199 src/MongoDB/Exception/UnexpectedValueException.c \
203- src/MongoDB/Exception/WriteException.c \
204200 src/MongoDB/Monitoring/CommandFailedEvent.c \
205201 src/MongoDB/Monitoring/CommandStartedEvent.c \
206202 src/MongoDB/Monitoring/CommandSubscriber.c \
@@ -228,22 +224,6 @@ if test "$PHP_MONGODB" != "no"; then
228224 [ no] )
229225 PHP_MONGODB_VALIDATE_ARG([ PHP_MONGODB_SYSTEM_LIBS] , [ yes no] )
230226
231- PHP_ARG_WITH([ libbson] ,
232- [ whether to use system libbson] ,
233- [ AS_HELP_STRING ( [ --with-libbson=@<:@ yes/no@:>@ ] ,
234- [ MongoDB: Use system libbson (deprecated for --with-mongodb-system-libs) [ default=no] ] ) ] ,
235- [ no] ,
236- [ no] )
237- PHP_MONGODB_VALIDATE_ARG([ PHP_LIBBSON] , [ yes no] )
238-
239- PHP_ARG_WITH([ libmongoc] ,
240- [ whether to use system libmongoc] ,
241- [ AS_HELP_STRING ( [ --with-libmongoc=@<:@ yes/no@:>@ ] ,
242- [ MongoDB: Use system libmongoc (deprecated for --with-mongodb-system-libs) [ default=no] ] ) ] ,
243- [ no] ,
244- [ no] )
245- PHP_MONGODB_VALIDATE_ARG([ PHP_LIBMONGOC] , [ yes no] )
246-
247227 PHP_ARG_WITH([ mongodb-client-side-encryption] ,
248228 [ whether to enable client-side encryption] ,
249229 [ AS_HELP_STRING ( [ --with-mongodb-client-side-encryption=@<:@ auto/yes/no@:>@ ] ,
@@ -252,26 +232,6 @@ if test "$PHP_MONGODB" != "no"; then
252232 [ no] )
253233 PHP_MONGODB_VALIDATE_ARG([ PHP_MONGODB_CLIENT_SIDE_ENCRYPTION] , [ auto yes no] )
254234
255- if test "$PHP_LIBBSON" != "no"; then
256- AC_MSG_WARN ( Using -- with-libbson is deprecated and will be removed in a future version. Please use -- with-system-libs instead )
257-
258- if test "$PHP_LIBMONGOC" = "no"; then
259- AC_MSG_ERROR ( Cannot use system libbson and bundled libmongoc )
260- fi
261-
262- PHP_MONGODB_SYSTEM_LIBS="yes"
263- fi
264-
265- if test "$PHP_LIBMONGOC" != "no"; then
266- AC_MSG_WARN ( Using -- with-libmongoc is deprecated and will be removed in a future version. Please use -- with-system-libs instead )
267-
268- if test "$PHP_LIBBSON" = "no"; then
269- AC_MSG_ERROR ( Cannot use system libmongoc and bundled libbson )
270- fi
271-
272- PHP_MONGODB_SYSTEM_LIBS="yes"
273- fi
274-
275235 PHP_MONGODB_BSON_VERSION_STRING="None"
276236 PHP_MONGODB_MONGOC_VERSION_STRING="None"
277237 PHP_MONGODB_MONGOCRYPT_VERSION_STRING="None"
0 commit comments