File tree Expand file tree Collapse file tree 5 files changed +0
-232
lines changed
Expand file tree Collapse file tree 5 files changed +0
-232
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,6 @@ if test "$PHONGO" != "no"; then
142142 src/BSON/Type.c \
143143 src/BSON/Binary.c \
144144 src/BSON/DBRef.c \
145- src/BSON/Int32.c \
146- src/BSON/Int64.c \
147145 src/BSON/Javascript.c \
148146 src/BSON/MaxKey.c \
149147 src/BSON/MinKey.c \
Original file line number Diff line number Diff line change @@ -1312,8 +1312,6 @@ PHP_MINIT_FUNCTION(phongo)
13121312 PHP_MINIT (Type )(INIT_FUNC_ARGS_PASSTHRU );
13131313 PHP_MINIT (Binary )(INIT_FUNC_ARGS_PASSTHRU );
13141314 PHP_MINIT (DBRef )(INIT_FUNC_ARGS_PASSTHRU );
1315- PHP_MINIT (Int32 )(INIT_FUNC_ARGS_PASSTHRU );
1316- PHP_MINIT (Int64 )(INIT_FUNC_ARGS_PASSTHRU );
13171315 PHP_MINIT (Javascript )(INIT_FUNC_ARGS_PASSTHRU );
13181316 PHP_MINIT (MaxKey )(INIT_FUNC_ARGS_PASSTHRU );
13191317 PHP_MINIT (MinKey )(INIT_FUNC_ARGS_PASSTHRU );
Original file line number Diff line number Diff line change @@ -228,8 +228,6 @@ PHP_MINIT_FUNCTION(WriteResult);
228228PHP_MINIT_FUNCTION (Type );
229229PHP_MINIT_FUNCTION (Binary );
230230PHP_MINIT_FUNCTION (DBRef );
231- PHP_MINIT_FUNCTION (Int32 );
232- PHP_MINIT_FUNCTION (Int64 );
233231PHP_MINIT_FUNCTION (Javascript );
234232PHP_MINIT_FUNCTION (MaxKey );
235233PHP_MINIT_FUNCTION (MinKey );
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments