Home
last modified time | relevance | path

Searched refs:mysqli (Results 1 – 25 of 188) sorted by path

12345678

/PHP-5.3/
H A DEXTENSIONS154 EXTENSION: mysqli
H A DNEWS626 - mysqli
2489 with --with-mysqli and MySQL 6.0). (Jani)
2491 - Fixed bug #49098 (mysqli segfault on error). (Rasmus)
3155 - Fixed bug #46653 (can't extend mysqli). (Johannes)
4680 statements in mysqli) (Stas)
5607 - Fixed mysqli bigint conversion under Windows (Georg)
6060 . mysqli::client_info property (Georg)
6072 - Added Cursor support for MySQL 5.0.x in mysqli (Georg)
6092 - Improved support for embedded server in mysqli. (Georg)
6093 - Improved mysqli extension. (Georg)
[all …]
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES28 4. Be careful when porting from ext/mysql to ext/mysqli. The following
H A DUPGRADING360 - mysqli.allow_persistent
361 - mysqli.default_host
362 - mysqli.default_socket
363 - mysqli.allow_local_infile
364 - mysqli.cache_size
/PHP-5.3/ext/mysqli/
H A Dconfig.m43 dnl config.m4 for extension mysqli
5 PHP_ARG_WITH(mysqli, for MySQLi support,
6 [ --with-mysqli[=FILE] Include MySQLi support. FILE is the path
11 [ --enable-embedded-mysqli MYSQLi: Enable embedded support
78 mysqli_sources="mysqli.c mysqli_api.c mysqli_prop.c mysqli_nonapi.c \
81 PHP_NEW_EXTENSION(mysqli, $mysqli_sources, $ext_shared)
83 PHP_INSTALL_HEADERS([ext/mysqli/php_mysqli_structs.h])
86 PHP_ADD_EXTENSION_DEP(mysqli, mysqlnd)
H A Dconfig.w324 // Note: The extension name is "mysqli", you enable it with "--with-mysqli".
9 ARG_WITH("mysqli", "MySQLi support", "no");
13 "mysqli.c " +
25 EXTENSION("mysqli", mysqli_source);
28 ADD_EXTENSION_DEP('mysqli', 'mysqlnd', true);
30 PHP_INSTALL_HEADERS("ext/mysqli", "php_mysqli_structs.h");
32 if (CHECK_LIB("libmysql.lib", "mysqli", PHP_MYSQLI) &&
36 EXTENSION("mysqli", mysqli_source);
39 PHP_INSTALL_HEADERS("ext/mysqli", "php_mysqli_structs.h");
41 WARNING("mysqli not enabled; libraries and headers not found");
H A Dmysqli.c581 PHP_MINIT_FUNCTION(mysqli) in PHP_MINIT_FUNCTION() argument
853 PHP_RINIT_FUNCTION(mysqli) in PHP_RINIT_FUNCTION() argument
910 PHP_MINFO_FUNCTION(mysqli) in PHP_MINFO_FUNCTION() argument
956 PHP_MINIT(mysqli),
957 PHP_MSHUTDOWN(mysqli),
958 PHP_RINIT(mysqli),
959 PHP_RSHUTDOWN(mysqli),
960 PHP_MINFO(mysqli),
962 PHP_MODULE_GLOBALS(mysqli),
963 PHP_GINIT(mysqli),
[all …]
H A Dmysqli.dsp1 # Microsoft Developer Studio Project File - Name="mysqli" - Package Owner=<4>
7 CFG=mysqli - Win32 Debug_TS
11 !MESSAGE NMAKE /f "mysqli.mak".
16 !MESSAGE NMAKE /f "mysqli.mak" CFG="mysqli - Win32 Debug_TS"
20 !MESSAGE "mysqli - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "mysqli - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "mysqli - Win32 Release_TS"
59 !ELSEIF "$(CFG)" == "mysqli - Win32 Debug_TS"
89 # Name "mysqli - Win32 Release_TS"
90 # Name "mysqli - Win32 Debug_TS"
[all …]
H A Dmysqli_fe.c37 #define MYSQLI_ZEND_ARG_OBJ_INFO_LINK() ZEND_ARG_OBJ_INFO(0, link, mysqli, 0)
505 PHP_FALIAS(mysqli, mysqli_link_construct, arginfo_mysqli_connect)
H A Dmysqli_fe.h25 PHP_FUNCTION(mysqli);
H A Dphp_mysqli_structs.h280 ZEND_BEGIN_MODULE_GLOBALS(mysqli)
303 ZEND_END_MODULE_GLOBALS(mysqli)
315 ZEND_EXTERN_MODULE_GLOBALS(mysqli)
/PHP-5.3/ext/mysqli/tests/
H A D001.phpt2 mysqli connect
H A D002.phpt2 mysqli bind_result 1
H A D003.phpt2 mysqli connect
H A D004.phpt2 mysqli fetch char/text
H A D005.phpt2 mysqli fetch char/text long
H A D006.phpt2 mysqli fetch long values
H A D007.phpt2 mysqli fetch short values
H A D008.phpt2 mysqli fetch tinyint values
H A D009.phpt2 mysqli fetch bigint values (ok to fail with 4.1.x)
52 $c8 = 4567;// change this to test how mysqli/mysqlnd handles is_ref changing
H A D010.phpt2 mysqli fetch float values
H A D011.phpt2 mysqli fetch mixed values
H A D012.phpt2 mysqli fetch mixed values 2
H A D013.phpt2 mysqli fetch mixed / mysql_query (may fail when using 4.1 library with 5.x server)
H A D014.phpt2 mysqli autocommit/commit/rollback

Completed in 66 milliseconds

12345678