Lines Matching refs:request

582   . Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
809 . Fixed request #68458 (Change pm.start_servers default warning to
813 . Fixed request #68391 (php-fpm conf files loading order).
2629 . Fixed bug #62887 (Only /status?plain&full gives "last request cpu"). (fat)
2736 . Merged PR 121 by minitux to add support for slow request counting on PHP
3221 . Eliminated unnecessary iterations during request startup/shutdown.
3353 . Improved performance of FastCGI request parsing.
3359 . Fixed bug #60659 (FPM does not clear auth_user on request accept).
3493 upon request.
3809 HTTP POST request). (Hannes)
3960 . Fixed bug #60659 (FPM does not clear auth_user on request accept).
4094 . Fixed bug #54924 (assert.* is not being reset upon request shutdown). (Ilia)
4113 . Fixed bug #54137 (file_get_contents POST request sends additional line
4262 . Implemented FR #54499 (FPM ping and status_path should handle HEAD request). (fat)
4274 . Added custom access log (also added per request %CPU and memory
4469 . Fixed bug #53434 (php-fpm slowlog now also logs the original request). (fat)
4781 . Fixed bug #52390 (mysqli_report() should be per-request setting). (Kalle)
4865 . Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy
4996 - Fixed bug #52162 (custom request header variables with numbers are removed).
5349 - Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to
5436 number of file uploads per-request to 20 by default, to prevent possible
6043 - Added ability to send user defined HTTP headers with SOAP request.
6469 - Fixed bug #45540 (stream_context_create creates bad http request). (Arnaud)
6772 - Fixed bug #45522 (FCGI_GET_VALUES request does not return supplied values).
6790 request). (Dmitry)
6791 - Fixed bug #45312 (Segmentation fault on second request for array functions).
7025 - Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 response). (Ilia)
7047 - Added ability to control memory consumption between request using
7339 - Fixed bug #41724 (libxml_get_last_error() - errors service request scope).
7394 - Fixed bug #41350 (my_thread_global_end() error during request shutdown on
7405 - Fixed bug #40419 (Trailing slash in CGI request does not work). (Dmitry)
7429 - Optimized out a couple of per-request syscalls. (Rasmus)
7609 - Implement feature request #40947, allow a single filter as argument
7657 - Fixed bug #40609 (Segfaults when using more than one SoapVar in a request).
7659 - Fixed bug #40606 (umask is not being restored when request is finished).
7674 - Fixed bug #40467 (Partial SOAP request sent when XSD sequence or choice
7782 - ext/bcmath initialization code is moved from request startup to module
7816 . implemented registry cache that prevent registry lookup on each request.
8048 - Fixed bug #38604 (Fixed request time leak inside foreach() when iterating
8179 - Optimized request shutdown sequence. Restoring ini directives now iterates
8187 are enabled on per-request basis. (Ilia)
8209 - Improved the error reporting in SOAP extension on request failure. (Ilia)
8349 - Fixed bug #38511, #38473, #38263 (Fixed session extension request shutdown
8537 request). (Tony)
8564 - Fixed bug #36630 (umask not reset at the end of the request). (Ilia)
8629 . Added the ability to retrieve the request message sent to the server.
8710 - Fixed bug #36908 (wsdl default value overrides value in soap request).
9090 - Added variable $_SERVER['REQUEST_TIME'] containing request start time.
9098 - Added SAPI hook to get the current request time. (Rasmus)
9191 - Implemented feature request #33452 (Year belonging to ISO week). (Derick)
9217 - Fixed Apache 2 regression with sub-request handling on non-linux systems.
9906 - Fixed bug #31055 (apache2filter: per request leak proportional to the full
9907 path of the request URI). (kameshj at fastmail dot fm)
9970 - Fixed bug #30994 (SOAP server unable to handle request with references).
10043 - Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
10082 - Fixed bug #29844 (SOAP doesn't return the result of a valid SOAP request).
10116 - Changed destructor mechanism so that destructors are called prior to request