Popular repositories
- php-uv
-
http-websocket
PHP 2
- phpdbg-docs
-
preprocessor
A little (nearly) C-like preprocessor for php
C 1
-
php-src
Forked from php/php-src
The PHP Interpreter
-
Auryn
Forked from rdlowrey/auryn
IoC Dependency Injector
PHP 1
607 contributions in the last year
Contribution activity
August 2017
bwoebi has no activity yet for this period.
July 2017
Created a pull request in php/php-src
that received 17
comments
Avoid triggering SIGPIPE after stream_socket_shutdown(SHUT_WR) of a SSL stream
Let $sock be a SSL stream, then stream_socket_shutdown($sock, STREAM_SHUT_WR); fclose($sock); shall not trigger a SIGPIPE. SSL_shutdown() is called…