summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Collapse)AuthorAgeFilesLines
* MFH: LOAD DATA INFILE now uses PHP's fopen wrapperGeorg Richter2004-09-045-115/+97
|
* fixed compiler warningsGeorg Richter2004-09-022-3/+3
| | | | | fixed bug #29283
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-08-261-0/+39
|
* fixed default for mysqli_fetch_arrayGeorg Richter2004-08-151-1/+1
|
* fixed bug #29656 (segfault on result and statement properties)Georg Richter2004-08-131-5/+15
|
* minor fix in mysqli_prepare: copying stmt errormessag to mysql structureGeorg Richter2004-08-121-0/+6
|
* fixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined)Georg Richter2004-08-091-0/+1
|
* fixed bug #29522Georg Richter2004-08-041-0/+7
|
* MFH: fixed bug 29335Georg Richter2004-07-261-1/+1
|
* MFH: fixed bug in mysqli->client_versionGeorg Richter2004-07-261-0/+10
|
* fixed bug #29311Georg Richter2004-07-231-0/+1
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-07-231-0/+44
|
* MFH: changed warning (bug #29298) for outdated client libraryGeorg Richter2004-07-221-1/+1
|
* MFH: This should fix binary safety for bound results.Sara Golemon2004-07-221-1/+1
|
* prototype fixesGeorg Richter2004-07-131-3/+3
|
* changed mysqli_stmt_reset (returns now bool instead of void)Georg Richter2004-07-131-4/+5
|
* added check in config.m4 for deprecated libraryGeorg Richter2004-07-077-77/+109
| | | | | | | | | | added support for new 4.1.3-beta functions mysqli_stmt_field_count mysqli_stmt_attr_set mysqli_stmt_attr_get removed support for deprecated/old api functions fixed bug in constructor_get
* - Bugfix: #29019 Database not closingMarcus Boerger2004-07-051-1/+1
|
* added php_mysqli_construct_get to support __construct in extended classesGeorg Richter2004-06-232-1/+22
|
* fixed crash (changed MYSQL TO MY_MYSQL in mysql_stmt_init)Georg Richter2004-06-081-3/+3
|
* forgot to remove Win32 restrictions for mysql methodsGeorg Richter2004-06-071-2/+0
|
* removed conditional defines for load_data_infile_handlers on windowsGeorg Richter2004-06-063-6/+0
| | | | | (4.1.2 windows build is fixed now on mysql.com)
* ZTS fixes.Sebastian Bergmann2004-06-061-0/+6
|
* Major changes for 4.1.2-alpha/4.1.3-beta:Georg Richter2004-06-056-313/+618
| | | | | | | | | | | | - added container for mysql structure - added load data infile callback functions (currently disabled under win) Bug fixes: - fixed property changes (4.1.1 -> 4.1.2) - fixed memleak in mysqli_connect - fixed bug #28100 - fixed bug #28205 - fixed bug #28430
* - Temporary fix for bug #27869Andi Gutmans2004-04-151-2/+2
| | | | | | - George, you need to implement clone in order for "clone" and - compatibility mode to work.
* - Align help output for configure.Derick Rethans2004-03-311-2/+2
|
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+118
| | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
* ups - changed alias instead of method beforeGeorg Richter2004-03-211-2/+2
|
* renamed get_metadata method to get_result_metadata.Georg Richter2004-03-211-1/+3
| | | | | | (We have to differentiate between result_metadata and param_metdata. mysql_stmt_param_metadata will be added in libmysql 4.1.3)
* Update for new read_property APIStanislav Malyshev2004-03-211-2/+2
|
* fixed problems in mysql_stmt_init (missing alloc from stmt)Georg Richter2004-03-181-0/+3
|
* removed if type=string: val is allocated for any type of dataGeorg Richter2004-03-181-3/+1
|
* fixed stmt->stmt->query which was removed in libmysql 4.1.2Georg Richter2004-03-165-4/+31
| | | | | | added query buffer in internal stmt structure to copy string after prepare
* added new function mysql_stmt_free_resultGeorg Richter2004-03-103-0/+28
|
* Missing buffer->val changeMarcus Boerger2004-03-091-1/+1
|
* fixed memleaks in bind functionsGeorg Richter2004-03-094-88/+211
| | | | | added 4.1.2 support (renamed functions)
* Attempt at fixing win32 link errorsEdin Kadribasic2004-03-031-1/+6
|
* Add missing source fileEdin Kadribasic2004-03-031-1/+1
|
* Replace mysql with mysqli in paths to allow building both mysql and mysqliEdin Kadribasic2004-03-031-2/+2
|
* ws & cs fixesfoobar2004-02-264-15/+32
|
* prototype fix for mysqli_pingGeorg Richter2004-02-261-2/+5
|
* added MySQLI ini entriesGeorg Richter2004-02-264-3/+6
| | | | | added ini parameter for mysql->reconnect
* removed blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ)Georg Richter2004-02-263-3/+5
| | | | | | added mysqli_multi_query to function table changed stmt->affected_rows property (http://bugs.mysql.com/?id=2247) for 4.1.2
* Wordsize fixesArd Biesheuvel2004-02-252-2/+2
|
* Do not corrupt mysql build with mysqli build stuff. (should fix #27387)foobar2004-02-251-3/+3
|
* fixed prototypes for mysqli_connect_err* functionsGeorg Richter2004-02-231-2/+2
| | | | | (thx to Mehdi Achour)
* fixed report messageGeorg Richter2004-02-232-2/+6
| | | | | Disabled reconnect option
* Can't test whether it works (no current >=mysql-4.1.2 available on Windows), ↵Sebastian Bergmann2004-02-211-0/+14
| | | | but it should.
* fixed typo in method aliasGeorg Richter2004-02-211-1/+1
|
* Moved functions for replication support in to file mysqli_repl.cGeorg Richter2004-02-203-183/+222
| | | | | | | - these functions are marked as experimental now in documentation not sure if we will replace or extend them with NDB support in April