-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
PDO connection is not destroyed #1417
Comments
|
Cant realize why on Travis all ok |
I have an idea. |
Not sure why in travis okay, on ZE3 the check for those references was commented in zephir ZE3 for some reason - https://github.com/phalcon/zephir/pull/1415/files#diff-79d6f1266299a0ab0de6a3bb7b89f4c5L106, since we changed to ZEND things now we got error. |
Hope so. I have restarted failed builds in Travis, let's see. As far as I can see, the issues with ZVAL_COPY was that it created a copy of a zval which was never destroyed. |
Fixed in master |
But I still see other failures… are they expected? |
I think so. |
Mmm OK |
Well actually |
https://github.com/phalcon/cphalcon/blob/master/phalcon/text.zep#L245 |
OK |
On latest zephir version after merging this PR - #1415 some PDO related stuff is broken -
https://travis-ci.org/phalcon/cphalcon/jobs/214812313
https://travis-ci.org/phalcon/cphalcon/jobs/214812314
Im not sure what exactly happens here but it looks like that object containing pdo object is never destroyed or something like this causing multiple connections, don't have time to investigate right now, it could be nice if someone could dig it deeper.
The text was updated successfully, but these errors were encountered: