Re: [PHP-DEV] Re: libmagic 5.14 upgrade

2013-04-07 Thread Anatoliy Belsky
Hi, Am Samstag, den 06.04.2013, 17:12 -0700 schrieb Stas Malyshev: Looks ok, but I have one question - we have libmagic.patch file there which as I understand is supposed to be diff between our libmagic and upstream libmagic. But this patch does not update it. Is it intentional? Will it be

[PHP-DEV] PCRE 8.32 upgrade

2013-03-03 Thread Anatoliy Belsky
Hi, I've merged PCRE 8.32 into the current dev branches. The test pass so far on all the constellations in Windows and Linux. However it'd make sense to observe it with more attention in the next builds. Regards Anatol -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

[PHP-DEV] Issue #63882 patch validation

2013-01-05 Thread Anatoliy Belsky
Hi, there is an issue about the recursion inthe default class properties comparsion. I've added a patch there and would like to ask for the validation. Regards Anatoliy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Compiling PHP on Windows 7 - wiki needs update

2012-12-24 Thread Anatoliy Belsky
Hi, that wiki page is pretty much up to date. Also, if you have windows specific questions, there is internals-...@lists.php.net . Regards Anatoliy On Mon, 2012-12-24 at 11:01 -0800, j adams wrote: Hello all: I'm not sure if this is the right place to ask this question, but I'm wondering

Re: [PHP-DEV] php 5.3.14 nts source code for windows

2012-12-12 Thread Anatoliy Belsky
Hi, the source is always the same, get it under http://windows.php.net/downloads/releases/ . To compile NTS use --disable-zts configure option. Regards Anatoliy On Wed, 2012-12-12 at 19:59 +0330, Amir wrote: Hi I searched in php.net and did not find any link that contain php none thread

[PHP-DEV] PCRE 8.31

2012-10-18 Thread Anatoliy Belsky
Hi, as requested in the issue #63284, I've produced a patch for PCRE 8.31 upgrade. Tests has passed for me on 5.3/5.4/master ts and nts, though anybody willing to perform additional tests is welcomed. More tests will be performed next days anyway. There is also a question hanging in the air -

Re: [PHP-DEV] [VOTE] ::class feature to resolve namespaced class names to scalars

2012-09-12 Thread Anatoliy Belsky
Hi Ralph, I've tested the feature/class_name_scalar in your repo on Windows. Both TS and NTS build and pass the test. Regards Anatoliy Am Di, 11.09.2012, 16:39 schrieb Ralph Schindler: Hi internals! The ::class resolution proposal had significant discussion in April and I've updated the

Re: [PHP-DEV] PHP test suite

2012-07-28 Thread Anatoliy Belsky
Thanks for encouraging me on this idea. I'm putting it on my list then. Will check for what Johannes did as it possibly could be combined with the existing stuff. And if someone is also interested on adding this feature - so much the better, just drop me a line :) Am Sa, 28.07.2012, 20:33

[PHP-DEV] PHP test suite

2012-07-27 Thread Anatoliy Belsky
Hi internals, after working for some time with the PHP test suite I've realized - it needs an improvement of a special kind. What I'm talking about is the server based testing. Very urgent cases have shown them up working with APC. Most of the current bugs reported only reproduceable with tests

Re: [PHP-DEV] Any chance to fix php-trunk for windows?

2012-07-19 Thread Anatoliy Belsky
today (18.7) : php-master-ts-windows-vc9-x86-r08302e3.ziphttp://windows.php.net/downloads/snaps/master/r08302e3/php-master-ts-windows-vc9-x86-r08302e3.zip Unfortunately, still not working ... 2012/7/17 Anatoliy Belsky a...@php.net Hi Marian, since last week current master snaps can be found

Re: [PHP-DEV] Any chance to fix php-trunk for windows?

2012-07-17 Thread Anatoliy Belsky
to be the patch for a similar bug. Hopefully, this should fix the issue I found. I will try to investigate what has happened in the GIT respository. What I am sure is that this has been fixed before php 5.4.4 release. Thanks! 2012/6/19 Anatoliy Belsky a...@php.net Hi Marian, perhaps you

Re: [PHP-DEV] [DRAFT] RFC - array_column() function

