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
145145 src/BSON/Int32.c \
146146 src/BSON/Int64.c \
147147 src/BSON/Javascript.c \
148- src/BSON/Log.c \
149148 src/BSON/MaxKey.c \
150149 src/BSON/MinKey.c \
151150 src/BSON/ObjectID.c \
Original file line number Diff line number Diff line change @@ -1315,7 +1315,6 @@ PHP_MINIT_FUNCTION(phongo)
13151315 PHP_MINIT (Int32 )(INIT_FUNC_ARGS_PASSTHRU );
13161316 PHP_MINIT (Int64 )(INIT_FUNC_ARGS_PASSTHRU );
13171317 PHP_MINIT (Javascript )(INIT_FUNC_ARGS_PASSTHRU );
1318- PHP_MINIT (Log )(INIT_FUNC_ARGS_PASSTHRU );
13191318 PHP_MINIT (MaxKey )(INIT_FUNC_ARGS_PASSTHRU );
13201319 PHP_MINIT (MinKey )(INIT_FUNC_ARGS_PASSTHRU );
13211320 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);
231231PHP_MINIT_FUNCTION (Int32 );
232232PHP_MINIT_FUNCTION (Int64 );
233233PHP_MINIT_FUNCTION (Javascript );
234- PHP_MINIT_FUNCTION (Log );
235234PHP_MINIT_FUNCTION (MaxKey );
236235PHP_MINIT_FUNCTION (MinKey );
237236PHP_MINIT_FUNCTION (ObjectID );
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments