Home
last modified time | relevance | path

Searched refs:request (Results 126 – 150 of 157) sorted by relevance

1234567

/PHP-5.5/ext/oci8/tests/
H A Dextauth_02.phpt6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dbug43497.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dbug43497_92.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
/PHP-5.5/
H A DREADME.MAILINGLIST_RULES45 into the request.
H A Dphp.ini-development319 ; If enabled, the request will be allowed to complete even if the user aborts
320 ; the request. Consider enabling it if executing long requests, which may end up
374 ; Maximum amount of time each script may spend parsing request data. It's a good
621 ; http://php.net/request-order
738 ; every request. PHP's default behavior is to disable this feature.
759 ; security context that the request runs under. mod_fastcgi under Apache
794 ; Maximum number of files that can be uploaded via a single request
1415 ; Initialize session on request startup.
1444 ; the gc will run on any give request.
1456 ; the gc will run on any give request. Increasing this value to 1000 will give you
[all …]
H A Dphp.ini-production319 ; If enabled, the request will be allowed to complete even if the user aborts
320 ; the request. Consider enabling it if executing long requests, which may end up
374 ; Maximum amount of time each script may spend parsing request data. It's a good
621 ; http://php.net/request-order
738 ; every request. PHP's default behavior is to disable this feature.
759 ; security context that the request runs under. mod_fastcgi under Apache
794 ; Maximum number of files that can be uploaded via a single request
1415 ; Initialize session on request startup.
1444 ; the gc will run on any give request.
1456 ; the gc will run on any give request. Increasing this value to 1000 will give you
[all …]
H A DNEWS809 . Fixed request #68458 (Change pm.start_servers default warning to
813 . Fixed request #68391 (php-fpm conf files loading order).
3353 . Improved performance of FastCGI request parsing.
3493 upon request.
3809 HTTP POST request). (Hannes)
6790 request). (Dmitry)
7429 - Optimized out a couple of per-request syscalls. (Rasmus)
8187 are enabled on per-request basis. (Ilia)
8537 request). (Tony)
9098 - Added SAPI hook to get the current request time. (Rasmus)
[all …]
H A DREADME.STREAMS220 can_cast tells you if the stream can be forced into the form you request.
279 of a request (it uses pemalloc),
H A DCODING_STANDARDS75 end of a request. They also provide useful allocation and overflow
H A DINSTALL1831 16. Is PHP limited to process GET and POST request methods only?
1846 each request to play in, further weaknesses are introduced into
2112 Is PHP limited to process GET and POST request methods only?
2113 No, it is possible to handle any request method, e.g. CONNECT.
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_variation3.phpt22 // Some of the parameters actually passed to charset will request to use
H A Diconv_mime_decode_headers_variation3.phpt21 // Some of the parameters actually passed to charset will request to use
/PHP-5.5/ext/soap/
H A Dsoap.c360 ZEND_ARG_INFO(0, request)
2566 xmlDocDumpMemory(request, (xmlChar**)&buf, &buf_size);
2641 xmlDocPtr request = NULL; local
2725request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve…
2726 …ret = do_request(this_ptr, request, location, fnb->soapAction, soap_version, one_way, &response TS…
2729 … ret = do_request(this_ptr, request, location, NULL, soap_version, one_way, &response TSRMLS_CC);
2732 xmlFreeDoc(request);
2763request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_v…
2774 ret = do_request(this_ptr, request, location, action.c, soap_version, 0, &response TSRMLS_CC);
2777 xmlFreeDoc(request);
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c864 mysqlnd_stmt_execute_generate_request(MYSQLND_STMT * const s, zend_uchar ** request, size_t *reques… in mysqlnd_stmt_execute_generate_request() argument
891 *request = cmd_buffer; in mysqlnd_stmt_execute_generate_request()
H A Dmysqlnd_ps.c40 …qlnd_stmt_execute_generate_request(MYSQLND_STMT * const s, zend_uchar ** request, size_t *request_…
588 zend_uchar *request = NULL; in MYSQLND_METHOD() local
678 ret = s->m->generate_execute_request(s, &request, &request_len, &free_request TSRMLS_CC); in MYSQLND_METHOD()
681 ret = stmt->conn->m->simple_command(stmt->conn, COM_STMT_EXECUTE, request, request_len, in MYSQLND_METHOD()
689 mnd_efree(request); in MYSQLND_METHOD()
H A Dmysqlnd_structs.h751 …nd_stmt__generate_execute_request)(MYSQLND_STMT * const s, zend_uchar ** request, size_t *request_…
/PHP-5.5/Zend/RFCs/
H A D001.txt124 will also be possible to request that the engine will emit an E_NOTICE
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt48 # You can modify some entries in php.ini request specific by adding it to the Service
/PHP-5.5/ext/phar/
H A DTODO68 unknown, the callback should return the original request uri [Greg]
/PHP-5.5/ext/standard/tests/file/
H A Dfread_basic.phpt77 $data_from_file=fread($file_handle, 1030);// request for 6 bytes more than its size
89 $data_from_file=fread($file_handle, 1000);// request for 24 bytes less than its size
/PHP-5.5/ext/pgsql/
H A DREADME98 server. This function is useful when user request time consuming query
/PHP-5.5/ext/opcache/
H A DREADME108 once per request. "0" means always validate)
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37083.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-5.5/win32/
H A Dinstall.txt1461 17. Is PHP limited to process GET and POST request methods only?
1476 request to play in, feet of clay are introduced into PHP's system.
1799 17. Is PHP limited to process GET and POST request methods only?
1801 No, it is possible to handle any request method, e.g. CONNECT. Proper
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch645 /* Ok, the request has been parsed. Now we resolve stuff that
1928 /* Do we have a complete request yet? */

Completed in 112 milliseconds

1234567