Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 2 | -4/+4 |
| | |||||
* | - 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) | ||||
* | Make MySQL independent of build location | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | |||||
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 |
| | |||||
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
| | |||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 1 | -0/+3 |
| | |||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext. | ||||
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -5/+1 |
| | | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support) | ||||
* | Remove debug runtime libraries from Release builds | Sam Ruby | 2000-03-27 | 1 | -4/+4 |
| | |||||
* | no c++ comments // please | Thies C. Arntzen | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | |||||
* | Try to locate the mysql.sock | Sascha Schumann | 2000-03-07 | 1 | -1/+0 |
| | |||||
* | Change default UNIX sock to /tmp/mysql.sock | Sascha Schumann | 2000-03-06 | 1 | -1/+1 |
| | |||||
* | Build fixes - MySQL now actually works | Sascha Schumann | 2000-03-06 | 2 | -1/+3 |
| | |||||
* | Modularize mysql autoconf stuff | Sascha Schumann | 2000-03-06 | 13 | -10122/+211 |
| | |||||
* | Eliminate 62 warnings | Sam Ruby | 2000-03-02 | 1 | -0/+2 |
| | |||||
* | 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 | 2 | -24/+548 |
| | |||||
* | - Make libmsyql.lib compile. It fails with two unresolved symbols on link | Andi Gutmans | 2000-02-23 | 3 | -2/+94 |
| | | | | | with PHP 4 so I am not commiting the .dsw quite yet. | ||||
* | Autogenerated file. | MySQL Team | 2000-02-21 | 1 | -384/+0 |
| | |||||
* | - Update CVS with right version | Andi Gutmans | 2000-02-21 | 1 | -6/+75 |
| | |||||
* | Some small changes for readability | MySQL Team | 2000-02-21 | 1 | -1/+3 |
| | |||||
* | Autogenerated! | MySQL Team | 2000-02-21 | 1 | -4235/+0 |
| | |||||
* | Update for libmysql. | MySQL Team | 2000-02-20 | 16 | -683/+14686 |
| | |||||
* | Add missing files to Makefile | MySQL Team | 2000-02-19 | 1 | -1/+2 |
| | |||||
* | First version from the MySQL team. | MySQL Team | 2000-02-19 | 7 | -0/+3892 |
| | |||||
* | - Add two missing files | Andi Gutmans | 2000-02-19 | 2 | -0/+266 |
| | |||||
* | - Add libmysql to the tree | Andi Gutmans | 2000-02-19 | 83 | -0/+12485 |