summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql
Commit message (Collapse)AuthorAgeFilesLines
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-162-4/+4
|
* - 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)
* Make MySQL independent of build locationSascha Schumann2000-05-021-1/+1
|
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+3
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-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 Schumann2000-04-301-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 buildsSam Ruby2000-03-271-4/+4
|
* no c++ comments // pleaseThies C. Arntzen2000-03-261-1/+1
|
* - 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
|
* Try to locate the mysql.sockSascha Schumann2000-03-071-1/+0
|
* Change default UNIX sock to /tmp/mysql.sockSascha Schumann2000-03-061-1/+1
|
* Build fixes - MySQL now actually worksSascha Schumann2000-03-062-1/+3
|
* Modularize mysql autoconf stuffSascha Schumann2000-03-0613-10122/+211
|
* Eliminate 62 warningsSam Ruby2000-03-021-0/+2
|
* Update .dspZeev Suraski2000-02-241-4/+4
|
* - MySQL now compiles right into the PHP 4 binary on WindowsAndi Gutmans2000-02-232-24/+548
|
* - Make libmsyql.lib compile. It fails with two unresolved symbols on linkAndi Gutmans2000-02-233-2/+94
| | | | | with PHP 4 so I am not commiting the .dsw quite yet.
* Autogenerated file.MySQL Team2000-02-211-384/+0
|
* - Update CVS with right versionAndi Gutmans2000-02-211-6/+75
|
* Some small changes for readabilityMySQL Team2000-02-211-1/+3
|
* Autogenerated!MySQL Team2000-02-211-4235/+0
|
* Update for libmysql.MySQL Team2000-02-2016-683/+14686
|
* Add missing files to MakefileMySQL Team2000-02-191-1/+2
|
* First version from the MySQL team.MySQL Team2000-02-197-0/+3892
|
* - Add two missing filesAndi Gutmans2000-02-192-0/+266
|
* - Add libmysql to the treeAndi Gutmans2000-02-1983-0/+12485