2016-03-28 11:19 GMT-05:00 Dan Ackroyd :
> On 28 March 2016 at 02:57, Grzegorz Zdanowski wrote:
>> by „gone away“
>> I mean some underlying error like forceful close of FD and not a
>> standard disconnection
>> of the client.
>
> What problem exactly are you t
Hello!
During refactoring of one of my server projects written in PHP I was
curious what PHP
will do if one of FDs given to stream_select() will gone away. Of
course by „gone away“
I mean some underlying error like forceful close of FD and not a
standard disconnection
of the client.
I did some te
precating @ operator I think we should make a RFC which cover
unified setting to convert all E_* to exceptions (like
PhpWarningException). I know it's just a temporary solution, because
exception should be more specific, but it's a huge amount of work to
replace all errors and warnings with proper exceptions.
Of course it's possible to convert all errors and warnings to
exceptions using set_error_handler(), but it will be next boilerplate
code for all apps.
--
Cheers,
Grzegorz Zdanowski.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
ting, but in
this case I’m little puzzled what to do next.
Travis-CI build which segfaults can be found here:
https://travis-ci.org/kiler129/CherryHttp/jobs/99736122
--
Best regards.
Grzegorz Zdanowski
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
is going to make current situation worse.
I know users should not use names starting with __, but in reality I see them
almost everyday. I even seen __SESSION_INTERNAL__ used once.
—
Grzegorz Zdanowski
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
2015-12-16 19:20 GMT+01:00 Anatol belski :
>
> Hi,
>
> > -Original Message-
> >
> > For some reason Litespeed 6.9 is committed to the 7.0 branch as Litespeed
> 6.9,
> > but the bugfix is not included?
> >
> > https://github.com/php/php-src/blob/PHP-
> > 7.0/sapi/litespeed/lsapi_main.c#L604