Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: The method "unserialize" regarding to the interface returns "void". So results set always be empty I think. #14942

Closed
djvibegga opened this issue Apr 6, 2020 · 2 comments · Fixed by #15030
Assignees
Labels
bug A bug report status: medium Medium

Comments

@djvibegga
Copy link

let resultset = serializer->unserialize(data);

@Jeckerson
Copy link
Member

https://www.php.net/manual/en/class.serializable.php

Serializable {
/* Methods */
abstract public serialize ( void ) : string
abstract public unserialize ( string $serialized ) : void
}

@Jeckerson Jeckerson added bug A bug report status: medium Medium 4.0.6 labels Apr 6, 2020
@ruudboon ruudboon changed the title The method "unserialize" regarding to the interface returns "void". So results set always be empty I think. [BUG]: The method "unserialize" regarding to the interface returns "void". So results set always be empty I think. Apr 30, 2020
@sergeyklay sergeyklay self-assigned this May 7, 2020
sergeyklay added a commit that referenced this issue May 7, 2020
sergeyklay added a commit that referenced this issue May 7, 2020
@sergeyklay sergeyklay linked a pull request May 7, 2020 that will close this issue
5 tasks
@sergeyklay
Copy link
Contributor

Fixed in the 4.0.x branch. Thank you for the bug report.

niden pushed a commit that referenced this issue May 16, 2020
niden pushed a commit that referenced this issue May 16, 2020
niden pushed a commit that referenced this issue May 31, 2020
niden pushed a commit that referenced this issue May 31, 2020
@niden niden moved this to Released in Phalcon v5 Aug 25, 2022
@niden niden added this to Phalcon v5 Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: medium Medium
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants