Re: [PHP-DEV] add "scream" feature to core

2009-02-26 Thread Edward Z. Yang
So, my understanding of the shut-up operator was that it temporarily set error_reporting to zero, so you could define a custom error handler that would do the equivalent simply by not honoring error_reporting = 0. Something that would be more useful, and that I don't think is implementable in PHP,

Re: [PHP-DEV] add "scream" feature to core

2009-02-26 Thread Richard Quadling
2009/2/27 Ilia Alshanetsky : > Compile a shopping list? How frequently are you deploying PHP? ;-) Even if > you need to compile 4-5 PECL extensions its probably something you do only > every few months anyway. > We used to have PECL win32 binaries, I don't see them on windows.php.net, > but perhaps

Re: [PHP-DEV] add "scream" feature to core

2009-02-26 Thread Pierre Joye
On Fri, Feb 27, 2009 at 1:16 AM, Ilia Alshanetsky wrote: > Compile a shopping list? How frequently are you deploying PHP? ;-) Even if > you need to compile 4-5 PECL extensions its probably something you do only > every few months anyway. > We used to have PECL win32 binaries, I don't see them on w

Re: [PHP-DEV] add "scream" feature to core

2009-02-26 Thread Ilia Alshanetsky
Compile a shopping list? How frequently are you deploying PHP? ;-) Even if you need to compile 4-5 PECL extensions its probably something you do only every few months anyway. We used to have PECL win32 binaries, I don't see them on windows.php.net, but perhaps they are else where. Based on

Re: [PHP-DEV] add "scream" feature to core

2009-02-26 Thread Richard Quadling
2009/2/26 Ilia Alshanetsky : > While a very useful feature, I think people who need it definitely will have > the ability to run 2-3 commands that it takes to install a PECL extension. > > Ilia Alshanetsky > > > On 26-Feb-09, at 6:28 PM, Pierre Joye wrote: > >> Hi, >> >> What's about adding what sc

Re: [PHP-DEV] add "scream" feature to core

2009-02-26 Thread Ilia Alshanetsky
While a very useful feature, I think people who need it definitely will have the ability to run 2-3 commands that it takes to install a PECL extension. Ilia Alshanetsky On 26-Feb-09, at 6:28 PM, Pierre Joye wrote: Hi, What's about adding what screan (http://pecl.php.net/scream) to the st

[PHP-DEV] add "scream" feature to core

2009-02-26 Thread Pierre Joye
Hi, What's about adding what screan (http://pecl.php.net/scream) to the standard PHP? Everyone needs it and it should be possible to do that without having to install an extension. Comments/objections? Cheers -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Run