[PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9

2015-05-20 Thread Lior Kaplan
Hi, 1. Just noticed that 5.5.25 has pcrelib 8.36 while 5.6.9 has 8.37. That's probably because of a slight difference between the branch points. I'll update the news / changelog 2. It seems that changes to 8.37 doesn't include all files (e.g. ext/pcre/pcrelib/pcre.h which still states 8.36). (c

Re: [PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9

2015-05-20 Thread Stanislav Malyshev
Hi! > 1. Just noticed that 5.5.25 has pcrelib 8.36 while 5.6.9 has 8.37. > That's probably because of a slight difference between the branch points. > > I'll update the news / changelog 8.37 contains some important fixes. I thought I merged it up for all branches, but maybe I messed something up

Re: [PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9

2015-05-20 Thread Lior Kaplan
On Wed, May 20, 2015 at 11:44 AM, Stanislav Malyshev wrote: > Hi! > > > 1. Just noticed that 5.5.25 has pcrelib 8.36 while 5.6.9 has 8.37. > > That's probably because of a slight difference between the branch points. > > > > I'll update the news / changelog > > 8.37 contains some important fixes.

Re: [PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9

2015-05-20 Thread Ferenc Kovacs
On Wed, May 20, 2015 at 10:56 AM, Lior Kaplan wrote: > On Wed, May 20, 2015 at 11:44 AM, Stanislav Malyshev > wrote: > > > Hi! > > > > > 1. Just noticed that 5.5.25 has pcrelib 8.36 while 5.6.9 has 8.37. > > > That's probably because of a slight difference between the branch > points. > > > > >

Re: [PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9

2015-05-20 Thread Lior Kaplan
Hi, I'm not looking to place blame, we all miss staff here and there. Just wanted to make sure everyone knows there's a difference and it will be aligned later on. ( I noticed the difference due to a build problem on AIX, which I'm checking) kaplan On Wed, May 20, 2015 at 1:07 PM, Ferenc Kovacs

Re: [PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9

2015-05-20 Thread Ferenc Kovacs
On Wed, May 20, 2015 at 12:24 PM, Lior Kaplan wrote: > Hi, > > I'm not looking to place blame, we all miss staff here and there. > > Just wanted to make sure everyone knows there's a difference and it will > be aligned later on. > ( I noticed the difference due to a build problem on AIX, which I'

Re: [PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9

2015-05-20 Thread Lior Kaplan
On Wed, May 20, 2015 at 2:31 PM, Anatol Belski wrote: > Hi, > > -Original Message- > From: Stanislav Malyshev [mailto:smalys...@gmail.com] > Sent: Wednesday, May 20, 2015 10:45 AM > To: Lior Kaplan; PHP internals list > Subject: Re: [PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9

[PHP-DEV] libpcre 8.37 requires extra flags (at least on AIX)

2015-05-20 Thread Lior Kaplan
Hi, While building the PHP 5.6.9 (which has libpcre 8.37) it seems we're missing -lpthreads build flag (for cli SAPI), as this library upgrade added this requirement. The files requiring is pcrelib/sljit/sljitUtils.c 5.5.25, which doesn't have this file, works fine without the flag. I think thi

Re: [PHP-DEV] Branching off PHP7 and electing RMs

2015-05-20 Thread Ferenc Kovacs
On Wed, May 13, 2015 at 4:50 PM, Ferenc Kovacs wrote: > > > On Wed, May 13, 2015 at 2:56 PM, Julien Pauli wrote: > >> Hello people. >> >> Time is going, and summer is coming. >> >> I think we must have branched 7.0 until end of May, and have our 2 RMs >> elected. >> >> Don't forget we are starti

Re: [PHP-DEV] Branching off PHP7 and electing RMs

2015-05-20 Thread Anthony Ferrara
> a week passed and the Kalle & Anatol option is winning unanimously after 23 > votes so far. > should we wait another week or would be okay to close the votes and > announce the RMs so that we can start working on preparing the first alpha? That seems reasonable to me. There was no real objection

Re: [PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9

2015-05-20 Thread Julien Pauli
On Wed, May 20, 2015 at 1:43 PM, Lior Kaplan wrote: > On Wed, May 20, 2015 at 2:31 PM, Anatol Belski > wrote: > > > Hi, > > > > -Original Message- > > From: Stanislav Malyshev [mailto:smalys...@gmail.com] > > Sent: Wednesday, May 20, 2015 10:45 AM > > To: Lior Kaplan; PHP internals list

[PHP-DEV] Proposal for developers

2015-05-20 Thread Mvc Box
I apologize for my bad English, I used Google translate. I would propose developers to add the ability to use the classes in the type conversion, adding in class a new magical method, for example, __converting() For example: myProperty = $value; } public function show() { ec

Re: [PHP-DEV] libpcre 8.37 requires extra flags (at least on AIX)

2015-05-20 Thread Stanislav Malyshev
Hi! > While building the PHP 5.6.9 (which has libpcre 8.37) it seems we're > missing -lpthreads build flag (for cli SAPI), as this library upgrade added > this requirement. > > The files requiring is pcrelib/sljit/sljitUtils.c > > 5.5.25, which doesn't have this file, works fine without the flag

[PHP-DEV] Q: What is the Config.w32 equivalent of PHP_ADD_MAKEFILE_FRAGMENT?

2015-05-20 Thread Eric Stenson
Internals folks-- I'm trying to add something...complicated to a PECL extension, and I need to add some custom dependency rules to the Makefile. Specifically, I'm compiling a manifest file using 'mc', which produces both a .h file and a .rc file. I need to ensure the 'mc' command runs before t

[PHP-DEV] [RFC] [PHP 7.1] libsodium

2015-05-20 Thread Scott Arciszewski
Hi Internals Team, I'm sure everyone is really focused (and excited) for PHP 7.0.0 later this year, and many of you might not want to discuss what 7.1.x looks like yet. The current state of cryptography in PHP is, well, abysmal. Our two main choices for handling symmetric cryptography are libmcry

[PHP-DEV] VCS Account Request: matttait

2015-05-20 Thread Matt Tait
Interested in helping security-audit and add security-related features to PHP core. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php