Home
last modified time | relevance | path

Searched refs:persistent (Results 51 – 75 of 126) sorted by relevance

123456

/PHP-5.5/ext/oci8/tests/
H A Ddrcp_scope4.phpt58 resource(%d) of type (oci8 persistent connection)
60 resource(%d) of type (oci8 persistent connection)
H A Ddrcp_characterset.phpt56 resource(%d) of type (oci8 persistent connection)
58 resource(%d) of type (oci8 persistent connection)
H A Ddrcp_scope5.phpt59 resource(%d) of type (oci8 persistent connection)
61 resource(%d) of type (oci8 persistent connection)
H A Derror_parse.phpt2 Test error handling when persistent connection is passed to oci_error()
9 // noticed when oci_error() was passed a persistent connection. This
47 // Test parse error for persistent connection
H A Dconnect_1.phpt31 resource(%d) of type (oci8 persistent connection)
H A Dconnect_1_old.phpt31 resource(%d) of type (oci8 persistent connection)
/PHP-5.5/ext/standard/tests/streams/
H A Dbug54623.phpt2 Bug #54623: Segfault when when writing to a persistent socket after closing a copy of the socket
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
122 printf("[022] Usage of mysqli.default_host=p:%s (persistent) failed\n", $host) ;
124 if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host (persistent)' AS 'testing'"))
127 if ($tmp['testing'] !== 'mysqli.default_host (persistent)') {
H A Dbug55283.phpt2 Bug #55283 (SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections)
52 /* non-persistent connection */
H A Dmysqli_pconn_twice.phpt2 Calling connect() on an open persistent connection to create a new persistent connection
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dbcmath.h104 _PROTOTYPE(bc_num _bc_new_num_ex, (int length, int scale, int persistent));
106 _PROTOTYPE(void _bc_free_num_ex, (bc_num *num, int persistent));
/PHP-5.5/ext/mysql/tests/
H A Dbug48754.phpt90 resource(%d) of type (mysql link persistent)
98 resource(%d) of type (mysql link persistent)
99 resource(%d) of type (mysql link persistent)
H A Dmysql_pconn_disable.phpt23 printf("[002] Can fetch data using persistent connection! Data = '%s'\n",
56 [002] Can fetch data using persistent connection! Data = '1'
H A Dmysql_pconn_reuse.phpt32 printf("[002] Can fetch data using persistent connection! Data = '%s'\n",
66 [002] Can fetch data using persistent connection! Data = '1'
/PHP-5.5/ext/dba/tests/
H A Dbug36436.phpt33 resource(%d) of type (dba persistent)
H A Ddba_db4_018.phpt2 DBA DB4 with persistent connections
71 resource(%d) of type (dba persistent)
H A Ddba015.phpt2 DBA with persistent connections
71 resource(%d) of type (dba persistent)
/PHP-5.5/main/streams/
H A Dfilter.c252 …ter *php_stream_filter_create(const char *filtername, zval *filterparams, int persistent TSRMLS_DC) in php_stream_filter_create()
263 filter = factory->create_filter(filtername, filterparams, persistent TSRMLS_CC); in php_stream_filter_create()
275 filter = factory->create_filter(filtername, filterparams, persistent TSRMLS_CC); in php_stream_filter_create()
295 …p_stream_filter_alloc(php_stream_filter_ops *fops, void *abstract, int persistent STREAMS_DC TSRML… in _php_stream_filter_alloc()
299 filter = (php_stream_filter*) pemalloc_rel_orig(sizeof(php_stream_filter), persistent); in _php_stream_filter_alloc()
304 filter->is_persistent = persistent; in _php_stream_filter_alloc()
/PHP-5.5/ext/pdo/
H A DREADME13 4/ Keep majority of PHP specific stuff in the PDO core (such as persistent
50 persistent handles), the driver will implicitly rollBack(). It is your
/PHP-5.5/Zend/
H A Dzend_ts_hash.c62 …t nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent ZEND_FILE_LINE_D… in _zend_ts_hash_init()
69 …return _zend_hash_init(TS_HASH(ht), nSize, pHashFunction, pDestructor, persistent ZEND_FILE_LINE_R… in _zend_ts_hash_init()
72 …t nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bAppl… in _zend_ts_hash_init_ex() argument
79 …return _zend_hash_init_ex(TS_HASH(ht), nSize, pHashFunction, pDestructor, persistent, bApplyProtec… in _zend_ts_hash_init_ex()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c142 …onn->last_message_len, auth_resp_packet->message, auth_resp_packet->message_len, conn->persistent); in mysqlnd_auth_handshake()
276 tmp = mnd_pestrndup(user, user_len, conn->persistent); in mysqlnd_auth_change_user()
278 mnd_pefree(conn->user, conn->persistent); in mysqlnd_auth_change_user()
282 tmp = mnd_pestrdup(passwd, conn->persistent); in mysqlnd_auth_change_user()
284 mnd_pefree(conn->passwd, conn->persistent); in mysqlnd_auth_change_user()
289 mnd_pefree(conn->last_message, conn->persistent); in mysqlnd_auth_change_user()
/PHP-5.5/
H A DREADME.STREAMS88 PHPAPI php_stream *php_stream_sock_open_from_socket(int socket, int persistent);
92 int socktype, int timeout, int persistent);
95 PHPAPI php_stream *php_stream_sock_open_unix(const char *path, int persistent,
119 size_t maxlen, int persistent);
269 size_t bufsize, int persistent, const char * mode)
277 persistent controls how the memory is to be allocated - persistently so that
310 hold it, allocate it (use pemalloc with the persistent flag set
320 struct my_state * state = pemalloc(sizeof(struct my_state), persistent);
328 stream = php_stream_alloc(&my_ops, state, 0, persistent, "r");
376 You may read the stream->persistent field to determine if your struct was
[all …]
H A Dphp.ini-development1035 ; Allow or prevent persistent links.
1044 ; http://php.net/odbc.max-persistent
1047 ; Maximum number of links (persistent + non-persistent). -1 means no limit.
1065 ; Allow or prevent persistent links.
1071 ; Maximum number of links (persistent + non-persistent). -1 means no limit.
1100 ; Allow or prevent persistent links.
1112 ; Maximum number of links (persistent + non-persistent). -1 means no limit.
1163 ; Allow or prevent persistent links.
1293 ; Maximum number of links (persistent+non persistent). -1 means no limit.
1316 ; Maximum number of links (persistent + non-persistent). -1 means no limit.
[all …]
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug44301.phpt2 PDO OCI Bug #44301 (Segfault when an exception is thrown on persistent connections)
/PHP-5.5/main/
H A Dphp_streams.h62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
64 …stream_copy_to_mem_rel(src, buf, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), (maxlen… argument
448 int persistent STREAMS_DC TSRMLS_DC);
449 …php_stream_copy_to_mem(src, buf, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), (maxlen… argument

Completed in 114 milliseconds

123456