Skip to content

Commit

Permalink
fix extension build/api values for 8.0
Browse files Browse the repository at this point in the history
Change-Id: Iec21486b90522cc103b3547e4da2abd59a502da2
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Dec 7, 2022
1 parent 6b0d12e commit 9699555
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions devspaces-udi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ RUN \
cd $REMOTE_SOURCES_DIR/xdebug && \
# ls -la . && \
# 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"
# Zend Extension Build => API320180731,NTS
# Zend Extension Api No: 320180731
# Zend Extension Build => API420200930,NTS
# Zend Extension Api No: 420200930
php -i | grep "Zend Extension Build" && phpize | grep "Extension Api" && \
./configure --enable-xdebug && make && make install && \
# do we need all these settings? or just the zend_extension?
Expand Down
4 changes: 2 additions & 2 deletions devspaces-udi/build/php_xdebug.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ RUN \
cd $REMOTE_SOURCES_DIR/xdebug && \
# ls -la . && \
# 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"
# Zend Extension Build => API320180731,NTS
# Zend Extension Api No: 320180731
# Zend Extension Build => API420200930,NTS
# Zend Extension Api No: 420200930
php -i | grep "Zend Extension Build" && phpize | grep "Extension Api" && \
./configure --enable-xdebug && make && make install && \
# do we need all these settings? or just the zend_extension?
Expand Down

0 comments on commit 9699555

Please sign in to comment.