Skip to content

Commit 8ce4e2a

Browse files
committed
fix PDO
1 parent 16a0b30 commit 8ce4e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo/pdo_sql_parser.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ safe:
276276
plc->quoted = zend_is_true(parameter) ? "1" : "0";
277277
/* parameter is an object which cannot be converted to bool */
278278
if (EG(exception)) {
279-
goto cleanup;
279+
goto clean_up;
280280
}
281281
plc->qlen = sizeof("1")-1;
282282
plc->freeq = 0;

0 commit comments

Comments
 (0)