Skip to content

Conversation

Girgias
Copy link
Member

@Girgias Girgias commented Jan 18, 2021

This covers the doer and last_id handlers.

Did some drive-by refactoring at the same time

Copy link
Contributor

@adambaratz adambaratz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pdo_dblib changes look good!

{
char buffer[65];
char outbuf[65] = "";
register char *p;
zend_long long_val;
char *dst = outbuf;

if (i64 == 0) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch moving this block!

{
char buffer[65];
char outbuf[65] = "";
register char *p;
zend_long long_val;
char *dst = outbuf;

if (i64 == 0) {
return ZSTR_CHAR('0');;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate semicolon.

@php-pulls php-pulls closed this in a78aea8 Jan 19, 2021
@Girgias Girgias deleted the pdo-use-zend-string branch January 19, 2021 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants