There was an error while loading. Please reload this page.
1 parent 5020422 commit 8e8b134Copy full SHA for 8e8b134
Dockerfiles/mods/Dockerfile-8.5
@@ -586,7 +586,7 @@ RUN set -eux \
586
# && pecl install pdo_sqlsrv \
587
# Installation: Version specific
588
# Type: GIT extension
589
-&& git clone https://github.com/microsoft/msphpsql /tmp/msphpsql
+&& git clone https://github.com/microsoft/msphpsql /tmp/msphpsql \
590
&& cd /tmp/msphpsql \
591
&& sed -i 's/= dbh->error_mode/= (enum pdo_error_mode) dbh->error_mode/' pdo_dbh.cpp \
592
&& 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