[PHP-DEV] VCS Account Request: profforg

2015-05-26 Thread Alexander Loginov
Hello. I am Linux System Administrator since 2007. Working with php every day. I think i actively working with php since 2008. I wanted to help php in some way for a long time. Time goes and seems to be a good to idea to start, at least. I doubt that my C skills will be enough to write somethi

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

2015-05-26 Thread Stanislav Malyshev
Hi! > It seems to be AIX only thing, as it builds fine for me for Linux/Darwin. The I would probably add a special case for AIX in config.m4. -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

2015-05-26 Thread Rowan Collins
On 26/05/2015 23:52, Scott Arciszewski wrote: That's fair, and one of the reasons I wanted to make ext/libsodium part of the core was so that segueing into a PDO-style cryptography API would be more natural. Instead of "wrap openssl and maybe wrap libsodium if it's already installed" it would be

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

2015-05-26 Thread Scott Arciszewski
That's fair, and one of the reasons I wanted to make ext/libsodium part of the core was so that segueing into a PDO-style cryptography API would be more natural. Instead of "wrap openssl and maybe wrap libsodium if it's already installed" it would be "wrap what the language already has". Am I mist

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

2015-05-26 Thread Anthony Ferrara
Scott, On Wed, May 20, 2015 at 9:15 PM, Scott Arciszewski wrote: > 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,

Re: [PHP-DEV] ::class wrong case

2015-05-26 Thread Levi Morrison
On Tue, May 26, 2015 at 9:52 AM, Ralph Schindler wrote: > > >> > >> namespace foo; >> >> function bar(){} >> >> var_dump(bar::class); // string(7) "foo\bar" >> >> ?> >> >> This was not explained in the RFC at all, and had I known this I would >> have voted against it personally. > > > How would yo

[PHP-DEV] Re: [PHP-CVS] com php-src: Add targets to simplify building PHP with FDO (Feedback Directed Optimisation) PHP should be built with the folowing steps:: Makefile.global configure.in

2015-05-26 Thread Dmitry Stogov
On Tue, May 26, 2015 at 6:24 PM, Rasmus Lerdorf wrote: > On 05/26/2015 07:33 AM, Dmitry Stogov wrote: > > Commit:7dac4d449f72d7eb029aa1a8ee87aaf38e17e1c5 > > Author:Dmitry Stogov Tue, 26 May 2015 > 17:33:25 +0300 > > Parents: ca31711625095c2d6e308d7f0fc9d371ad0934d4 > > Branche

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

2015-05-26 Thread Eric Stenson
-Original Message- > From: Anatol Belski [mailto:anatol@belski.net] [...] > Can you please share what exactly you need it to do? Like the > command sequence or alike, maybe there is already a way to do that. I need to run the $(MC) command, with the '-um' option, which will create E

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Add targets to simplify building PHP with FDO (Feedback Directed Optimisation) PHP should be built with the folowing steps:: Makefile.global configure.in

2015-05-26 Thread Albert Casademont
this is awesome, i'll give it a try with symfony too! On Tue, May 26, 2015 at 5:24 PM, Rasmus Lerdorf wrote: > On 05/26/2015 07:33 AM, Dmitry Stogov wrote: > > Commit:7dac4d449f72d7eb029aa1a8ee87aaf38e17e1c5 > > Author:Dmitry Stogov Tue, 26 May 2015 > 17:33:25 +0300 > > Parents:

Re: [PHP-DEV] ::class wrong case

2015-05-26 Thread Ralph Schindler
This was not explained in the RFC at all, and had I known this I would have voted against it personally. How would you suggest it be different, if not a "compile-time name expansion for classes"? On a personal note, I've gotten plenty of benefit from the feature which (again, for me) to

[PHP-DEV] Re: [PHP-CVS] com php-src: Add targets to simplify building PHP with FDO (Feedback Directed Optimisation) PHP should be built with the folowing steps:: Makefile.global configure.in

2015-05-26 Thread Rasmus Lerdorf
On 05/26/2015 07:33 AM, Dmitry Stogov wrote: > Commit:7dac4d449f72d7eb029aa1a8ee87aaf38e17e1c5 > Author:Dmitry Stogov Tue, 26 May 2015 17:33:25 > +0300 > Parents: ca31711625095c2d6e308d7f0fc9d371ad0934d4 > Branches: master > > Link: > http://git.php.net/?p=php-src.git;a