Lines Matching refs:request
88 . Fixed bug #55747 (request headers missed in $_SERVER). (Laruence)
311 . Eliminated unnecessary iterations during request startup/shutdown.
350 . Improved performance of FastCGI request parsing.
446 upon request.
483 HTTP POST request). (Hannes)
595 . Fixed bug #54924 (assert.* is not being reset upon request shutdown). (Ilia)
614 . Fixed bug #54137 (file_get_contents POST request sends additional line
763 . Implemented FR #54499 (FPM ping and status_path should handle HEAD request). (fat)
775 . Added custom access log (also added per request %CPU and memory
970 . Fixed bug #53434 (php-fpm slowlog now also logs the original request). (fat)
1282 . Fixed bug #52390 (mysqli_report() should be per-request setting). (Kalle)
1366 . Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy
1497 - Fixed bug #52162 (custom request header variables with numbers are removed).
1850 - Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to
1937 number of file uploads per-request to 20 by default, to prevent possible
2544 - Added ability to send user defined HTTP headers with SOAP request.
2970 - Fixed bug #45540 (stream_context_create creates bad http request). (Arnaud)
3273 - Fixed bug #45522 (FCGI_GET_VALUES request does not return supplied values).
3291 request). (Dmitry)
3292 - Fixed bug #45312 (Segmentation fault on second request for array functions).
3526 - Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 response). (Ilia)
3548 - Added ability to control memory consumption between request using
3840 - Fixed bug #41724 (libxml_get_last_error() - errors service request scope).
3895 - Fixed bug #41350 (my_thread_global_end() error during request shutdown on
3906 - Fixed bug #40419 (Trailing slash in CGI request does not work). (Dmitry)
3930 - Optimized out a couple of per-request syscalls. (Rasmus)
4110 - Implement feature request #40947, allow a single filter as argument
4158 - Fixed bug #40609 (Segfaults when using more than one SoapVar in a request).
4160 - Fixed bug #40606 (umask is not being restored when request is finished).
4175 - Fixed bug #40467 (Partial SOAP request sent when XSD sequence or choice
4283 - ext/bcmath initialization code is moved from request startup to module
4317 . implemented registry cache that prevent registry lookup on each request.
4549 - Fixed bug #38604 (Fixed request time leak inside foreach() when iterating
4680 - Optimized request shutdown sequence. Restoring ini directives now iterates
4688 are enabled on per-request basis. (Ilia)
4710 - Improved the error reporting in SOAP extension on request failure. (Ilia)
4850 - Fixed bug #38511, #38473, #38263 (Fixed session extension request shutdown
5038 request). (Tony)
5065 - Fixed bug #36630 (umask not reset at the end of the request). (Ilia)
5130 . Added the ability to retrieve the request message sent to the server.
5211 - Fixed bug #36908 (wsdl default value overrides value in soap request).
5591 - Added variable $_SERVER['REQUEST_TIME'] containing request start time.
5599 - Added SAPI hook to get the current request time. (Rasmus)
5692 - Implemented feature request #33452 (Year belonging to ISO week). (Derick)
5718 - Fixed Apache 2 regression with sub-request handling on non-linux systems.
6407 - Fixed bug #31055 (apache2filter: per request leak proportional to the full
6408 path of the request URI). (kameshj at fastmail dot fm)
6471 - Fixed bug #30994 (SOAP server unable to handle request with references).
6544 - Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
6583 - Fixed bug #29844 (SOAP doesn't return the result of a valid SOAP request).
6617 - Changed destructor mechanism so that destructors are called prior to request