Lines Matching refs:request
215 . Eliminated unnecessary iterations during request startup/shutdown.
254 . Improved performance of FastCGI request parsing.
350 upon request.
387 HTTP POST request). (Hannes)
499 . Fixed bug #54924 (assert.* is not being reset upon request shutdown). (Ilia)
518 . Fixed bug #54137 (file_get_contents POST request sends additional line
667 . Implemented FR #54499 (FPM ping and status_path should handle HEAD request). (fat)
679 . Added custom access log (also added per request %CPU and memory
874 . Fixed bug #53434 (php-fpm slowlog now also logs the original request). (fat)
1186 . Fixed bug #52390 (mysqli_report() should be per-request setting). (Kalle)
1270 . Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy
1401 - Fixed bug #52162 (custom request header variables with numbers are removed).
1754 - Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to
1841 number of file uploads per-request to 20 by default, to prevent possible
2448 - Added ability to send user defined HTTP headers with SOAP request.
2874 - Fixed bug #45540 (stream_context_create creates bad http request). (Arnaud)
3177 - Fixed bug #45522 (FCGI_GET_VALUES request does not return supplied values).
3195 request). (Dmitry)
3196 - Fixed bug #45312 (Segmentation fault on second request for array functions).
3430 - Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 response). (Ilia)
3452 - Added ability to control memory consumption between request using
3744 - Fixed bug #41724 (libxml_get_last_error() - errors service request scope).
3799 - Fixed bug #41350 (my_thread_global_end() error during request shutdown on
3810 - Fixed bug #40419 (Trailing slash in CGI request does not work). (Dmitry)
3834 - Optimized out a couple of per-request syscalls. (Rasmus)
4014 - Implement feature request #40947, allow a single filter as argument
4062 - Fixed bug #40609 (Segfaults when using more than one SoapVar in a request).
4064 - Fixed bug #40606 (umask is not being restored when request is finished).
4079 - Fixed bug #40467 (Partial SOAP request sent when XSD sequence or choice
4187 - ext/bcmath initialization code is moved from request startup to module
4221 . implemented registry cache that prevent registry lookup on each request.
4453 - Fixed bug #38604 (Fixed request time leak inside foreach() when iterating
4584 - Optimized request shutdown sequence. Restoring ini directives now iterates
4592 are enabled on per-request basis. (Ilia)
4614 - Improved the error reporting in SOAP extension on request failure. (Ilia)
4754 - Fixed bug #38511, #38473, #38263 (Fixed session extension request shutdown
4942 request). (Tony)
4969 - Fixed bug #36630 (umask not reset at the end of the request). (Ilia)
5034 . Added the ability to retrieve the request message sent to the server.
5115 - Fixed bug #36908 (wsdl default value overrides value in soap request).
5495 - Added variable $_SERVER['REQUEST_TIME'] containing request start time.
5503 - Added SAPI hook to get the current request time. (Rasmus)
5596 - Implemented feature request #33452 (Year belonging to ISO week). (Derick)
5622 - Fixed Apache 2 regression with sub-request handling on non-linux systems.
6311 - Fixed bug #31055 (apache2filter: per request leak proportional to the full
6312 path of the request URI). (kameshj at fastmail dot fm)
6375 - Fixed bug #30994 (SOAP server unable to handle request with references).
6448 - Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
6487 - Fixed bug #29844 (SOAP doesn't return the result of a valid SOAP request).
6521 - Changed destructor mechanism so that destructors are called prior to request