File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -259,8 +259,8 @@ RUN \
259
259
cd $REMOTE_SOURCES_DIR/xdebug && \
260
260
# ls -la . && \
261
261
# According to https://xdebug.org/docs/faq#api, must have the same value from php -i | grep "Zend Extension Build" and phpize | grep "Extension Api"
262
- # Zend Extension Build => API320180731 ,NTS
263
- # Zend Extension Api No: 320180731
262
+ # Zend Extension Build => API420200930 ,NTS
263
+ # Zend Extension Api No: 420200930
264
264
php -i | grep "Zend Extension Build" && phpize | grep "Extension Api" && \
265
265
./configure --enable-xdebug && make && make install && \
266
266
# do we need all these settings? or just the zend_extension?
Original file line number Diff line number Diff line change 35
35
cd $REMOTE_SOURCES_DIR/xdebug && \
36
36
# ls -la . && \
37
37
# According to https://xdebug.org/docs/faq#api, must have the same value from php -i | grep "Zend Extension Build" and phpize | grep "Extension Api"
38
- # Zend Extension Build => API320180731 ,NTS
39
- # Zend Extension Api No: 320180731
38
+ # Zend Extension Build => API420200930 ,NTS
39
+ # Zend Extension Api No: 420200930
40
40
php -i | grep "Zend Extension Build" && phpize | grep "Extension Api" && \
41
41
./configure --enable-xdebug && make && make install && \
42
42
# do we need all these settings? or just the zend_extension?
You can’t perform that action at this time.
0 commit comments