Home
last modified time | relevance | path

Searched refs:reuse (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt44 printf("Connection 2 (no reuse) - SELECT @pcondisabled -> '%s'\n", $row['_test']);
46 printf("Connection 2 (no reuse) - Thread ID -> '%s'\n", $thread_id);
62 /* reuse of existing persistent connection expected! */
72 printf("Connection 2 (reuse) - SELECT @pcondisabled -> '%s'\n", $row['_test']);
74 printf("Connection 2 (reuse) - Thread ID -> '%s'\n", $thread_id_reuse);
86 Connection 2 (no reuse) - SELECT @pcondisabled -> ''
87 Connection 2 (no reuse) - Thread ID -> '%d'
89 Connection 2 (reuse) - SELECT @pcondisabled -> 'Connection 2'
90 Connection 2 (reuse) - Thread ID -> '%d'
/PHP-5.3/Zend/tests/
H A Dbug43851.phpt2 Bug #43851 (Memory corrution on reuse of assigned value)
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c355 BOOL reuse = 1; in fcgi_listen() local
357 int reuse = 1; in fcgi_listen() local
450 setsockopt(listen_socket, SOL_SOCKET, SO_REUSEADDR, (char*)&reuse, sizeof(reuse)) < 0 || in fcgi_listen()
/PHP-5.3/tests/lang/
H A Dbug20175.phpt92 * When another oop_test instance is created it must reuse the statically
/PHP-5.3/ext/dom/tests/
H A Ddom_create_element.phpt244 /* This is okay because we reuse the xml namespace from the document */
/PHP-5.3/ext/oci8/tests/
H A Dlob_040.phpt2 Bug #37706 (Test LOB locator reuse. Extends simple test of lob_037.phpt)
/PHP-5.3/ext/mbstring/libmbfl/
H A DLICENSE433 and reuse of software generally.
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch221 /* Allow reuse of local addresses. */
/PHP-5.3/
H A Dphp.ini-development1142 ; Check that a connection is still valid before reuse.
H A Dphp.ini-production1142 ; Check that a connection is still valid before reuse.
H A DNEWS5533 - Fixed PECL bug #9061 (oci8 might reuse wrong persistent connection). (Tony)

Completed in 55 milliseconds