summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql
Commit message (Collapse)AuthorAgeFilesLines
* remove the bundled libmysql, and update the config.m4 file as necessary.Sterling Hughes2003-06-23102-19872/+0
| | | | | this works locally, but everyone, *please* test
* fixed mysql bug #564 (http://bugs.mysql.com/bug.php?id=564)Georg Richter2003-06-071-1/+1
|
* - Fixed some AIX/HPUX compile issues.foobar2003-04-251-5/+17
| | | | | # Just a modified diff of the same file found in mysql 4.0.12 :)
* MFBEdin Kadribasic2003-03-271-1/+1
|
* Added missing header that prevents successful compilation.Ilia Alshanetsky2003-03-241-0/+3
|
* Security fix (merged from 3.23.54)Georg Richter2002-12-111-2/+17
|
* ws fix (bug: #20808)foobar2002-12-051-2/+4
|
* Using // is not very good idea..foobar2002-11-123-4/+4
|
* fix compiler warningMarcus Boerger2002-10-241-1/+1
|
* fixed bug #18643Georg Richter2002-08-231-2/+2
|
* fixed bug #18815Georg Richter2002-08-091-1/+1
|
* - Fix annoying redefine warning..foobar2002-06-281-0/+3
| | | | | # ZAK! Heads up and fix this in Mysql CVS too.
* - Fix win32/mysql.Markus Fischer2002-06-101-1/+2
| | | | | - Revert cryptic WS commit on php4dllts.dsp.
* fix the buildHarald Radi2002-06-102-0/+233
| | | | | # these files were blank, i suppose this happened by accident
* Updating embedded libmysql to version 3.23.48Zak Greant2002-06-0747-635/+514
|
* - Fix build with Visual Studio .NET. The MySQL team said they'll commitAndi Gutmans2002-04-073-3/+3
| | | | | | - their fix a long time ago and never did. One day they'll update the - whole MySQL client library.
* nuke old makefilesSascha Schumann2002-03-121-16/+0
|
* Please welcome the new build system.Sascha Schumann2002-03-071-2/+0
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* Check for ushortAlex Waugh2001-12-231-0/+19
|
* Cache results of check for int8Alex Waugh2001-12-231-3/+9
|
* (PHP mysql_connect) Removed warning message regarding NONEXISTENT characterMySQL Team2001-11-062-9/+10
| | | | | | | set, when the server's default character set != latin1. @- Removed a warning message about a NONEXISTENT character set from @ mysql_connect(), when the server's default character set != latin1.
* Make sure uint et al are undefined before typedefing themAlex Waugh2001-11-041-0/+4
|
* Make it possible to build mysql extension as shared module.foobar2001-06-221-0/+4
|
* Upgrade ext/mysql/libmysql to version 3.23.39. No major changes -MySQL Team2001-06-0131-154/+262
| | | | | | | | portability fixes. Also add configure test for HAVE_INT_8_16_32 which should solve compilation problems on AIX.
* Fix bugs: #10642, #10612foobar2001-05-041-1/+3
|
* Added my_winthread.c. Thanks to Thimble Smith.Sebastian Bergmann2001-01-242-0/+108
|
* Don't #define HAVE_COMPRESS on windows.MySQL Team2001-01-242-1/+3
|
* Upgrade ext/mysql/libmysql to version 3.23.32. One notable bug fix isMySQL Team2001-01-2343-401/+1136
| | | | | | that the client can now connect to a server which is using a default charset other than latin1.
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-0/+2
| | | | | BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
* 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.
* Fix msql_close(), pg_close() and sybase_close() (Sybase CT)Zeev Suraski2000-11-031-1/+0
|
* make libmysql compile under winDaniel Beulshausen2000-10-212-1/+17
|
* Removed files from Win32 workspace that were removed in libmysql 3.23Sebastian Bergmann2000-10-211-12/+0
|
* Update libmysql to 3.23 version. No major changes visible to the user - mostlyMySQL Team2000-10-2096-980/+2793
| | | | | bug fixes and other maintenance-oriented changes.
* More complete set of (C) notesSascha Schumann2000-08-241-1/+7
|
* Script for replacing the copyright messagesSascha Schumann2000-08-241-0/+26
|
* - Remove new libmysql filesAndi Gutmans2000-08-2215-8609/+0
|
* - Try and revert libmysql for 4.0.2Andi Gutmans2000-08-2286-3244/+808
|
* Interface for 'raid' files (ont in use by PHP)MySQL Team2000-08-221-0/+155
|
* New files for MySQL 3.23.23 client library. New files are for qoutingMySQL Team2000-08-22100-808/+11698
| | | | | using different character sets.
* 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
|