Hey:
Sent from my iPhone
> On Apr 15, 2015, at 10:21 AM, Pierre Joye wrote:
>
> hi,
>
> We tried that many times but we fail to handle the version of bundled
> extensions.
>
> Along with some installer work and other integration (projects
> dependencies management, composer or other), we need
On Wed, Apr 15, 2015 at 10:51 AM, christopher jones
wrote:
>
>
> On 4/14/15 7:21 PM, Pierre Joye wrote:
>>
>> hi,
>>
>> We tried that many times but we fail to handle the version of bundled
>> extensions.
>>
>> Along with some installer work and other integration (projects
>> dependencies manageme
On 4/14/15 7:21 PM, Pierre Joye wrote:
hi,
We tried that many times but we fail to handle the version of bundled
extensions.
Along with some installer work and other integration (projects
dependencies management, composer or other), we need to find a way to
get rid of this problem.
What do y
On Tue, Apr 14, 2015 at 7:21 PM, Pierre Joye wrote:
> hi,
>
> We tried that many times but we fail to handle the version of bundled
> extensions.
>
> Along with some installer work and other integration (projects
> dependencies management, composer or other), we need to find a way to
> get rid of
hi,
We tried that many times but we fail to handle the version of bundled
extensions.
Along with some installer work and other integration (projects
dependencies management, composer or other), we need to find a way to
get rid of this problem.
What do you think to simply use the PHP version numb
Hi Danylo,
On Wed, Apr 15, 2015 at 3:23 AM, Danylo Medinsky
wrote:
> Thanks for the feedback and apologies for the late response.
>
> Since my posting and your responses, I began implementing the binary search
> into array.c. After a couple days of coding and research, I managed to
> produce thi
On 14 April 2015 at 17:39, Johannes Ott wrote:
> Am 14.04.2015 um 16:33 schrieb Dan Ackroyd:
>
>> Here is some feedback then:
>>
Johannes Ott wrote:
> But in the new draft (v0.4) I'm preparing at the moment I'll try to
> formulate the trigger "first call" more common by comparing it to the
> same
Am 14.04.2015 20:24 schrieb "Danylo Medinsky" :
>
> ... until I can determine how much performance will be compromised
> from the sorting.
Sorting at least has to look at each array element once, and execute the
comparison function once. Compare that to a searching scan, which can
terminate once i
Thanks for the feedback and apologies for the late response.
Since my posting and your responses, I began implementing the binary search
into array.c. After a couple days of coding and research, I managed to
produce this code.
HashTable *arr_hash;
arr_hash = Z_ARRVAL_P(array);
int low
Thanks for the feedback and apologies for the late response.
Since my posting and your responses, I began implementing the binary search
into array.c. After a couple days of coding and research, I managed to
produce this code.
HashTable *arr_hash;
arr_hash = Z_ARRVAL_P(array);
int low
Am 14.04.2015 um 16:33 schrieb Dan Ackroyd:
> Here is some feedback then:
>
> From the RFC:
>> - Trigger for “magic” method call: First call to class, either first call to
>> __construct(...) or first call to any public or protected static method or
>> property of the class
>
> I don't think t
Hi
Can someone with access to the new pecl box fix the package downloading?
It is totally broken apparently.
On vanilla FreeBSD 10:
$ pecl install memcached
No releases available for package "pecl.php.net/memcached"
install failed
$ pecl search memcached
Connection to `ssl://pecl.php.net:443' fa
I would rather appreciate run-time class properties initialization.
Best regards,
Kubo2
2015-04-13 15:37 GMT+02:00 Johannes Ott :
> Hi,
>
> finally I managed to do my first RFC draft.
>
> https://wiki.php.net/rfc/static_class_constructor
>
> I hope I have done everything correct so far an
Hi Anatol,
two new fileinfo tests provided by Stas reported valgrind errors.
they work fine on 5.5 and 5.6.
Thanks. Dmitry.
On Tue, Apr 14, 2015 at 5:14 PM, Anatol Belski wrote:
> Hi Dmitry,
>
>
>
> Basically the merge was to upgrade to libmagic 5.22, also several other
> patches was applied.
Hi Johannes,
On 13 April 2015 at 13:37, Johannes Ott wrote:
> Hi,
>
> finally I managed to do my first RFC draft.
>
> https://wiki.php.net/rfc/static_class_constructor
>
> I hope I have done everything correct so far and I'm looking forward to
> your feedback on it.
Here is some feedback then:
On Tue, 2015-04-14 at 11:49 +0200, Johannes Ott wrote:
> Am 14.04.2015 um 00:16 schrieb Levi Morrison:
> >> - IMO, the method should be called when the class is created, just after
> >> every parent class and implemented interfaces are created.
> >
> > In general I think static class data and sta
As the RFC is still in draft status, I will stop for now answering any
issues on the purpose of this RFC. I will now rewrite some things at the
draft, and come back to the discussion in this threads after those changes
I will focus on the following open issues I have identified during the
last two
Am 14.04.2015 um 00:16 schrieb Levi Morrison:
>> - IMO, the method should be called when the class is created, just after
>> every parent class and implemented interfaces are created.
>
> In general I think static class data and static class constructors are
> a sign of poorly designed code, whic
Hi All.
Am 14.04.15 um 08:38 schrieb Peter Lind:
> On 13 April 2015 at 22:20, Derick Rethans wrote:
>
>> On Sun, 12 Apr 2015, Peter Lind wrote:
>>
>>> Hi,
>>>
>>> I wanted to get into PHP code development so I grabbed a random bug from
>>> bugs.php.net. Which turned out to be
>> https://bugs.php
19 matches
Mail list logo