Skip to content

Commit a9c6c5d

Browse files
committed
fix extension build/api values for 8.0
Change-Id: Iec21486b90522cc103b3547e4da2abd59a502da2 Signed-off-by: Nick Boldt <[email protected]>
1 parent 655a56c commit a9c6c5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

devspaces-udi/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ RUN \
259259
cd $REMOTE_SOURCES_DIR/xdebug && \
260260
# ls -la . && \
261261
# 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
264264
php -i | grep "Zend Extension Build" && phpize | grep "Extension Api" && \
265265
./configure --enable-xdebug && make && make install && \
266266
# do we need all these settings? or just the zend_extension?

devspaces-udi/build/php_xdebug.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ RUN \
3535
cd $REMOTE_SOURCES_DIR/xdebug && \
3636
# ls -la . && \
3737
# 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
4040
php -i | grep "Zend Extension Build" && phpize | grep "Extension Api" && \
4141
./configure --enable-xdebug && make && make install && \
4242
# do we need all these settings? or just the zend_extension?

0 commit comments

Comments
 (0)