Skip to content

Commit 4a82574

Browse files
committed
Update pdo_sqlsrv patch
1 parent c1e8828 commit 4a82574

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
(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

Comments
 (0)