Re: [PHP-DEV] Re:[PHP-DEV] Weird destructor call order on stream wrappers

2018-03-22 Thread Dennis Birkholz
Hello, Am 22.03.2018 um 06:59 schrieb CHU Zhaowei: > There is a related bug report: https://bugs.php.net/bug.php?id=75931 Thank you for pointing out this bug report. It is about stream filters (extending the php_user_filter class) and not about stream wrappers which seem to have similar issues.

[PHP-DEV] Re:[PHP-DEV] Weird destructor call order on stream wrappers

2018-03-21 Thread CHU Zhaowei
There is a related bug report: https://bugs.php.net/bug.php?id=75931 It also point out that the construcor method has been ignored. Best regards, CHU Zhaowei