Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 25 of 40) sorted by path

12

/PHP-7.4/
H A DCODING_STANDARDS.md77 to survive between multiple requests.
H A DCONTRIBUTING.md14 * [Pull requests](#pull-requests)
16 * [Feature requests](#feature-requests)
29 ## Pull requests
31 PHP welcomes pull requests to [add tests](#writing-tests), fix bugs and to
41 Pull requests implementing RFCs should be submitted against `master`.
43 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as these
52 You can also add pull requests to [bug reports](https://bugs.php.net/).
67 ## Feature requests
69 Feature requests are generally submitted in the form of
71 accompanied by [pull requests](#pull-requests). You can find the extremely large
H A DNEWS1082 http requests). (Miguel Xavier Penha Neto)
1494 requests (cgi-fcgi)). (Nikita)
1925 requests (cgi-fcgi)). (Nikita)
H A DREADME.md117 Pull requests are not merged directly on GitHub. All PRs will be pulled and
H A Dphp.ini-development329 ; the request. Consider enabling it if executing long requests, which may end up
686 ; to proxy requests or to process the POST data in a memory efficient fashion.
1213 ; Timeout for network requests in seconds.
1246 ; for all pooled server requests with Oracle 11g Database Resident
1830 ; Check the cache checksum each N requests.
H A Dphp.ini-production329 ; the request. Consider enabling it if executing long requests, which may end up
686 ; to proxy requests or to process the POST data in a memory efficient fashion.
1213 ; Timeout for network requests in seconds.
1246 ; for all pooled server requests with Oracle 11g Database Resident
1830 ; Check the cache checksum each N requests.
/PHP-7.4/Zend/tests/
H A Dbug64720.phpt6 private static $requests;
8 if (!isset(self::$requests[1])) {
9 self::$requests[1] = new self();
11 return self::$requests[1];
15 unset(self::$requests[1]);
/PHP-7.4/docs/
H A Dmailinglist-rules.md36 are faced with a lot of requests. Make sure that you have done your
H A Dstreams.md302 it lasts across requests, or non-persistently so that it is freed at the end
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic8954 # Certificate requests
11405 # in Windows NT bit 0 is a dirty flag to request chkdsk at boot time. bit 1 requests surface scan t…
11478 # in Windows NT bit 0 is a dirty flag to request chkdsk at boot time. bit 1 requests surface scan t…
24723 # Type: Bazaar revision bundles and merge requests
H A Dmagic私はガラスを食べられます8954 # Certificate requests
11405 # in Windows NT bit 0 is a dirty flag to request chkdsk at boot time. bit 1 requests surface scan t…
11478 # in Windows NT bit 0 is a dirty flag to request chkdsk at boot time. bit 1 requests surface scan t…
24723 # Type: Bazaar revision bundles and merge requests
/PHP-7.4/ext/mysqli/tests/
H A Dconnect.inc24 …/* Development setting: test experimal features and/or feature requests that never worked before? …
/PHP-7.4/ext/snmp/tests/
H A Dsnmp_include.inc5 requests and 'private' community for write requests.
/PHP-7.4/ext/soap/
H A Dphp_sdl.c1138 if (ctx.sdl->requests == NULL) { in load_wsdl()
2359 if (sdl->requests) { in add_sdl_to_cache()
2360 i = zend_hash_num_elements(sdl->requests); in add_sdl_to_cache()
3087 if (sdl->requests) { in make_persistent_sdl()
3093 zend_hash_init(psdl->requests, zend_hash_num_elements(sdl->requests), NULL, NULL, 1); in make_persistent_sdl()
3151 if (tmp->requests) { in delete_psdl_int()
3152 zend_hash_destroy(tmp->requests); in delete_psdl_int()
3153 free(tmp->requests); in delete_psdl_int()
3417 if (tmp->requests) { in delete_sdl_impl()
3418 zend_hash_destroy(tmp->requests); in delete_sdl_impl()
[all …]
H A Dphp_sdl.h59 HashTable *requests; /* array of sdlFunction (references) */ member
H A Dsoap.c4516 …} else if (sdl->requests != NULL && (tmp = zend_hash_str_find_ptr(sdl->requests, str, len)) != NUL…
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug30045.phpt2 Bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)
/PHP-7.4/ext/standard/tests/http/
H A Dbug48929.phpt33 echo "-- Test: requests with 'header' as array --\n";
37 echo "-- Test: requests with 'header' as string --\n";
43 -- Test: requests with 'header' as array --
52 -- Test: requests with 'header' as string --
H A Dbug79265.phpt2 Bug #79265 (Improper injection of Host header when using fopen for http requests)
H A Dignore_errors.phpt42 echo "-- Test: requests without ignore_errors --\n";
46 echo "-- Test: requests with ignore_errors --\n";
50 echo "-- Test: requests with ignore_errors (2) --\n";
56 -- Test: requests without ignore_errors --
79 -- Test: requests with ignore_errors --
106 -- Test: requests with ignore_errors (2) --
H A Dserver.inc38 … is an array of files containing N responses for N expected requests. Server dies after N requests.
/PHP-7.4/ext/standard/tests/misc/
H A Dget_browser_variation3.phpt2155 Agent python-requests/2.11.1
2157 Agent python-requests/2.12.3
2159 Agent python-requests/2.2.1 CPython/2.7.6 Linux/3.13.0-24-generic
2161 Agent python-requests/2.2.1 CPython/3.4.3 Linux/3.13.0-96-generic
2163 Agent python-requests/2.4.3 CPython/3.4.2 Linux/3.16.0-4-amd64
H A Duser_agents.txt1071 python-requests/2.11.1
1072 python-requests/2.12.3
1073 python-requests/2.2.1 CPython/2.7.6 Linux/3.13.0-24-generic
1074 python-requests/2.2.1 CPython/3.4.3 Linux/3.13.0-96-generic
1075 python-requests/2.4.3 CPython/3.4.2 Linux/3.16.0-4-amd64
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1763 int requests = 0; local
2646 requests++;
2647 if (max_requests && (requests == max_requests)) {
/PHP-7.4/sapi/cli/tests/
H A Dbug68745.phpt2 Bug #68745 (Invalid HTTP requests make web server segfault)

Completed in 187 milliseconds

12