"WORKSFORME"
Details?
On Thu, Nov 19, 2009 at 11:38 PM, Edward Z. Yang wrote:
> I don't know if this is the right list to report to, but
> bugs.php.net is currently non-functional.
>
> Cheers,
> Edward
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://
Derick jumpstarted mysql on the server just now.
-Hannes
On Fri, Nov 20, 2009 at 09:17, Ronald Chmara wrote:
> "WORKSFORME"
>
> Details?
>
> On Thu, Nov 19, 2009 at 11:38 PM, Edward Z. Yang wrote:
>> I don't know if this is the right list to report to, but
>> bugs.php.net is currently non-funct
On Thu, Nov 19, 2009 at 4:29 PM, Jelrik van Hal wrote:
> Victor, I do wholeheartedly agree with you about the mess things will be
> when allowing $this to refer to different things in different contexts of
> calling the same closure (B, C and D): I think it'll prove very difficult to
> keep track
> The problem with the segfault in memcpy from bug 50207 was that the
> pointer result->value.str.val is a 64 bit unsigned integer, and of
> course result->value.str.len is a signed 32 bit integer. The value of
you're right, len is declared as int and it's indeed 32bit under 64bit
Linux.
It must
I have many projects about php ( not coding for an application or website;
directly about php functions etc.) and would like to help to improve php. For
example asterisk server functions. That's why i need an svn account to help
developing of php
--
PHP Internals - PHP Runtime Development Mail
On Fri, Nov 20, 2009 at 20:51, Brandon Savage wrote:
> All,
>
> I was playing around today with the autoload functions and I discovered that
> in PHP 5.3, __autoload() can throw, and scripts can catch, exceptions.
> This is in direct contradiction to the
> documentation: http://php.net/manual/en/l
On Nov 20, 2009, at 3:05 PM, Hannes Magnusson wrote:
> On Fri, Nov 20, 2009 at 20:51, Brandon Savage
> wrote:
>> All,
>>
>> I was playing around today with the autoload functions and I discovered that
>> in PHP 5.3, __autoload() can throw, and scripts can catch, exceptions.
>> This is in direct
nder coskun wrote:
I have many projects about php ( not coding for an application or website;
directly about php functions etc.) and would like to help to improve php. For
example asterisk server functions. That's why i need an svn account to help
developing of php
This README should
Hello,
I'm working on two classes, Interval and IntervalList which describe
an interval and a list of intervals. These intervals are defined using
the Interval class:
These intervals can be stored in a list of intervals, using IntervalList:
add($interval_1);
$list->add($interval_2);
?>
Interv
On Fri, Nov 20, 2009 at 22:56, Samuel ROZE wrote:
[...]
> // A list of intervals
> $list = [ $from_1, $to_1] + [$from_2, $to_2] + ... [$from_n, $to_n];
> $list_2 = [$from_1, $to_1] + ... + $interval_n;
> ?>
This made no sense to me.
Are you suggesting new object operator? Short-syntax-array?
Wh
http://code.google.com/p/foundation-kit/source/browse/trunk/FKRange.php
http://code.google.com/p/foundation-kit/source/browse/trunk/FKIndexSet.php
On Fri, Nov 20, 2009 at 1:56 PM, Samuel ROZE wrote:
> Hello,
>
> I'm working on two classes, Interval and IntervalList which describe
> an interval an
Samuel ROZE wrote:
> Hello,
>
> I'm working on two classes, Interval and IntervalList which describe
> an interval and a list of intervals. These intervals are defined using
> the Interval class:
>
> $interval = new Interval((int) $from, (int) $to);
> ?>
>
> These intervals can be stored in a l
> Are you suggesting new object operator? Short-syntax-array?
Short-syntax-interval ! :-)
> What exactly are you asking/informing/reporting/whatever?
I'm just asking if, for you, brackets can represent intervals...
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit:
It's clear. ;-)
Thanks.
2009/11/20 Rasmus Lerdorf :
> Samuel ROZE wrote:
>> Hello,
>>
>> I'm working on two classes, Interval and IntervalList which describe
>> an interval and a list of intervals. These intervals are defined using
>> the Interval class:
>>
>> > $interval = new Interval((int) $fro
Hi,
This isn't bad, but it's not really what i want, and... what I wrote! ;-)
Samuel.
2009/11/20 mm w <0xcafef...@gmail.com>:
> http://code.google.com/p/foundation-kit/source/browse/trunk/FKRange.php
> http://code.google.com/p/foundation-kit/source/browse/trunk/FKIndexSet.php
>
> On Fri, Nov 20,
Hello,
Even if you are introducing a new syntax, your approach is wrong to
get intersection and interval, I was not talkative
but the samples I gave you expose several cases
// This isn't bad, but it's not really what i want, and... what I wrote! ;-)
so I guess you don't even understand what you
hi all,
Since the new conditionnal operator ternary was introduced in php 5.3,
I'm little confuse about it.
The documentations says :
Since PHP 5.3, it is possible to leave out the middle part of the ternary
operator. Expression expr1 ?: expr3 returns expr1 if expr1 evaluates to
TRUE, and ex
On Friday 20 November 2009 11:12:29 pm Alban wrote:
> This is not a big problem but if a solution exists, this would be so
> cool ! Especialy when we have to check existance of twenty or more key in
> array. Code would be be lighter and clear.
I cannot comment on the rest of your post right now,
Le Fri, 20 Nov 2009 23:28:39 -0600, Larry Garfield a écrit :
> On Friday 20 November 2009 11:12:29 pm Alban wrote:
>
>> This is not a big problem but if a solution exists, this would be so
>> cool ! Especialy when we have to check existance of twenty or more key
>> in array. Code would be be ligh
Lucas and I have re-visited the Zend Signal Handling RFC and have updated the
patches for both the 5.3 branch and Trunk:
http://wiki.php.net/rfc/zendsignals
We updated the patches to deal with a bug fix that allows timeouts within the
user space shutdown functions, previously multiple timeout
20 matches
Mail list logo