We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e8828 commit 4a82574Copy full SHA for 4a82574
extension/BuildPhpExtension/patches/pdo_sqlsrv.ps1
@@ -1 +1,3 @@
1
(Get-Content config.w32) | ForEach-Object { $_ -replace '/sdl', '' } | Set-Content config.w32
2
+(Get-Content php_pdo_sqlsrv_int.h) | ForEach-Object { $_.replace('zval_ptr_dtor( &dbh->query_stmt_zval );', 'OBJ_RELEASE(dbh->query_stmt_obj);dbh->query_stmt_obj = NULL;') } | Set-Content php_pdo_sqlsrv_int.h
3
+(Get-Content pdo_dbh.cpp) | ForEach-Object { $_ -replace 'pdo_error_mode prev_err_mode', 'uint8_t prev_err_mode' } | Set-Content pdo_dbh.cpp
0 commit comments