Re: [PHP-DEV] Official Twitter Account

2018-12-06 Thread Trevor Suarez
On Thu, Dec 6, 2018 at 11:29 AM Sara Golemon wrote: > On Thu, Dec 6, 2018 at 12:14 PM Nikita Popov wrote: > >> Given that the PHP 7.3 release announcement is somewhat more significant >> than our usual maintenance releases, maybe that one could be done >> separately? >> >> Given that the

Re: [PHP-DEV] Official Twitter Account

2018-12-06 Thread Trevor Suarez
On Thu, Dec 6, 2018 at 11:08 AM Sara Golemon wrote: > On Thu, Dec 6, 2018 at 11:09 AM Trevor Suarez wrote: > >> In any case, I feel like its usually the last place where I see >> announcements made. > > I'll take exception to that. I've been pushing both branches of the

[PHP-DEV] Official Twitter Account

2018-12-06 Thread Trevor Suarez
eting from that account can be made a part of coordinating an announcement? Just a thought. :) - Trevor Suarez https://trevorsuarez.com/

Re: [PHP-DEV] PHP allocating too much memory

2016-06-15 Thread Trevor Suarez
On Wed, Jun 15, 2016 at 11:34 AM, Michael Felt wrote: > > > On 15-Jun-16 15:55, Rowan Collins wrote: > >> On 15/06/2016 14:01, Peter LeBrun wrote: >> >>> The weirdest part about this is that PHP is somehow trying to allocate >>> 140TB of memory. >>> >> >> I've seen numbers

Re: [PHP-DEV] [RFC] Add IntlTimeZone::getWindowsID() and IntlTimeZone::getIDForWindowsID() to ext/intl

2016-04-18 Thread Trevor Suarez
I just wanted to personally thank Sara Golemon, and the PHP internals team, for being so incredibly approachable, open, and all-around awesome. The fact that a simple, informal tweet can turn into a core feature is incredible: https://twitter.com/trevorsuarez/status/709864419753377792 Thanks

Re: [PHP-DEV] Recap - Core functions throwing exceptions in PHP7

2015-08-19 Thread Trevor Suarez
Ah, I didn't realize this thread existed. I had just commented on the old one, but the point still stands: PHP 7.0 RC1 was just tagged. Shouldn't this be a relatively high priority to fix/decide so we don't end up with behavior that can't be fixed until PHP 8.0? On Mon, Aug 10, 2015 at 6:54 PM

Re: [PHP-DEV] Core functions throwing exceptions in PHP7

2015-08-19 Thread Trevor Suarez
PHP 7.0 RC1 was just tagged. Shouldn't this be a relatively high priority to fix/decide so we don't end up with behavior that can't be fixed until PHP 8.0? On Sat, Aug 1, 2015 at 6:16 PM Scott Arciszewski sc...@paragonie.com wrote: On Sat, Aug 1, 2015 at 6:37 AM, Nikita Popov

Re: [PHP-DEV] [RFC] Additional soft-reservations for PHP 7

2015-07-04 Thread Trevor Suarez
On Fri, Jul 3, 2015 at 12:24 PM Nikita Popov nikita@gmail.com wrote: Hi internals! In a previous thread on the topic [1] I promised to create an RFC for the soft-reservation of 'void', similar to a bunch of other reservations we have done for PHP 7. The RFC also includes 'enum' as an

Re: [PHP-DEV] What's our official stance on small self-contained additions in a micro version

2015-04-01 Thread Trevor Suarez
Damn Gmail... I just top-posted. I'm going to go away for a while now... On Wed, Apr 1, 2015 at 4:19 PM Trevor Suarez ric...@gmail.com wrote: Author of PR https://github.com/php/php-src/pull/1145 here. I'm really quite sorry. I didn't mean to create a mess here. I was just trying

Re: [PHP-DEV] What's our official stance on small self-contained additions in a micro version

2015-04-01 Thread Trevor Suarez
Author of PR https://github.com/php/php-src/pull/1145 here. I'm really quite sorry. I didn't mean to create a mess here. I was just trying to contribute. :/ Unfortunately, whether or not an RFC was necessary for an addition like this wasn't very clear. I'm an internals noob, so I simply tried to