2012-06-22 Thread Anatoliy Belsky
Hi Ben, I've tested your patch on Windows, it compiles and the tests pass. All the best with that :) Regards Anatoliy Am Fr, 22.06.2012, 17:52 schrieb Ben Ramsey: On 6/22/12 5:32 AM, Léo Peltier wrote: Hi, Shouldn't this be called 'array_pluck'? This is the name people usually use when

[PHP-DEV] Re: Generators patch

2012-06-21 Thread Anatoliy Belsky
) xx and running that php file manually leads to crash and points me to the zend_execute.h at line 335. I didn't debug it in details but could do it later if you have no fail on nix. Cheers Anatoliy Am Mi, 20.06.2012, 21:36 schrieb Nikita Popov: On Wed, Jun 20, 2012 at 5:25 PM, Anatoliy Belsky

[PHP-DEV] Generators patch

2012-06-20 Thread Anatoliy Belsky
Hi Nikita, I've just tried to compile your generators branch on windows, the build is broken there. This are the relevant messages before the compilation bails out: c:\php-sdk\phpmaster\vc9\x86\nikic\zend\zend_execute.c(1543) : error C2065: 'tsrm_ls' : undeclared identifier

Re: [PHP-DEV] Any chance to fix php-trunk for windows?

2012-06-19 Thread Anatoliy Belsky
manchokapitan...@gmail.com wrote: Hello, currently http://windows.php.net/downloads/snaps/php-trunk/ is empty and no windows builds can be downloaded. Are there any plans for fixing this? -- Anatoliy Belsky a...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] Any chance to fix php-trunk for windows?

2012-06-19 Thread Anatoliy Belsky
of the missing builds :) 2012/6/19 Anatoliy Belsky a...@php.net Hi, recent snaps can be downloaded under http://windows.php.net/downloads/snaps/php-5.4/ http://windows.php.net/downloads/snaps/php-5.3/ respectively to version you need. The snaps are created almost on daily

Re: [PHP-DEV] Generators in PHP

2012-06-14 Thread Anatoliy Belsky
Am Mi, 13.06.2012, 00:06 schrieb Nikita Popov: That's how it is currently implemented. The generator backs up the current execution context (execute_data, CVs, Ts), pushed stack arguments and several executor globals. When the generator is resumed everything is restored and it continues to

Re: [PHP-DEV] Generators in PHP

2012-06-11 Thread Anatoliy Belsky
Hi, it'd be really cool if the implementation would do the real context switch in c, which would be the true basis for spl_coroutine. The current implementation seems not to do that. Context switch in c would be comparable with threads. In fact coroutines would be a comensation for lacking

Re: [PHP-DEV] Generators in PHP

2012-06-11 Thread Anatoliy Belsky
be done in portable C. On Mon, Jun 11, 2012 at 4:13 PM, Anatoliy Belsky a...@php.net wrote: Hi, it'd be really cool if the implementation would do the real context switch in c, which would be the true basis for spl_coroutine. The current implementation seems not to do that. Context switch in c

Re: [PHP-DEV] 5.4.3 type hint handling

2012-06-02 Thread Anatoliy Belsky
Anatoliy Belsky a...@php.net: Hi, I'm experiencing an issue adding type hints to the function prototypes. The following definition gives the unknown typehint error when invoking a function ZEND_BEGIN_ARG_INFO_EX(arg_info_trader_adosc, 0, 0, 4)    ZEND_ARG_TYPE_INFO(0,  high, IS_ARRAY, 0

Re: [PHP-DEV] 5.4.3 type hint handling

2012-06-02 Thread Anatoliy Belsky
though :) . imho a module shouldn't be allowed to compile when known scalar types are defined in the arg info. Just to avoid confusion. Thanks for clearing this guys. Regards Anatoliy On Sat, June 2, 2012 13:04, Hannes Magnusson wrote: On Sat, Jun 2, 2012 at 11:41 AM, Anatoliy Belsky

[PHP-DEV] 5.4.3 type hint handling

2012-06-01 Thread Anatoliy Belsky
Hi, I'm experiencing an issue adding type hints to the function prototypes. The following definition gives the unknown typehint error when invoking a function ZEND_BEGIN_ARG_INFO_EX(arg_info_trader_adosc, 0, 0, 4) ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0) ZEND_ARG_TYPE_INFO(0, low,