Replies: 5 comments 19 replies
-
@mkaminski1988, yes, I will apply for the PECL account to get the process started. 🙂 |
Beta Was this translation helpful? Give feedback.
-
Regarding Dan Ackroyd's comment:
I haven't looked at each test case that causes the errors he reported. For the ones I did look at, commenting out calls to I think there might be a bug in <?php
preg_match('/(a)(b)*(c)/', 'xxxxxx', $matches);
var_dump($matches); USE_ZEND_ALLOC=0 valgrind --leak-check=full php test.php Which outputs the following for me on php 8.0.8/gcc 7.5.0:
cc @Danack |
Beta Was this translation helpful? Give feedback.
-
@mkaminski1988 in case you didn't see the update on what I thought was a bug - it turns out when you enable debug in PHP, that enables compiling with valgrind support, which stops valgrind from issuing false reports. So as there's no visible problem, and the valgrind report goes away in the debug build, then it's more likely to be a false valgrind report, rather than an actual issue. Probably. |
Beta Was this translation helpful? Give feedback.
-
My apologies regarding not having approved the PECL account request of @crocodele earlier. Apparently, the notification mail had not been sent. If you have any questions regarding the PECL account, feel free to ask on the mailing list, or just ping me on GH. Happy PECLing! :) |
Beta Was this translation helpful? Give feedback.
-
Wow, this is huge! Nice work, Viktor!
Do I need to register for a PECL account to be listed as a maintainer as well?
Sent from ProtonMail for iOS
…On Sat, Aug 7, 2021 at 6:56 AM, Viktor Djupsjöbacka ***@***.***> wrote:
Thank you ***@***.***(https://github.com/cmb69) and ***@***.***(https://github.com/Danack)! Managed to log in now, register the package, and publish the first release. 🎉
—
You are receiving this because you were mentioned.
Reply to this email directly, [view it on GitHub](#120 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAWCT6WLJT6TBKBPUPBEGMDT3UGNBANCNFSM47M7AP2A).
Triage notifications on the go with GitHub Mobile for [iOS](https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or [Android](https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email).
|
Beta Was this translation helpful? Give feedback.
-
@crocodele What are your thoughts for next steps? I was thinking the next two milestones would be for Supermetrics to dogfood
php-ext-jsonpath
and then submit to PECL once we're confident that it's production-grade.Beta Was this translation helpful? Give feedback.
All reactions