summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/libmysql.dsp
Commit message (Collapse)AuthorAgeFilesLines
* - 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.