Searched refs:keep (Results 1 – 25 of 34) sorted by relevance
12
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fastcgi.c | 505 req->keep = 0; in fcgi_read_request() 576 req->keep = 0; in fcgi_read_request() 581 req->keep = 0; in fcgi_read_request() 587 req->keep = 0; in fcgi_read_request() 603 req->keep = 0; in fcgi_read_request() 608 req->keep = 0; in fcgi_read_request() 651 req->keep = 0; in fcgi_read_request() 675 req->keep = 0; in fcgi_read() 691 req->keep = 0; in fcgi_read() 945 req->keep = 0; [all …]
|
H A D | fastcgi.h | 101 int keep; member
|
/PHP-5.3/sapi/cgi/ |
H A D | fastcgi.c | 672 req->keep = 0; in fcgi_read_request() 743 req->keep = 0; in fcgi_read_request() 748 req->keep = 0; in fcgi_read_request() 754 req->keep = 0; in fcgi_read_request() 770 req->keep = 0; in fcgi_read_request() 775 req->keep = 0; in fcgi_read_request() 818 req->keep = 0; in fcgi_read_request() 842 req->keep = 0; in fcgi_read() 858 req->keep = 0; in fcgi_read() 1103 req->keep = 0; [all …]
|
H A D | fastcgi.h | 101 int keep; member
|
/PHP-5.3/tests/classes/ |
H A D | ctor_in_interface_01.phpt | 2 ZE2 A class constructor must keep the signature of an interface
|
H A D | ctor_in_interface_03.phpt | 2 ZE2 A class constructor must keep the signature of base class interfaces
|
H A D | ctor_in_interface_04.phpt | 2 ZE2 A class constructor must keep the signature of base class interfaces
|
H A D | ctor_in_interface_02.phpt | 2 ZE2 A class constructor must keep the signature of all interfaces
|
/PHP-5.3/ext/spl/examples/ |
H A D | recursivecomparedualiterator.inc | 19 /** Used to keep end of recursion equality. That is en leaving a nesting
|
/PHP-5.3/ |
H A D | README.GIT-RULES | 83 5. In your commit messages, keep each line shorter than 80 characters. And 113 When you change the NEWS file for a bug fix, then please keep the bugs
|
H A D | README.MAILINGLIST_RULES | 51 7. Please configure your email client to use a real name and keep message
|
H A D | TODO | 50 ftp and http/1.1 (using keep-alive) to avoid having to negotiate
|
H A D | README.TESTING | 108 If you like to keep up to speed, with latest developments and quality
|
H A D | CODING_STANDARDS | 247 And yes, please keep the prototype on a single line, even if that line
|
H A D | README.RELEASE_PROCESS | 106 can make sure their projects keep working. Make sure that you have been setup
|
H A D | README.REDIST.BINS | 77 it if you give credit where it is due and keep your modifications in
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | setlocale_variation2.phpt | 58 // try n set each locale using setlocale() and keep track failures, if any
|
/PHP-5.3/ext/sysvsem/tests/ |
H A D | sysv.phpt | 98 * semaphores in effect, to keep state information.
|
/PHP-5.3/ext/spl/internal/ |
H A D | splfileobject.inc | 173 * @param $allowable_tags tags to keep in the string
|
/PHP-5.3/ext/phar/ |
H A D | TODO | 39 This allows to have the installed files and the archive keep the same
|
H A D | phar.c | 39 zend_bool keep = *(zend_bool *)argument; in phar_set_writeable_bit() local 43 phar->is_writeable = !keep; in phar_set_writeable_bit()
|
/PHP-5.3/sapi/thttpd/ |
H A D | thttpd_patch | 49 +** on a keep-alive connection. Should be simiar to LINGER_TIME 361 + smart_str_appends(&s, "Connection: keep-alive\r\n\r\n" ); 609 if ( strcasecmp( cp, "keep-alive" ) == 0 ) 628 - /* If the client wants to do keep-alives, it might also be doing 630 - ** implement keep-alives yet, if we close such a connection there 634 + ** Disable keep alive support for bad browsers,
|
/PHP-5.3/sapi/fpm/ |
H A D | php-fpm.conf.in | 87 ; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging.
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | HACKING | 134 settings. The runtime functions do not need to keep track of an options state
|
/PHP-5.3/ext/mbstring/libmbfl/ |
H A D | LICENSE | 153 appropriate copyright notice and disclaimer of warranty; keep intact
|
Completed in 51 milliseconds
12