Home
last modified time | relevance | path

Searched refs:process (Results 76 – 100 of 103) sorted by relevance

12345

/PHP-5.6/ext/phar/tests/zip/
H A Dbzip2.phpt2 Phar: process bzip2-compressed zip entry
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt75 // i - add PID of the current process
76 …/ currently PHP is not multi-threaded, so it should be save to test for the PID of this PHP process
/PHP-5.6/ext/posix/tests/
H A Dposix_kill_variation1.phpt10 * Description: Send a signal to a process (POSIX.1, 3.3.2)
H A Dposix_kill_variation2.phpt10 * Description: Send a signal to a process (POSIX.1, 3.3.2)
/PHP-5.6/sapi/apache2handler/
H A Dsapi_apache2.c438 apr_pool_userdata_get(&data, userdata_key, s->process->pool); in php_apache_server_startup()
445 apr_pool_userdata_set((const void *)1, userdata_key, apr_pool_cleanup_null, s->process->pool); in php_apache_server_startup()
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY381 2006/08/15: [bug] OP_REPEAT_INC process in match_at().
754 fix OP_EXACT1_IC, OP_EXACTN_IC process.
767 fix OP_EXACT1_IC, OP_EXACTN_IC process.
892 fix OP_REPEAT_INC_NG process in match_at().
902 2004/09/25: [bug] fix OP_SEMI_END_BUF process in match_at() for
1093 optimization and compilation process.
1112 should finish matching process if find-condition
1611 2003/05/26: [tune] change OP_NULL_CHECK_END process in match_at().
1900 2002/12/21: [impl] **** rewrite all optimization process. ****
1952 2002/03/19: [bug] OP_CCLASS_MB_NOT process in matchAt() is wrong.
[all …]
/PHP-5.6/Zend/
H A DREADME.ZEND_VM104 Zend Engine II currently includes two executors during the build process, one
/PHP-5.6/sapi/apache2filter/
H A Dsapi_apache2.c611 apr_pool_userdata_get(&data, userdata_key, s->process->pool); in php_apache_server_startup()
619 apr_pool_cleanup_null, s->process->pool); in php_apache_server_startup()
/PHP-5.6/ext/opcache/
H A DREADME194 be enabled only as part of a debugging process.
200 be a problem with a process. After this time period has passed, the
/PHP-5.6/ext/sockets/tests/
H A Dsocket_strerror.phpt28 string(15) "No such process"
/PHP-5.6/
H A DREADME.GIT-RULES128 For further information on the process and further details please refer to
H A DINSTALL75 executable of PHP to process all PHP file requests on the server.
119 process.
127 with a compile and configure process, or through various pre-packaged
128 methods. This documentation is mainly focused around the process of
153 The initial PHP setup and configuration process is controlled by the
559 environment for the spawned processes. PHP will kill a child process
570 Lighttpd provides a program called spawn-fcgi to ease the process of
751 requests are running in the same process space (the space of the web
762 Answer: This is because you started the web server process from the
1831 16. Is PHP limited to process GET and POST request methods only?
[all …]
H A DREADME.PARAMETER_PARSING_API38 part of the conversion process.
H A Dphp.ini-development652 ; to proxy requests or to process the POST data in a memory efficient fashion.
993 ;the available process stack and eventually crash PHP (due to reaching the
1292 ; process. Using -1 means no limit.
1296 ; Connection: The maximum number of seconds a process is allowed to
1443 ; does not overwrite the process's umask.
1497 ; Defines the probability that the 'garbage collection' process is started
1509 ; Defines the probability that the 'garbage collection' process is started on every
1524 ; cleaned up by the garbage collection process.
H A Dphp.ini-production652 ; to proxy requests or to process the POST data in a memory efficient fashion.
993 ;the available process stack and eventually crash PHP (due to reaching the
1292 ; process. Using -1 means no limit.
1296 ; Connection: The maximum number of seconds a process is allowed to
1443 ; does not overwrite the process's umask.
1497 ; Defines the probability that the 'garbage collection' process is started
1509 ; Defines the probability that the 'garbage collection' process is started on every
1524 ; cleaned up by the garbage collection process.
H A D.gdbinit7 call ts_resource_ex while no process is running,
H A Dconfigure.in1659 | process, you are bound by the terms of this license agreement. |
1661 | the installation process at this point. |
H A DNEWS2957 . Added validation of class names in the autoload process. (Dmitry)
4897 called only once per process). (Hannes)
5550 . Added process.max to control the number of process FPM can fork. FR #55166.
5556 . Implemented FR #52569 (Add the "ondemand" process-manager
6174 . Added custom process title for FPM. (fat)
7249 - Fixed bug #27051 (Impersonation with FastCGI does not exec process as
7841 - Fixed bug #45786 (FastCGI process exited unexpectedly). (Dmitry)
8893 to be passed to process). (Jani)
9293 - Fixed bug #39322 (proc_terminate() destroys process resource). (Nuno)
9808 requests are handled by main process itself)
[all …]
/PHP-5.6/ext/pcre/pcrelib/
H A DNEWS103 matching process.
283 process has been improved, and an option to make a partial match override a
284 full match is available. The "study" process has been enhanced by finding a
H A DREADME167 make install" (autotools) process.
303 during a matching process. This also has a default of ten million, which is
370 the build process implements a code coverage report for the test suite. The
550 "configure" process.
/PHP-5.6/ext/ftp/tests/
H A Dserver.inc350 //the data connection is handled in another forked process
/PHP-5.6/win32/
H A Dinstall.txt76 executable of PHP to process all PHP file requests on the server.
286 option is to set the PHPRC environment variable. This process is
791 requests are running in the same process space (the space of the web
800 Answer: This is because you started the web server process from the
1452 17. Is PHP limited to process GET and POST request methods only?
1559 This example will explain the process of adding support for the popular
1790 17. Is PHP limited to process GET and POST request methods only?
/PHP-5.6/ext/standard/
H A Dconfig.m4354 dnl Check if there is a support means of creating a new process
H A Dbasic_functions.c1860 ZEND_ARG_INFO(0, process)
1865 ZEND_ARG_INFO(0, process)
1869 ZEND_ARG_INFO(0, process)
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt42 character strings (including UTF-16 strings). The build process allows
48 strings). The build process allows any combination of the 8-, 16- and
938 The Autotools PCRE building process uses libtool to build both shared
990 UTF support allows the libraries to process character codepoints up to
1093 process truly enormous patterns, so it is possible to compile PCRE to
2289 that process patterns from external sources. The combination of
3080 ally studied) in the same process that calls pcre_exec(). However, it
3216 compiled and matched in the same process, this field should never be
3353 of a match, in order to speed up the process. For example, if it is
7048 matching process.
[all …]

Completed in 168 milliseconds

12345