Searched refs:request (Results 1 – 12 of 12) sorted by relevance
66 $request = strtolower($_POST['action']); variable67 if ($request != "subscribe" && $request != "unsubscribe") {68 $request = "subscribe"; variable76 "request" => $request,
39 Please keep this in mind before filing a pull request.
9 var request = $.ajax({20 request.done(function(data) {32 request.fail(function(jqXHR, textStatus) {37 request.always(function(data) {
588 var request = $.ajax({601 request.done(function (data) {619 request.fail(function (jqXHR, textStatus) {628 request.always(function (data) {
26 If your pull request exhibits conflicts with the base branch, please resolve29 Fork the official www.php.net repository and send a pull request. A notification will be30 sent to the pull request mailing list. Sending a note to [PHP php.net internal infrastructure discu…
25 stripped request URI (in case of a shortcut, the
105 // Only respond with HTTP/1.0 for a 1.0 request specifically.178 'request-order' => 'ini.core.php#ini.request-order',351 '-request' => 'reserved.variables.request.php',454 'request' => 'reserved.variables.request.php',
89 . Eliminated unnecessary iterations during request startup/shutdown.128 . Improved performance of FastCGI request parsing.219 upon request.
45 . Fixed bug #55747 (request headers missed in $_SERVER). (Laruence)266 . Eliminated unnecessary iterations during request startup/shutdown.305 . Improved performance of FastCGI request parsing.401 upon request.438 HTTP POST request). (Hannes)550 . Fixed bug #54924 (assert.* is not being reset upon request shutdown). (Ilia)569 . Fixed bug #54137 (file_get_contents POST request sends additional line718 . Implemented FR #54499 (FPM ping and status_path should handle HEAD request). (fat)730 . Added custom access log (also added per request %CPU and memory925 . Fixed bug #53434 (php-fpm slowlog now also logs the original request). (fat)
88 . Fixed bug #55747 (request headers missed in $_SERVER). (Laruence)350 . Improved performance of FastCGI request parsing.446 upon request.483 HTTP POST request). (Hannes)775 . Added custom access log (also added per request %CPU and memory3291 request). (Dmitry)3930 - Optimized out a couple of per-request syscalls. (Rasmus)4688 are enabled on per-request basis. (Ilia)5038 request). (Tony)5599 - Added SAPI hook to get the current request time. (Rasmus)[all …]
215 . Eliminated unnecessary iterations during request startup/shutdown.254 . Improved performance of FastCGI request parsing.350 upon request.387 HTTP POST request). (Hannes)679 . Added custom access log (also added per request %CPU and memory3195 request). (Dmitry)3834 - Optimized out a couple of per-request syscalls. (Rasmus)4592 are enabled on per-request basis. (Ilia)4942 request). (Tony)5503 - Added SAPI hook to get the current request time. (Rasmus)[all …]
466 $httpClient->request('https://example.com/')484 $response = $httpClient->request('https://example.com/');
Completed in 73 milliseconds