File tree Expand file tree Collapse file tree 4 files changed +0
-116
lines changed Expand file tree Collapse file tree 4 files changed +0
-116
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ if test "$PHONGO" != "no"; then
145
145
src/BSON/Int32.c \
146
146
src/BSON/Int64.c \
147
147
src/BSON/Javascript.c \
148
- src/BSON/Log.c \
149
148
src/BSON/MaxKey.c \
150
149
src/BSON/MinKey.c \
151
150
src/BSON/ObjectID.c \
Original file line number Diff line number Diff line change @@ -1315,7 +1315,6 @@ PHP_MINIT_FUNCTION(phongo)
1315
1315
PHP_MINIT (Int32 )(INIT_FUNC_ARGS_PASSTHRU );
1316
1316
PHP_MINIT (Int64 )(INIT_FUNC_ARGS_PASSTHRU );
1317
1317
PHP_MINIT (Javascript )(INIT_FUNC_ARGS_PASSTHRU );
1318
- PHP_MINIT (Log )(INIT_FUNC_ARGS_PASSTHRU );
1319
1318
PHP_MINIT (MaxKey )(INIT_FUNC_ARGS_PASSTHRU );
1320
1319
PHP_MINIT (MinKey )(INIT_FUNC_ARGS_PASSTHRU );
1321
1320
PHP_MINIT (ObjectID )(INIT_FUNC_ARGS_PASSTHRU );
Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ PHP_MINIT_FUNCTION(DBRef);
231
231
PHP_MINIT_FUNCTION (Int32 );
232
232
PHP_MINIT_FUNCTION (Int64 );
233
233
PHP_MINIT_FUNCTION (Javascript );
234
- PHP_MINIT_FUNCTION (Log );
235
234
PHP_MINIT_FUNCTION (MaxKey );
236
235
PHP_MINIT_FUNCTION (MinKey );
237
236
PHP_MINIT_FUNCTION (ObjectID );
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments