/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_pconn_conn_multiple.phpt | 24 …printf("[002] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_… 33 …printf("[005] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $… 49 …printf("[008] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_… 58 …printf("[011] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $… 86 …printf("[017] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_… 95 …printf("[020] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $… 111 …printf("[023] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_… 120 …printf("[026] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
|
H A D | mysqli_connect_twice.phpt | 18 …printf("[002] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_… 27 …printf("[005] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $… 43 …printf("[008] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_… 52 …printf("[011] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
|
H A D | mysqli_change_user_get_lock.phpt | 32 printf("... lock '%s' acquired by thread %d\n", $lock, $thread_id); 45 printf("... calling IS_USED_LOCK() on '%s' using thread '%d'\n", $lock, $new_thread_id); 57 printf("... calling IS_FREE_LOCK() on '%s' using thread '%d'\n", $lock, $new_thread_id); 82 …printf("... calling IS_USED_LOCK() on '%s' using new connection with thread '%d'\n", $newlock, $ne… 102 ... lock 'phptest_%d' acquired by thread %d 103 ... calling IS_USED_LOCK() on 'phptest_%d' using thread '%d' 104 ... calling IS_FREE_LOCK() on 'phptest_%d' using thread '%d' 105 ... calling IS_USED_LOCK() on 'phptest_%d' using new connection with thread '%d'
|
H A D | mysqli_poll.phpt | 90 printf("[%03d + 6] Rejecting thread %d: %d/%s\n", 141 [012 + 6] Rejecting thread %d: 0/ 142 [013 + 6] Rejecting thread %d: 0/ 143 [014 + 6] Rejecting thread %d: 0/ 144 [014 + 6] Rejecting thread %d: 0/ 145 [015 + 6] Rejecting thread %d: 0/ 146 [015 + 6] Rejecting thread %d: 0/ 147 [016 + 6] Rejecting thread %d: 0/
|
H A D | mysqli_poll_kill.phpt | 77 printf("[010] Rejected thread %d should have rejected thread %d\n", 102 printf("[012] Error on thread %d: %s/%s\n", 117 printf("[014] Rejecting thread %d: %s/%s\n", 127 printf("Fetching from thread %d...\n", mysqli_thread_id($mysqli)); 192 Fetching from thread %d...
|
H A D | mysqli_pconn_kill.phpt | 23 // get the thread ids of the two connections... 39 …printf("[004] Cannot find thread id of the regular link, [%d] %s\n", mysqli_errno($link), mysqli_e… 42 …printf("[005] Cannot find thread id of the persistent link, [%d] %s\n", mysqli_errno($link), mysql…
|
H A D | mysqli_pconn_twice.phpt | 26 /* it is undefined which pooled connection we get - thread ids may differ */ 45 /* it is undefined which pooled connection we get - thread ids may differ */
|
H A D | mysqli_thread_id.phpt | 28 // should work if the thread id is correct
|
H A D | mysqli_reap_async_query.phpt | 66 printf("[%03d + 6] Rejecting thread %d: %d/%s\n",
|
/PHP-5.6/ext/readline/ |
H A D | php_readline.h | 26 #warning Readline module will *NEVER* be thread-safe
|
/PHP-5.6/ext/posix/ |
H A D | config.m4 | 30 AC_MSG_RESULT([no, posix_ttyname() will be thread-unsafe]) 32 …no, cannot detect working ttyname_r() when cross compiling. posix_ttyname() will be thread-unsafe])
|
/PHP-5.6/ext/mysql/tests/ |
H A D | bug48754.phpt | 31 echo 'Expect same thread id for $link and default conn: '; 44 echo 'Expect same thread id for $link and default conn but not the previous: '; 73 Expect same thread id for $link and default conn: bool(true) 82 Expect same thread id for $link and default conn but not the previous: bool(true)
|
H A D | mysql_pconn_kill.phpt | 40 …printf("[003] Cannot find regular connection thread in process list, [%d] %s\n", mysql_errno($link… 42 …printf("[004] Cannot find persistent connection thread in process list, [%d] %s\n", mysql_errno($l… 45 …printf("[005] Cannot kill persistent connection thread, [%d] %s\n", mysql_errno($link), mysql_erro… 63 …printf("[007] Cannot find regular connection thread in process list, [%d] %s\n", mysql_errno($link… 86 …printf("[013] Cannot kill regular connection thread, [%d] %s\n", mysql_errno($link2), mysql_error(…
|
/PHP-5.6/ |
H A D | README.MAILINGLIST_RULES | 47 6. If you are posting to an existing thread, make sure that you know what 49 thread is already. 63 2. Consider taking a step back from a very active thread now and then. Maybe 71 create an entirely new thread copying anything you wish to quote into the 72 new thread.
|
/PHP-5.6/sapi/milter/ |
H A D | php_milter.h | 22 pthread_t thread; member
|
/PHP-5.6/ext/curl/tests/ |
H A D | bug71144.phpt | 12 Warning: curl_setopt(): CURLOPT_DNS_USE_GLOBAL_CACHE cannot be activated when thread safety is enab…
|
/PHP-5.6/ext/mbstring/oniguruma/doc/ |
H A D | FAQ | 11 In order to make thread safe, which of (A) or (B) must be done.
|
/PHP-5.6/sapi/caudium/ |
H A D | README | 3 thread-safe PHP. It doesn't however require _Caudium_ to run in
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_pconnect.phpt | 36 printf("[002] Both handles should report the same MySQL thread ID"); 45 printf("[003] Both handles should report the same MySQL thread ID");
|
/PHP-5.6/sapi/roxen/ |
H A D | README | 4 The module is now thread safe, in a couple of different modes. First
|
/PHP-5.6/sapi/pi3web/ |
H A D | README | 3 This module requires PHP5 as thread safe shared library. Have a look
|
/PHP-5.6/ext/standard/tests/streams/ |
H A D | proc_open_bug51800.phpt | 18 write. The behaviour might look some better if write/read in a separate thread, however
|
/PHP-5.6/main/ |
H A D | php_open_temporary_file.c | 182 __declspec(thread)
|
/PHP-5.6/TSRM/ |
H A D | tsrm.m4 | 95 dnl For the thread implementations, we always use --with-*
|
/PHP-5.6/sapi/phttpd/ |
H A D | phttpd.c | 29 #error PHTTPD module is only useable in thread-safe mode
|