70
70
71
71
tar -czf PHP_${PHP_VERSION_NAME} _x86_Linux.tar.gz bin/
72
72
cp -r $COMPILEDIR /linux/32bit/{install.log,PHP_${PHP_VERSION_NAME} _x86_Linux.tar.gz} $ARCHIVE /linux/32bit/
73
- if [ ! -f $COMPILEDIR /linux/32bit/bin/php5 /bin/php ]; then
73
+ if [ ! -f $COMPILEDIR /linux/32bit/bin/php7 /bin/php ]; then
74
74
exit 1
75
75
fi
76
76
77
- $TESTS generic $COMPILEDIR /linux/32bit/bin/php5 /bin/php
77
+ $TESTS generic $COMPILEDIR /linux/32bit/bin/php7 /bin/php
78
78
fi
79
79
80
80
if [ " $COMPILE_LINUX_64BIT " = " true" ];
86
86
87
87
tar -czf PHP_${PHP_VERSION_NAME} _x86-64_Linux.tar.gz bin/
88
88
cp -r $COMPILEDIR /linux/64bit/{install.log,PHP_${PHP_VERSION_NAME} _x86-64_Linux.tar.gz} $ARCHIVE /linux/64bit/
89
- if [ ! -f $COMPILEDIR /linux/64bit/bin/php5 /bin/php ]; then
89
+ if [ ! -f $COMPILEDIR /linux/64bit/bin/php7 /bin/php ]; then
90
90
exit 1
91
91
fi
92
92
93
- $TESTS generic $COMPILEDIR /linux/64bit/bin/php5 /bin/php
93
+ $TESTS generic $COMPILEDIR /linux/64bit/bin/php7 /bin/php
94
94
fi
95
95
96
96
if [ " $COMPILE_MAC_32 " = " true" ];
@@ -111,11 +111,11 @@ then
111
111
112
112
tar -czf PHP_${PHP_VERSION_NAME} _x86_MacOS.tar.gz bin/
113
113
cp -r $COMPILEDIR /mac32/{install.log,PHP_${PHP_VERSION_NAME} _x86_MacOS.tar.gz} $ARCHIVE /mac32/
114
- if [ ! -f $COMPILEDIR /mac32/bin/php5 /bin/php ]; then
114
+ if [ ! -f $COMPILEDIR /mac32/bin/php7 /bin/php ]; then
115
115
exit 1
116
116
fi
117
117
118
- $TESTS generic $COMPILEDIR /mac32/bin/php5 /bin/php
118
+ $TESTS generic $COMPILEDIR /mac32/bin/php7 /bin/php
119
119
fi
120
120
121
121
if [ " $COMPILE_MAC_64 " = " true" ];
@@ -136,11 +136,11 @@ then
136
136
137
137
tar -czf PHP_${PHP_VERSION_NAME} _x86-64_MacOS.tar.gz bin/
138
138
cp -r $COMPILEDIR /mac64/{install.log,PHP_${PHP_VERSION_NAME} _x86-64_MacOS.tar.gz} $ARCHIVE /mac64
139
- if [ ! -f $COMPILEDIR /mac64/bin/php5 /bin/php ]; then
139
+ if [ ! -f $COMPILEDIR /mac64/bin/php7 /bin/php ]; then
140
140
exit 1
141
141
fi
142
142
143
- $TESTS generic $COMPILEDIR /mac64/bin/php5 /bin/php
143
+ $TESTS generic $COMPILEDIR /mac64/bin/php7 /bin/php
144
144
fi
145
145
146
146
if [ " $COMPILE_RPI " = " true" ];
@@ -152,11 +152,11 @@ then
152
152
153
153
tar -czf PHP_${PHP_VERSION_NAME} _ARM_Raspbian_hard.tar.gz bin/
154
154
cp -r $COMPILEDIR /rpi/{install.log,PHP_${PHP_VERSION_NAME} _ARM_Raspbian_hard.tar.gz} $ARCHIVE /rpi/
155
- if [ ! -f $COMPILEDIR /rpi/bin/php5 /bin/php ]; then
155
+ if [ ! -f $COMPILEDIR /rpi/bin/php7 /bin/php ]; then
156
156
exit 1
157
157
fi
158
158
159
- $TESTS generic $COMPILEDIR /rpi/bin/php5 /bin/php
159
+ $TESTS generic $COMPILEDIR /rpi/bin/php7 /bin/php
160
160
fi
161
161
162
162
if [ " $CROSSCOMPILE_ANDROID_ARMV6 " = " true" ];
@@ -168,11 +168,11 @@ then
168
168
169
169
tar -czf PHP_${PHP_VERSION_NAME} _ARMv6_Android.tar.gz bin/
170
170
cp -r $COMPILEDIR /crosscompile/android-armv6/{install.log,PHP_${PHP_VERSION_NAME} _ARMv6_Android.tar.gz} $ARCHIVE /crosscompile/android-armv6/
171
- if [ ! -f $COMPILEDIR /crosscompile/android-armv6/bin/php5 /bin/php ]; then
171
+ if [ ! -f $COMPILEDIR /crosscompile/android-armv6/bin/php7 /bin/php ]; then
172
172
exit 1
173
173
fi
174
174
175
- $TESTS android $COMPILEDIR /crosscompile/android-armv6/bin/php5 /bin/php
175
+ $TESTS android $COMPILEDIR /crosscompile/android-armv6/bin/php7 /bin/php
176
176
fi
177
177
178
178
if [ " $CROSSCOMPILE_ANDROID_ARMV7 " = " true" ];
@@ -184,11 +184,11 @@ then
184
184
185
185
tar -czf PHP_${PHP_VERSION_NAME} _ARMv7_Android.tar.gz bin/
186
186
cp -r $COMPILEDIR /crosscompile/android-armv7/{install.log,PHP_${PHP_VERSION_NAME} _ARMv7_Android.tar.gz} $ARCHIVE /crosscompile/android-armv7/
187
- if [ ! -f $COMPILEDIR /crosscompile/android-armv7/bin/php5 /bin/php ]; then
187
+ if [ ! -f $COMPILEDIR /crosscompile/android-armv7/bin/php7 /bin/php ]; then
188
188
exit 1
189
189
fi
190
190
191
- $TESTS android $COMPILEDIR /crosscompile/android-armv7/bin/php5 /bin/php
191
+ $TESTS android $COMPILEDIR /crosscompile/android-armv7/bin/php7 /bin/php
192
192
fi
193
193
194
194
if [ " $CROSSCOMPILE_IOS_ARMV6 " = " true" ];
@@ -207,11 +207,11 @@ then
207
207
PATH=" /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:$PATH " $SCRIPT -t ios-armv6 -j $THREADS -c -x $EXTRA_FLAGS -f arm
208
208
209
209
cp -r $COMPILEDIR /crosscompile/ios-armv6/{install.log,bin/* } $ARCHIVE /crosscompile/ios-armv6/
210
- if [ ! -f $COMPILEDIR /crosscompile/ios-armv6/bin/php5 /bin/php ]; then
210
+ if [ ! -f $COMPILEDIR /crosscompile/ios-armv6/bin/php7 /bin/php ]; then
211
211
exit 1
212
212
fi
213
213
214
- $TESTS arm $COMPILEDIR /crosscompile/ios-armv6/bin/php5 /bin/php
214
+ $TESTS arm $COMPILEDIR /crosscompile/ios-armv6/bin/php7 /bin/php
215
215
fi
216
216
217
217
if [ " $CROSSCOMPILE_IOS_ARMV7 " = " true" ];
@@ -230,11 +230,11 @@ then
230
230
PATH=" /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:$PATH " $SCRIPT -t ios-armv6 -j $THREADS -c -x $EXTRA_FLAGS -f arm
231
231
232
232
cp -r $COMPILEDIR /crosscompile/ios-armv7/{install.log,bin/* } $ARCHIVE /crosscompile/ios-armv7/
233
- if [ ! -f $COMPILEDIR /crosscompile/ios-armv7/bin/php5 /bin/php ]; then
233
+ if [ ! -f $COMPILEDIR /crosscompile/ios-armv7/bin/php7 /bin/php ]; then
234
234
exit 1
235
235
fi
236
236
237
- $TESTS arm $COMPILEDIR /crosscompile/ios-armv7/bin/php5 /bin/php
237
+ $TESTS arm $COMPILEDIR /crosscompile/ios-armv7/bin/php7 /bin/php
238
238
fi
239
239
240
240
if [ " $CROSSCOMPILE_RPI " = " true" ];
@@ -246,11 +246,11 @@ then
246
246
247
247
tar -czf PHP_${PHP_VERSION_NAME} _ARM_Raspbian_hard.tar.gz bin/
248
248
cp -r $COMPILEDIR /crosscompile/rpi/{install.log,PHP_${PHP_VERSION_NAME} _ARM_Raspbian_hard.tar.gz} $ARCHIVE /crosscompile/rpi/
249
- if [ ! -f $COMPILEDIR /crosscompile/rpi/bin/php5 /bin/php ]; then
249
+ if [ ! -f $COMPILEDIR /crosscompile/rpi/bin/php7 /bin/php ]; then
250
250
exit 1
251
251
fi
252
252
253
- $TESTS arm $COMPILEDIR /crosscompile/rpi/bin/php5 /bin/php
253
+ $TESTS arm $COMPILEDIR /crosscompile/rpi/bin/php7 /bin/php
254
254
fi
255
255
256
256
if [ " $CROSSCOMPILE_MAC " = " true" ];
261
261
$SCRIPT -t mac -j 1 -c $EXTRA_FLAGS -f -x
262
262
263
263
cp -r $COMPILEDIR /crosscompile/mac/{install.log,bin/* } $ARCHIVE /crosscompile/mac/
264
- if [ ! -f $COMPILEDIR /crosscompile/mac/bin/php5 /bin/php ]; then
264
+ if [ ! -f $COMPILEDIR /crosscompile/mac/bin/php7 /bin/php ]; then
265
265
exit 1
266
266
fi
267
267
fi
0 commit comments