summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/libmysql.dsp
Commit message (Collapse)AuthorAgeFilesLines
* remove the bundled libmysql, and update the config.m4 file as necessary.Sterling Hughes2003-06-231-585/+0
| | | | | this works locally, but everyone, *please* test
* Added my_winthread.c. Thanks to Thimble Smith.Sebastian Bergmann2001-01-241-0/+4
|
* Add Release_TSDbg support. This mode compiles PHP with the release C runtime,Zeev Suraski2000-12-261-0/+25
| | | | | | but with optimizations disabled and with debug info. Some crashes can only be debugged using this mode.
* make libmysql compile under winDaniel Beulshausen2000-10-211-0/+16
|
* Removed files from Win32 workspace that were removed in libmysql 3.23Sebastian Bergmann2000-10-211-12/+0
|
* - Allow all functions that receive user-defined function callbacks to acceptZeev Suraski2000-06-031-6/+6
| | | | | | | | | an array that contains an object and a method name, in place of a function name, e.g. usort($array, array($obj, "ObjSort")) (I checked the code in array.c and basic_functions.c, other code which uses call_user_function() may still force the function_name argument to be of type IS_STRING, which prevents this feature from working - and is no longer necessary)
* Remove debug runtime libraries from Release buildsSam Ruby2000-03-271-4/+4
|
* - Update dspZeev Suraski2000-03-251-6/+6
| | | | | - Remove unnecessary includes
* Update dsp'sZeev Suraski2000-03-251-4/+79
|
* libmysql must use USE_TLS for multithreaded compilation on windows.Shane Caraveo2000-03-191-3/+3
|
* Update .dspZeev Suraski2000-02-241-4/+4
|
* - MySQL now compiles right into the PHP 4 binary on WindowsAndi Gutmans2000-02-231-24/+409
|
* - Make libmsyql.lib compile. It fails with two unresolved symbols on linkAndi Gutmans2000-02-231-0/+92
with PHP 4 so I am not commiting the .dsw quite yet.