Home
last modified time | relevance | path

Searched refs:request (Results 1 – 12 of 12) sorted by relevance

/web-php/
H A Dmailing-lists.php66 $request = strtolower($_POST['action']); variable
67 if ($request != "subscribe" && $request != "unsubscribe") {
68 $request = "subscribe"; variable
76 "request" => $request,
H A DREADME.md39 Please keep this in mind before filing a pull request.
/web-php/js/
H A Dusernotes.js9 var request = $.ajax({
20 request.done(function(data) {
32 request.fail(function(jqXHR, textStatus) {
37 request.always(function(data) {
H A Dcommon.js588 var request = $.ajax({
601 request.done(function (data) {
619 request.fail(function (jqXHR, textStatus) {
628 request.always(function (data) {
/web-php/.github/
H A DCONTRIBUTING.md26 If your pull request exhibits conflicts with the base branch, please resolve
29 Fork the official www.php.net repository and send a pull request. A notification will be
30 sent to the pull request mailing list. Sending a note to [PHP php.net internal infrastructure discu…
/web-php/include/
H A Dlangchooser.inc25 stripped request URI (in case of a shortcut, the
H A Derrors.inc105 // 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',
/web-php/releases/
H A DNEWS_5_4_0_alpha1.txt89 . Eliminated unnecessary iterations during request startup/shutdown.
128 . Improved performance of FastCGI request parsing.
219 upon request.
H A DNEWS_5_4_0_beta2.txt45 . 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 line
718 . Implemented FR #54499 (FPM ping and status_path should handle HEAD request). (fat)
730 . Added custom access log (also added per request %CPU and memory
925 . Fixed bug #53434 (php-fpm slowlog now also logs the original request). (fat)
H A DNEWS_5_4_0_RC1.txt88 . 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 memory
3291 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 …]
H A DNEWS_5_4_0_beta1.txt215 . 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 memory
3195 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 …]
/web-php/releases/8.1/
H A Drelease.inc466 $httpClient->request('https://example.com/')
484 $response = $httpClient->request('https://example.com/');

Completed in 73 milliseconds