RE: [PHP-DEV] Feature Request: inline pseudo-instruction

2016-10-04 Thread Pascal KISSIAN
this kind of feature?” If I am the only one, just do as if I never posted to this forum, but if many people think it could be usefull, perhaps it would make sense to reconsider the question. Best regards, Pascal KISSIAN De : Michał Brzuchalski [mailto:mic...@brzuchalski.com

RE: [PHP-DEV] Feature Request: inline pseudo-instruction

2016-10-04 Thread Pascal KISSIAN
>-Message d'origine- >De : Lauri Kenttä [mailto:lauri.ken...@gmail.com] >Envoyé : mardi 4 octobre 2016 16:21 >À : Pascal KISSIAN >Cc : internals@lists.php.net >Objet : Re: [PHP-DEV] Feature Request: inline pseudo-instruction > >On 2016-10-04 14:33, Pasca

[PHP-DEV] Feature Request: inline pseudo-instruction

2016-10-04 Thread Pascal KISSIAN
of the inline directive) Am I the only people needing this feature ? Best regards, Pascal KISSIAN

RE: [PHP-DEV] php short circuit bug?

2016-09-30 Thread Pascal KISSIAN
Sorry, I did not saw that there were an == on the right side, and thought that It was an assignement…. Thanks a lot Best regards, Pascal KISSIAN De : Thomas Punt [mailto:tp...@hotmail.co.uk] Envoyé : vendredi 30 septembre 2016 12:51 À : Pascal KISSIAN Objet : Re: [PHP-DEV] php

[PHP-DEV] php short circuit bug?

2016-09-30 Thread Pascal KISSIAN
circuit is implemented. In my example as !isset($t_aa["bb"]) true, then the second expression ($t_aa["bb"]=="")should not be evaluated! Is it a php bug? Or am i missing something? Cheers, Pascal KISSIAN

[PHP-DEV] Re: Directly embed small strings in zvals

2016-09-14 Thread Pascal KISSIAN
time. and the memory cost.. Perhaps php could also profit of that ? Pascal KISSIAN http://pascal.kissian.net

RE: [PHP-DEV] php 7 bug in substr_replace function

2016-03-15 Thread Pascal KISSIAN
De : Colin O'Dell [mailto:colinod...@gmail.com] Envoyé : mardi 15 mars 2016 15:36 À : Pascal KISSIAN ; internals@lists.php.net Objet : Re: [PHP-DEV] php 7 bug in substr_replace function Hi Pascal, The bug tracker can be found here: https://bugs.php.net/ You might also want to in

[PHP-DEV] php 7 bug in substr_replace function

2016-03-15 Thread Pascal KISSIAN
tabase). When $len is an integer, the function works as expected. Tested okon php 5.3.10 Tested Not ok on php 7.0.3 Best regards, Pascal KISSIAN

RE: [PHP-DEV] PHP 7.0.0 final RTM delay

2015-12-03 Thread Pascal KISSIAN
-Message d'origine- De : julienpa...@gmail.com [mailto:julienpa...@gmail.com] De la part de Julien Pauli Envoyé : jeudi 3 décembre 2015 16:11 >And remember if you don't agree with your actual package maintainers >decisions, you still can switch distro. >Julien.Pauli It is not always you

Re: [PHP-DEV] PHP 7.0.0 final RTM delay

2015-12-03 Thread Pascal KISSIAN
>I'm just not sure why the release process has to be discussed right at the >moment and why you ask me to throw away everything how it is being done in >that release process that is not defined by me but proven to bring success >and is being done for long time. If you have concerns and suggestio

[PHP-DEV] RE: HashDos protection

2015-11-30 Thread Pascal KISSIAN
>De : Nikita Popov [mailto:nikita@gmail.com] >Envoyé : dimanche 29 novembre 2015 12:45 >À : Pascal KISSIAN >Cc : PHP internals >Objet : Re: HashDos protection >Collisions in DJBX33A are (integer overflow notwithstanding) completely >independent of the starting val

[PHP-DEV] RE: HashDos protection

2015-11-28 Thread Pascal KISSIAN
De : Nikita Popov [mailto:nikita@gmail.com] Envoyé : samedi 28 novembre 2015 11:35 À : Pascal KISSIAN Cc : PHP internals Objet : Re: HashDos protection On Sat, Nov 28, 2015 at 2:00 AM, Pascal KISSIAN wrote: -Message d'origine- De : Nikita Popov [mailto:n

[PHP-DEV] RE: HashDos protection

2015-11-27 Thread Pascal KISSIAN
he same for all hash tables, that changes at each run) could be enough! Best regards, Pascal KISSIAN -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Proof of Concept : 3.5x and more Performance Boost for php7 using 4 cores

2015-11-27 Thread Pascal KISSIAN
Hi Johannes, thanks for the answer, -Message d'origine- De : Johannes Schlüter [mailto:johan...@schlueters.de] Envoyé : vendredi 27 novembre 2015 14:42 À : Pascal KISSIAN Cc : internals@lists.php.net Objet : Re: [PHP-DEV] Proof of Concept : 3.5x and more Performance Boost for php7

[PHP-DEV] Proof of Concept : 3.5x and more Performance Boost for php7 using 4 cores

2015-11-27 Thread Pascal KISSIAN
pcodes pre-fetching for example) -User level: imagine and implement simple and efficient primitives to make the php developer comfortable with parallel programming. A multicore php8 or php9? Wouldn't be cool Best regards, Pascal KISSIAN