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
142
142
src/BSON/Type.c \
143
143
src/BSON/Binary.c \
144
144
src/BSON/DBRef.c \
145
- src/BSON/Int32.c \
146
- src/BSON/Int64.c \
147
145
src/BSON/Javascript.c \
148
146
src/BSON/MaxKey.c \
149
147
src/BSON/MinKey.c \
Original file line number Diff line number Diff line change @@ -1312,8 +1312,6 @@ PHP_MINIT_FUNCTION(phongo)
1312
1312
PHP_MINIT (Type )(INIT_FUNC_ARGS_PASSTHRU );
1313
1313
PHP_MINIT (Binary )(INIT_FUNC_ARGS_PASSTHRU );
1314
1314
PHP_MINIT (DBRef )(INIT_FUNC_ARGS_PASSTHRU );
1315
- PHP_MINIT (Int32 )(INIT_FUNC_ARGS_PASSTHRU );
1316
- PHP_MINIT (Int64 )(INIT_FUNC_ARGS_PASSTHRU );
1317
1315
PHP_MINIT (Javascript )(INIT_FUNC_ARGS_PASSTHRU );
1318
1316
PHP_MINIT (MaxKey )(INIT_FUNC_ARGS_PASSTHRU );
1319
1317
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);
228
228
PHP_MINIT_FUNCTION (Type );
229
229
PHP_MINIT_FUNCTION (Binary );
230
230
PHP_MINIT_FUNCTION (DBRef );
231
- PHP_MINIT_FUNCTION (Int32 );
232
- PHP_MINIT_FUNCTION (Int64 );
233
231
PHP_MINIT_FUNCTION (Javascript );
234
232
PHP_MINIT_FUNCTION (MaxKey );
235
233
PHP_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