summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3114-14/+14
* Merge from 5_3. Fixing 32 vs. 64bit issue.Ulf Wendel2007-12-281-8/+21
* Merge from 5_3 - MySQL 6.0 SQL fixesUlf Wendel2007-12-282-22/+57
* Remove RPL functions. They were always experimental and lead to crashes.Andrey Hristov2007-12-2810-485/+1
* Sync from 5_3. Cutting off a few edges:Ulf Wendel2007-12-281-21/+35
* Fix for bug #42548 "PROCEDURE xxx can't return a result set"Hartmut Holzgraefe2007-12-252-0/+53
* Fix crashes with pconn (merge from 5_3)Andrey Hristov2007-11-094-87/+37
* Fix bug headersJani Taskinen2007-10-302-4/+4
* - Fixed invalid handling of float value passed to an integer field on 64bit m...Jani Taskinen2007-10-291-1/+6
* fix testJani Taskinen2007-10-291-1/+1
* Fix the build, the w32 files should look like in 5_3Andrey Hristov2007-10-231-31/+29
* commit lost part of the patchAntony Dovgal2007-10-171-1/+2
* use correct dtor and variable for the callbackAntony Dovgal2007-10-172-5/+4
* use zval_dtor() instead of efree() + FREE_ZVAL()Antony Dovgal2007-10-161-2/+1
* MFB: Fix bug due to shadowing of variables. This one is pretty-pretty rare,Andrey Hristov2007-10-161-2/+2
* Now HEAD should be fine: skip test (by default), if DB connect fails.Ulf Wendel2007-10-121-0/+1
* Fixing test.Ulf Wendel2007-10-121-0/+2
* Trying to make them not fail but skip if they cannot connect to the DB.Ulf Wendel2007-10-1212-3/+14
* Fixing tests.Ulf Wendel2007-10-122-5/+9
* Should be the last commit for HEAD. Now HEAD and 5_3 should have the latestUlf Wendel2007-10-102-0/+345
* More changes = synching HEAD with 5_3Ulf Wendel2007-10-1028-103/+564
* Commiting changes into HEAD = synching with 5_3Ulf Wendel2007-10-1012-134/+176
* More updates to the ext/mysqli tests in HEAD = synching with 5_3Ulf Wendel2007-10-1029-15/+3177
* Adding new tests = making sure we're in sync with the 5_3 branchUlf Wendel2007-10-1016-7/+1459
* MFB: Move declarations from the public header file.Andrey Hristov2007-10-082-121/+121
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-072-6/+6
* Update mysqlnd in HEADAndrey Hristov2007-10-029-108/+295
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-276-15/+15
* fix typo in tmp file pathNuno Lopes2007-08-111-1/+1
* I forgot those files when merging mysqlnd SVN and HEAD. Only required byUlf Wendel2007-08-092-0/+232
* No need for an extra skip*.inc file, this check is done in just one placeUlf Wendel2007-08-091-1/+2
* More changes related to MYSQL_TEST_SKIP_CONNECT_FAILURE.Ulf Wendel2007-08-09181-321/+752
* New tests (stubs?) for a few experimental (to be removed?) functions.Ulf Wendel2007-08-096-0/+288
* Next set of files which now feature the new environment variableUlf Wendel2007-08-0918-57/+158
* Introducing new environment variable:Ulf Wendel2007-08-0973-83/+293
* - Align help texts and added note about embedded not being available whenJani Taskinen2007-07-271-3/+5
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-2529-12061/+10
* Alignment fixes for 64bit and fixing macrosesAndrey Hristov2007-07-252-6/+8
* namespace protectionAntony Dovgal2007-07-241-4/+4
* Don't use AC_CHECK_TYPES, as autoconf 2.13 is buggy, use an workaround.Andrey Hristov2007-07-242-24/+40
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-2442-1032/+14050
* MFBAndrey Hristov2007-07-241-4/+4
* Damn, Pierre is clever.Ulf Wendel2007-07-23115-2/+10104
* Tests for mysqli_stmt_send_long_data()Ulf Wendel2007-07-233-0/+319
* Tests which verify that you really cannot clone any of the mysqliUlf Wendel2007-07-235-0/+112
* Tests that check mysqli_fetch_field(), mysqli_fetch_field_direct() andUlf Wendel2007-07-235-0/+649
* Tests for mysqli_fetch_object()Ulf Wendel2007-07-234-0/+363
* Another nice new function that comes with mysqlnd: return all rows ofUlf Wendel2007-07-232-0/+1122
* Adding tests for a few new functions that come with mysqlnd:Ulf Wendel2007-07-2310-0/+2052
* Playing with background processing: parent and child process fetching dataUlf Wendel2007-07-231-0/+262