forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit dcf9d8f
Fix phpGH-18494: PDO OCI segfault in statement GC
This is the same issue that was fixed in 2ae897f, but now for OCI.
Closes phpGH-18495.1 parent fb3536f commit dcf9d8f
2 files changed
+12
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | + | ||
29 | + | ||
30 | + | ||
28 | 31 |
| |
29 | 32 |
| |
30 | 33 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
101 | 106 |
| |
102 | 107 |
| |
103 | 108 |
| |
104 | 109 |
| |
105 | 110 |
| |
106 | 111 |
| |
107 | - | ||
108 | - | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
109 | 116 |
| |
110 | 117 |
| |
111 | 118 |
| |
|
0 commit comments