Re: [PHP-DEV] RE: [PHP-CVS] com php-src: Enable GCC global register variables if available: Zend/Zend.m4 Zend/zend_execute.c

2015-03-17 Thread Albert Casademont Filella
Hi Dmitry, I can confirm a ~10-11% reduction in execution time of the bench.php from last month build (x64) to today's commit (from 1.154 sec to 1.010). Amazing job! Albert On Tue, Mar 17, 2015 at 1:39 PM, Gustavo Frederico Temple Pedrosa < gustavo.pedr...@eldorado.org.br> wrote: > Hi, Dmitry.

Re: [PHP-DEV] crypto_something

2015-02-26 Thread Albert Casademont Filella
Please remember that now is just impossible to use AES-GCM with the current OpenSSL extension API, there is no way to get/set the authentication tag. With AES-GCM you already get a MAC for free, that should be the default operation mode. https://bugs.php.net/bug.php?id=67304 On Thu, Feb 26, 2015

Re: [PHP-DEV] The Game Theory of Scalar Type Hint Voting

2015-02-25 Thread Albert Casademont Filella
Yep, that's what I suggested but Leigh did see a competitive advantage for weak-type hints in any case because if strict won we would have weak hints too if I didn't use the declare option. I can see that point even though it was not made at all with the intention of favouring weak vs strict, I rea

Re: [PHP-DEV] The Game Theory of Scalar Type Hint Voting

2015-02-23 Thread Albert Casademont Filella
I like it! That's what I proposed to Anthony (and Andrea before) before Zeev presented their alternative, to held a double vote on the strict vs weak feature. It was not met with much enthusiasm, hope they change their minds with your proposal! On Mon, Feb 23, 2015 at 5:43 PM, Benjamin Eberlei wr

Re: [PHP-DEV] [RFC-Discuss] Scalar Type Declarations v0.5

2015-02-18 Thread Albert Casademont Filella
Hi Anthony! Thanks for bringing this up again. I am asking you the same I asked Andrea 2 weeks ago on Twitter: make it a triple option vote please. She didn't want to do it, hope you do! This way you eliminate the neverending discussion about weak vs strict, let the votes decide and see who really

Re: [PHP-DEV] [RFC][VOTE] Removal of dead or not yet PHP7 ported SAPIs and extensions

2015-02-09 Thread Albert Casademont Filella
Just a quick side one, there's no way to make compatible calls from mcrypt to openssl using "rijndael-192" and "rijndael-256" ciphers, a compatibility layer is almost impossible. Only AES-128/192/256 (which variants of "rijndael-128") are possible on both extensions. On Mon, Feb 9, 2015 at 6:47 PM

Re: [PHP-DEV] uWSGI experimental plugin for implementing a WSGI/PSGI/Rack-like interface for PHP

2015-02-09 Thread Albert Casademont Filella
HHVM is a FastCGI interface, just like PHP-FPM is, I don't see your point here! On Mon, Feb 9, 2015 at 6:40 PM, S.A.N wrote: > 2015-02-09 12:41 GMT+02:00 Rowan Collins : > > Yes, I can see it working well for specialised uses - you can simply not > use those aspects of the language that don't ma