Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the bundled libmysql, and update the config.m4 file as necessary. | Sterling Hughes | 2003-06-23 | 1 | -585/+0 |
| | | | | | this works locally, but everyone, *please* test | ||||
* | Added my_winthread.c. Thanks to Thimble Smith. | Sebastian Bergmann | 2001-01-24 | 1 | -0/+4 |
| | |||||
* | Add Release_TSDbg support. This mode compiles PHP with the release C runtime, | Zeev Suraski | 2000-12-26 | 1 | -0/+25 |
| | | | | | | but with optimizations disabled and with debug info. Some crashes can only be debugged using this mode. | ||||
* | make libmysql compile under win | Daniel Beulshausen | 2000-10-21 | 1 | -0/+16 |
| | |||||
* | Removed files from Win32 workspace that were removed in libmysql 3.23 | Sebastian Bergmann | 2000-10-21 | 1 | -12/+0 |
| | |||||
* | - Allow all functions that receive user-defined function callbacks to accept | Zeev Suraski | 2000-06-03 | 1 | -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 builds | Sam Ruby | 2000-03-27 | 1 | -4/+4 |
| | |||||
* | - Update dsp | Zeev Suraski | 2000-03-25 | 1 | -6/+6 |
| | | | | | - Remove unnecessary includes | ||||
* | Update dsp's | Zeev Suraski | 2000-03-25 | 1 | -4/+79 |
| | |||||
* | libmysql must use USE_TLS for multithreaded compilation on windows. | Shane Caraveo | 2000-03-19 | 1 | -3/+3 |
| | |||||
* | Update .dsp | Zeev Suraski | 2000-02-24 | 1 | -4/+4 |
| | |||||
* | - MySQL now compiles right into the PHP 4 binary on Windows | Andi Gutmans | 2000-02-23 | 1 | -24/+409 |
| | |||||
* | - Make libmsyql.lib compile. It fails with two unresolved symbols on link | Andi Gutmans | 2000-02-23 | 1 | -0/+92 |
with PHP 4 so I am not commiting the .dsw quite yet. |