Re: [PHP-DEV] imap_fetchbody() leaks memory

2017-01-23 Thread Leon Sorokin
On 1/23/2017 2:45 PM, Michael Wallner wrote: Just assigned that to me, I'll try to come to it the next few days. Great, thanks! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PHP 7.0 and openssl 1.1

2017-01-23 Thread Rasmus Lerdorf
On Mon, Jan 23, 2017 at 12:52 PM, Alice Wonder wrote: > Actually I found that wasn't the case. To build php against an alternat > openssl API - I did have to rebuild net-snmp but curl, for example, at > least on CentOS uses NSS for it's TLS and so didn't need to be rebuild to > build PHP against

Re: [PHP-DEV] Re: PHP 7.0 and openssl 1.1

2017-01-23 Thread Alice Wonder
Actually I found that wasn't the case. To build php against an alternat openssl API - I did have to rebuild net-snmp but curl, for example, at least on CentOS uses NSS for it's TLS and so didn't need to be rebuild to build PHP against a different OpenSSL API. Building in mock, the only php dep

Re: [PHP-DEV] imap_fetchbody() leaks memory

2017-01-23 Thread Michael Wallner
Am 22.01.2017 00:15 schrieb "Leon Sorokin" : Hey guys, I filed bug 73493 [1] a couple months ago and there's no triage or visible activity yet. Was hoping to get an update if possible. I'm forced to download any large INBOX in batches with imap_close() & imap_open() gymnastics to avoid chewing t

Re: [PHP-DEV] writing extensions best practice, pass an object as parameter

2017-01-23 Thread Adam Baratz
> > but how can i pass the object from a private method of the PHP extension > class to the setcallbackfunction as it is down in PHP with > > array(&$this, '_htmlentities') > I usually find reading the source for standard library functions to be helpful for learning how to do things. array_map co

[PHP-DEV] GOOD Benchmark Results for PHP Master 2017-01-22

2017-01-23 Thread lp_benchmark_robot
Results for project PHP master, build date 2017-01-22 20:28:56-08:00 commit: 6095070 previous commit:71a4247 revision date: 2017-01-22 22:43:53+01:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

RE: [PHP-DEV] Re: PHP 7.0 and openssl 1.1

2017-01-23 Thread Anatol Belski
Hi, > -Original Message- > From: Rasmus Lerdorf [mailto:ras...@lerdorf.com] > Sent: Monday, January 23, 2017 4:25 AM > To: Jakub Zelenka > Cc: PHP internals > Subject: [PHP-DEV] Re: PHP 7.0 and openssl 1.1 > > Ok, I thought perhaps the changes for just openssl-1.1 api compatibility woul

Re: [PHP-DEV] Redesign of bugs.php.net

2017-01-23 Thread Tom Sommer
On 2017-01-23 08:22, Maciej Sobaczewski wrote: What are your thoughts? Does it look good? Can I start the branch or you prefer something entirely different/leaving it as-is? The "button-links" move the layout when you hover over them, because of the style-change to italic, very annoying for

Re: [PHP-DEV] Re: PHP 7.0 and openssl 1.1

2017-01-23 Thread Remi Collet
Le 23/01/2017 à 04:24, Rasmus Lerdorf a écrit : > Ok, I thought perhaps the changes for just openssl-1.1 api compatibility > would be easier to separate out, but I guess not. I did have a look at it > and you are right, while some of the changes are trivial, others are more > involved. Fedora 26, a

Re: [PHP-DEV] Re: PHP 7.0 and openssl 1.1

2017-01-23 Thread Rasmus Lerdorf
On Mon, Jan 23, 2017 at 12:31 AM, Alice Wonder wrote: > If someone on such a distro really can't use PHP 7.1.x, LibreSSL can be > installed in parallel to OpenSSL (I do on CentOS) and I suspect php 7.0 > will build against it (5.6.x does and 7.1.x does) > > Also, I suspect older OpenSSL shared li

Re: [PHP-DEV] Redesign of bugs.php.net

2017-01-23 Thread Michael Wallner
On 23/01/17 09:38, Maciej Sobaczewski wrote: > > do you judge by the screenshots or an online demo? > http://sobak.pl/php-bugs-mockup/bug.html > Ah, yeah, thanks. I was looking at the screenshot; it looks definitely better in Firefox. -- Regards, Mike signature.asc Description: OpenPGP dig

[PHP-DEV] Re: [PHP-WEBMASTER] Redesign of bugs.php.net

2017-01-23 Thread Maciej Sobaczewski
W dniu 23.01.2017 o 09:44, Andreas Heigl pisze: Am 23.01.17 um 08:22 schrieb Maciej Sobaczewski: Hello, I know it's bringing the same thread again but since my last post[1] I gathered some feedback on /r/php, including a few membmers of PHP.net. https://github.com/Sobak/bugsnet-redesign-mockup

[PHP-DEV] Re: [PHP-WEBMASTER] Redesign of bugs.php.net

2017-01-23 Thread Andreas Heigl
Am 23.01.17 um 08:22 schrieb Maciej Sobaczewski: > Hello, > > I know it's bringing the same thread again but since my last post[1] > I gathered some feedback on /r/php, including a few membmers of PHP.net. > > https://github.com/Sobak/bugsnet-redesign-mockup this is the repo for > my experimental

Re: [PHP-DEV] Redesign of bugs.php.net

2017-01-23 Thread Maciej Sobaczewski
Looks good to me, great work, thanks! Just one thing, comments' text look tiny, don't they? Hi Mike, do you judge by the screenshots or an online demo? http://sobak.pl/php-bugs-mockup/bug.html Thank you for the kind words, by the way. Cheers -- PHP Internals - PHP Runtime Development Mail

Re: [PHP-DEV] Re: PHP 7.0 and openssl 1.1

2017-01-23 Thread Alice Wonder
If someone on such a distro really can't use PHP 7.1.x, LibreSSL can be installed in parallel to OpenSSL (I do on CentOS) and I suspect php 7.0 will build against it (5.6.x does and 7.1.x does) Also, I suspect older OpenSSL shared libraries could probably be installed in parallel. So it can

Re: [PHP-DEV] Redesign of bugs.php.net

2017-01-23 Thread Michael Wallner
On 23/01/17 08:22, Maciej Sobaczewski wrote: > Hello, > > I know it's bringing the same thread again but since my last post[1] > I gathered some feedback on /r/php, including a few membmers of PHP.net. > > https://github.com/Sobak/bugsnet-redesign-mockup this is the repo for > my experimental app