Re: [PHP-DEV] Adding a time interval to an interval

2013-07-25 Thread Jakub Zelenka
On Mon, Jul 22, 2013 at 8:24 PM, Simon Schick wrote: > On Sun, Jul 21, 2013 at 6:14 PM, Jakub Zelenka wrote: > > On Tue, Jul 2, 2013 at 8:21 AM, Simon Schick > wrote: > >> > >> On Fri, Jun 28, 2013 at 11:20 PM, Derick Rethans > wrote: > >> > > >> > Hey Simon, > >> > > >> > PS, please don't top-

Re: [PHP-DEV] Adding a time interval to an interval

2013-07-22 Thread Simon Schick
On Sun, Jul 21, 2013 at 6:14 PM, Jakub Zelenka wrote: > On Tue, Jul 2, 2013 at 8:21 AM, Simon Schick wrote: >> >> On Fri, Jun 28, 2013 at 11:20 PM, Derick Rethans wrote: >> > >> > Hey Simon, >> > >> > PS, please don't top-reply as per mailinglist guidelines: >> > http://us2.php.net/reST/README.M

Re: [PHP-DEV] Adding a time interval to an interval

2013-07-21 Thread Jakub Zelenka
On Tue, Jul 2, 2013 at 8:21 AM, Simon Schick wrote: > On Fri, Jun 28, 2013 at 11:20 PM, Derick Rethans wrote: > > > > Hey Simon, > > > > PS, please don't top-reply as per mailinglist guidelines: > > http://us2.php.net/reST/README.MAILINGLIST_RULES > > > > On Fri, 28 Jun 2013, Simon Schick wrote:

Re: [PHP-DEV] Adding a time interval to an interval

2013-07-02 Thread Simon Schick
On Fri, Jun 28, 2013 at 11:20 PM, Derick Rethans wrote: > > Hey Simon, > > PS, please don't top-reply as per mailinglist guidelines: > http://us2.php.net/reST/README.MAILINGLIST_RULES > > On Fri, 28 Jun 2013, Simon Schick wrote: > > On Fri, Jun 28, 2013 at 7:10 PM, Derick Rethans wrote: > > > > >

Re: [PHP-DEV] Adding a time interval to an interval

2013-06-28 Thread Derick Rethans
Hey Simon, PS, please don't top-reply as per mailinglist guidelines: http://us2.php.net/reST/README.MAILINGLIST_RULES On Fri, 28 Jun 2013, Simon Schick wrote: > On Fri, Jun 28, 2013 at 7:10 PM, Derick Rethans wrote: > > > On Fri, 28 Jun 2013, Simon Schick wrote: > > > > > I'd like to extend the

Re: [PHP-DEV] Adding a time interval to an interval

2013-06-28 Thread Simon Schick
Hi, Derick Sorry - I that was easy to missunderstand ;) I thought of providing the idea. But I would happily also try to implement it by my own - just to also have contributed to the php-core. If you could give me a hint where to start - I feel quite lost in the code right now ... even so I read t

Re: [PHP-DEV] Adding a time interval to an interval

2013-06-28 Thread Derick Rethans
On Fri, 28 Jun 2013, Simon Schick wrote: > I'd like to extend the API of php by a method. Great, let me know if you need any help with the implementation, or when you have any questions on how it currently works. cheers, Derick -- http://derickrethans.nl | http://xdebug.org Like Xdebug? Consi

[PHP-DEV] Adding a time interval to an interval

2013-06-28 Thread Simon Schick
Hi, all I'd like to extend the API of php by a method. Currently it is possible to create a DateInterval ... but if you have two DateIntervals and want to "combine" them, you need to do it by your own. I think it'd be a good idea to add a method for that to the DateInterval class. http://stacko