Skip to content

Commit 8e8b134

Browse files
committed
fix: Update
1 parent 5020422 commit 8e8b134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfiles/mods/Dockerfile-8.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ RUN set -eux \
586586
# && pecl install pdo_sqlsrv \
587587
# Installation: Version specific
588588
# Type: GIT extension
589-
&& git clone https://github.com/microsoft/msphpsql /tmp/msphpsql
589+
&& git clone https://github.com/microsoft/msphpsql /tmp/msphpsql \
590590
&& cd /tmp/msphpsql \
591591
&& sed -i 's/= dbh->error_mode/= (enum pdo_error_mode) dbh->error_mode/' pdo_dbh.cpp \
592592
&& sed -i 's/zval_ptr_dtor( &dbh->query_stmt_zval );/OBJ_RELEASE(dbh->query_stmt_obj);dbh->query_stmt_obj=NULL;/' php_pdo_sqlsrv_int.h \

0 commit comments

Comments
 (0)