Re: [PHP-DEV] [RFC][Accepted] Scalar Type Declarations V0.5

2015-03-16 Thread Trevor Suarez
On Mon, Mar 16, 2015 at 5:04 PM Anthony Ferrara ircmax...@gmail.com wrote: All, Voting has been closed on the scalar type declarations v0.5 RFC: https://wiki.php.net/rfc/scalar_type_hints_v5 At a final score of 108:48, it has been accepted for PHP 7. Thank you. Anthony -- PHP

Re: [PHP-DEV] Consistent function names

2015-03-04 Thread Trevor Suarez
... well that's a constructive way of going about it. I don't think Yasuo did anything harmful or rude in making his proposal. Regardless of how realistic the idea may be, I don't think its ever appropriate or constructive to tell someone to simply stop because something is just ridiculous. On

[PHP-DEV] [PR] DateTime::createFromImmutable() method

2015-03-04 Thread Trevor Suarez
Good morning internals! I would like to propose a small addition be made to the DateTime class. https://github.com/php/php-src/pull/1145 This is my first contribution to PHP's core, beyond documentation edits. I'm not sure on the formalities that need to be taken for something like this to be

Re: [PHP-DEV] Follow-up to STH user experience, this time with actual testing

2015-02-26 Thread Trevor Suarez
Thank you so much for taking the time to do this. Your explanations of a more real-world example are extremely valuable and provide a very strong hint at the effects that these RFC implementations may have, both in the short and long term. Seriously, very appreciated. On Thu, Feb 26, 2015 at

[PHP-DEV] Quick RFC Wiki change

2015-02-25 Thread Trevor Suarez
Hi internals, I was just browsing the RFC wiki page when I noticed a sub-section for PHP 5.7 under the Implemented section[1]. Considering that the PHP 5.7 version RFC was put to a vote and failed[2], I'm wondering why these items are still in this section. Should we move these 5.7 items to the

Re: [PHP-DEV] Re: [RFC] Exceptions in the engine

2015-02-19 Thread Trevor Suarez
I think that structure makes sense Dmitry. Though, just a bit on naming here (I know, its not a big deal, and naming is hard, haha): I think that naming the new parent exception something like Throwable or Catchable (as Nikita previously suggested) would be a bit more concise in meaning than

[PHP-DEV] [PR] DateTime RFC7231 constant

2014-10-30 Thread Trevor Suarez
Good early morning (late night for me) internals! I would like to propose a small addition be made to the DateTime date format constant definitions. https://github.com/php/php-src/pull/882 This is my first contribution to PHP's core. I wasn't sure if something of this nature would require an

Re: [PHP-DEV] Currently supported versions of PHP

2014-10-27 Thread Trevor Suarez
Great job on this Adam. You whipped this up pretty quickly and it looks good! On Mon Oct 27 2014 at 5:21:30 PM Adam Harvey ahar...@php.net wrote: On 27 October 2014 18:29, Sebastian Bergmann sebast...@php.net wrote: On 10/27/2014 10:45 AM, Peter Cowburn wrote: The closest we have, at the

Re: [PHP-DEV] Re: [VOTE] Abstract Syntax Tree

2014-08-25 Thread Trevor Suarez
If we're talking the plunge of putting exceptions into the core engine, wouldn't it make sense to convert most of the fatal errors (especially the catchable ones) to exceptions too? Most of them (except for out of memory, timeouts and such) don't really require the engine to shut down, as it

Re: [PHP-DEV] On BC and not being evil (Was: Re: [PHP-DEV] [RFC] Integer Semantics)

2014-08-21 Thread Trevor Suarez
. *Trevor Suarez* +Trevor Suarez https://plus.google.com/+TrevorSuarez @trevorsuarez https://twitter.com/trevorsuarez On Thu, Aug 21, 2014 at 2:17 PM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! And since you're targetting the next major release, BC isn't an issue. This sort of blanket