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
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, vi
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
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
> wonder
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
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 - wou
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
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 schrieb
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 wh
nd greatest from today (18.7) :
> php-master-ts-windows-vc9-x86-r08302e3.zip<http://windows.php.net/downloads/snaps/master/r08302e3/php-master-ts-windows-vc9-x86-r08302e3.zip>
>
> Unfortunately, still not working ...
>
> 2012/7/17 Anatoliy Belsky
>
>> Hi Marian,
>
Hi Nikita,
that's exactly the subject I've tripped over trying to fix (apparently
wrong) the issue #62477. The ticket is about LimitIterator accepting only
long for start and offset, but being able to accept an Iterator from
userland accepting floats for positions.
For instance, the snippet like
evision=latest
>
> seems 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!
>
>
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
ng(10) "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, 20
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
c:\php-sdk\phpmaster\v
use of the missing builds :)
>
> 2012/6/19 Anatoliy Belsky
>
> > 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/
> >
> >
:
> 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
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
n two or more functions?a
> feature exploited for multitasking."
>
> It does not sound like something that can be done in portable C.
>
> On Mon, Jun 11, 2012 at 4:13 PM, Anatoliy Belsky wrote:
>> Hi,
>>
>> it'd be really cool if the implementation would d
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 thre
templates
manually 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
:
> Hi,
>
> 2012/6/1 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_B
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, IS_
Hi,
On Tue, April 10, 2012 16:39, Stas Malyshev wrote:
> Hi!
>
>> This fixes should be merged into the current 5.3.11 and 5.4.1 branches.
>> The info about the changes is in the following tickets:
>>
>> https://bugs.php.net/bug.php?id=61565
>> https://bugs.php.net/bug.php?id=61566
>
> Are those cr
Another important thing i didn't mention - there is a lot of test fixes
going to be commited, they should be merged into release branches too.
thanks )
On Tue, April 10, 2012 13:23, Anatoliy Belsky wrote:
> Hi guys,
>
> I wanted just ask about the latest fileinfo fixes as I see
Hi guys,
I wanted just ask about the latest fileinfo fixes as I see so far nothing
was merged.
This fixes should be merged into the current 5.3.11 and 5.4.1 branches.
The info about the changes is in the following tickets:
https://bugs.php.net/bug.php?id=61565
https://bugs.php.net/bug.php?id=615
26 matches
Mail list logo