Home
last modified time | relevance | path

Searched refs:sybase (Results 1 – 21 of 21) sorted by relevance

/PHP-5.5/ext/sybase_ct/
H A Dconfig.w325 ARG_WITH("sybase-ct", "SYBASE_CT support", "no");
9 …if (CHECK_HEADER_ADD_INCLUDE("ctpublic.h", "CFLAGS_SYBASE_CT", PHP_PHP_BUILD + "\\sybase\\include;…
10 …(!X64 && CHECK_LIB("libsybcs.lib", "sybase_ct", PHP_PHP_BUILD + "\\sybase\\lib;" + PHP_SYBASE_CT) …
11 CHECK_LIB("libsybct.lib", "sybase_ct", PHP_PHP_BUILD + "\\sybase\\lib;" + PHP_SYBASE_CT) ||
12 …X64 && CHECK_LIB("libsybcs64.lib", "sybase_ct", PHP_PHP_BUILD + "\\sybase\\lib;" + PHP_SYBASE_CT) …
13 CHECK_LIB("libsybct64.lib", "sybase_ct", PHP_PHP_BUILD + "\\sybase\\lib;" + PHP_SYBASE_CT))
H A Dphp_sybase_ct.h32 PHP_MINIT_FUNCTION(sybase);
33 PHP_MSHUTDOWN_FUNCTION(sybase);
34 PHP_RINIT_FUNCTION(sybase);
35 PHP_RSHUTDOWN_FUNCTION(sybase);
36 PHP_MINFO_FUNCTION(sybase);
64 ZEND_BEGIN_MODULE_GLOBALS(sybase)
77 ZEND_END_MODULE_GLOBALS(sybase)
H A Dconfig.m45 PHP_ARG_WITH(sybase-ct, for Sybase-CT support,
6 [ --with-sybase-ct[=DIR] Include Sybase-CT support. DIR is the Sybase home
7 directory [/home/sybase]])
12 AC_MSG_ERROR([You can not use both --with-sybase and --with-sybase-ct in same build!])
20 SYBASE_CT_INCDIR=/home/sybase/include
21 SYBASE_CT_LIBDIR=/home/sybase/lib
H A Dphp_sybase_ct.c214 PHP_MINIT(sybase),
216 PHP_RINIT(sybase),
218 PHP_MINFO(sybase),
221 PHP_GINIT(sybase),
468 sybase_link *sybase; in _server_message_handler() local
478 sybase = NULL; in _server_message_handler()
498 if (sybase) { in _server_message_handler()
641 …if (ct_con_props(sybase->connection, CS_SET, CS_USERDATA, &sybase, CS_SIZEOF(sybase), NULL)!=CS_SU… in php_sybase_do_connect_internal()
706 sybase->valid = 1; in php_sybase_do_connect_internal()
707 sybase->dead = 0; in php_sybase_do_connect_internal()
[all …]
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_connection_caching.phpt22 resource(%d) of type (sybase-ct link)
23 resource(%d) of type (sybase-ct link)
24 resource(%d) of type (sybase-ct link)
H A Dtest_unbuffered_no_full_fetch.phpt35 resource(%d) of type (sybase-ct link)
36 resource(%d) of type (sybase-ct result)
40 resource(%d) of type (sybase-ct result)
42 resource(%d) of type (sybase-ct result)
H A Dtest_unbuffered_query.phpt44 resource(%d) of type (sybase-ct link)
45 resource(%d) of type (sybase-ct result)
49 resource(%d) of type (sybase-ct result)
54 resource(%d) of type (sybase-ct result)
H A Dtest.inc27 // {{{ public class sybase
28 class sybase {
47 // Sets the sybase message handler and dumps the result
53 // Connect to the sybase server using the defines HOST, USER and PASSWORD
H A Dtest_msghandler.phpt17 echo 'Static method: '; sybase_set_messagehandler_ex(array('sybase', 'static_handler'));
18 echo 'Instance method: '; sybase_set_messagehandler_ex(array(new sybase(), 'handler'));
H A Dtest_connect.phpt19 resource(%d) of type (sybase-ct link)
H A Dtest_close.phpt21 resource(%d) of type (sybase-ct link)
H A Dtest_connectionbased_msghandler.phpt21 resource(%d) of type (sybase-ct link)
H A Dtest_fields.phpt39 resource(%d) of type (sybase-ct result)
H A Dtest_query_nostore.phpt61 resource(%d) of type (sybase-ct result)
/PHP-5.5/ext/pdo_dblib/
H A DREADME9 the mssql libraries (and be named php_pdo_mssql.dll), or 'sybase' otherwise
H A Dconfig.w3240 /* smells like FreeTDS (or maybe native sybase dblib) */
H A Ddblib_driver.c417 PDO_DRIVER_HEADER(sybase),
/PHP-5.5/ext/standard/html_tables/mappings/
H A D8859-5.TXT7 # Authors: Ken Whistler <kenw@sybase.com>
H A D8859-1.TXT7 # Authors: Ken Whistler <kenw@sybase.com>
H A D8859-15.TXT8 # Ken Whistler <kenw@sybase.com>
/PHP-5.5/
H A DNEWS5687 . ext/sybase (not maintained anymore, sybase_ct has to be used instead)
8516 - Fixed bug #37499 (CLI segmentation faults during cleanup with sybase-ct

Completed in 58 milliseconds