Home
last modified time | relevance | path

Searched refs:request (Results 1 – 25 of 157) sorted by path

1234567

/PHP-5.5/
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.
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.EXTENSIONS20 PHP_RINIT(foo), /* per-request startup function */
21 PHP_RSHUTDOWN(foo), /* per-request shutdown function */
37 PHP_RINIT(foo), /* per-request startup function */
38 PHP_RSHUTDOWN(foo), /* per-request shutdown function */
H A DREADME.MAILINGLIST_RULES45 into the request.
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 DREADME.SUBMITTING_PATCH53 The preferred way to propose PHP patch is sending pull request from
58 Fork the official PHP repository and send a pull request. A
59 notification will be sent to the pull request mailing list. Sending a
H A DREADME.TESTING2106 this section is used to build the url used in an HTTP request. Valid values
108 SCRIPT_NAME The inital part of the request url
109 PATH_INFO The pathinfo part of a request url
120 in an HTTP request, such as content type for multipart posts, cookies, etc.
130 received back from a request, and is checked in addition to the
/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/Zend/
H A DZEND_CHANGES432 which should be run on request shutdown.
/PHP-5.5/Zend/tests/
H A Dgc_025.phpt2 GC 025: Automatic GC on request shutdown
H A Dgc_026.phpt2 GC 026: Automatic GC on request shutdown (GC enabled at run-time)
/PHP-5.5/ext/date/tests/
H A Dbug21399.phpt2 Bug #21399 (strtotime() request for "YYYYMMDDhhmmss [ZZZ]")
H A Dbug26694.phpt2 Bug #26694 (strtotime() request for "Sun, 21 Dec 2003 20:38:33 +0000 GMT")
/PHP-5.5/ext/enchant/tests/
H A Dbroker_request_dict.phpt21 echo "fail to request " . $dicts[0]['lang_tag'];
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic7063 # in Windows NT bit 0 is a dirty flag to request chkdsk at boot time. bit 1 requests surface scan t…
16705 0 string -----BEGIN\ CERTIFICATE\ REQ PEM certificate request
/PHP-5.5/ext/ftp/tests/
H A Dftp_fget_basic.phpt30 //test non-existent file request
H A Dftp_get_basic.phpt30 //test non-existent file request
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation3.phpt21 // Some of the parameters actually passed to charset will request to use
H A Diconv_mime_decode_variation3.phpt22 // Some of the parameters actually passed to charset will request to use
/PHP-5.5/ext/mysqlnd/
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_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_structs.h751 …nd_stmt__generate_execute_request)(MYSQLND_STMT * const s, zend_uchar ** request, size_t *request_…
/PHP-5.5/ext/oci8/tests/
H A Dbug42496_1.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dbug42496_2.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');

Completed in 229 milliseconds

1234567