File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -134,22 +134,12 @@ if test "$MONGODB" != "no"; then
134
134
EXTRA_LDFLAGS="$COVERAGE_CFLAGS"
135
135
fi
136
136
137
- if test "$PHP_FOUND_VERNUM" -ge "70000"; then
138
- MONGODB_BSON=""
139
- MONGODB_BSON_CLASSES=""
140
- MONGODB_ROOT="\
141
- php_phongo.c \
142
- phongo_compat.c \
143
- ";
144
- MONGODB_CONTRIB=""
145
- MONGODB_MONGODB_CLASSES="\
146
- ";
147
- MONGODB_MONGODB_EXCEPTIONS=""
148
- else
137
+ if test "$PHP_FOUND_VERNUM" -lt "70000"; then
149
138
AC_DEFINE ( PHONGO_TODO_SSL , 1 , [ Worksfine in PHP5] )
150
139
AC_DEFINE ( PHONGO_TODO_MAKE_STD_ZVAL , 1 , [ Worksfine in PHP5] )
151
140
AC_DEFINE ( PHONGO_TODO_INI , 1 , [ Worksfine in PHP5] )
152
141
AC_DEFINE ( PHONGO_TODO_STREAM , 1 , [ Worksfine in PHP5] )
142
+ fi
153
143
MONGODB_BSON="\
154
144
src/bson.c \
155
145
";
204
194
src/MongoDB/Exception/WriteException.c \
205
195
src/MongoDB/Exception/BulkWriteException.c \
206
196
";
207
- fi
208
197
209
198
YAJL_SOURCES="\
210
199
yajl_version.c \
You can’t perform that action at this time.
0 commit comments