summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for bug #8991. mysql_field_type() now returns "year" for columns ofSean Bright2001-01-311-0/+9
| | | | | type YEAR.
* 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
* Don't fetch numeric indices in mysql_fetch_object()Zeev Suraski2001-01-141-1/+1
|
* Fix for bug 6073 from Sean R. Bright <elixer@erols.com>Rasmus Lerdorf2001-01-121-1/+5
|
* 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.
* - Get the MySQL module a bit uptodate.Zeev Suraski2000-12-021-130/+152
| | | | | | | - Fix a bug in mysql_do_connect() - it would corrupt the host argument, if it contained a port (or could corrupt the INI value, so that the port argument would work only the first time around)
* Fix bug #7034foobar2000-11-211-0/+1
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* Will work on a more thorough implementation for mysql_store_result() after 4.0.4Zeev Suraski2000-11-081-2/+6
|
* Enable to use mysql_use_result in query functions.Stanislav Malyshev2000-11-071-8/+43
| | | | | | You may need this if you use real big queries. @- Allow user to use mysql_use_result in mysql queries (Stas)
* Fix msql_close(), pg_close() and sybase_close() (Sybase CT)Zeev Suraski2000-11-031-1/+0
|
* Fixed mysql_close() - A bit more complicated than I originally thoughtZeev Suraski2000-11-031-2/+9
|
* Fix mysql_close()Zeev Suraski2000-11-031-1/+4
|
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
|
* 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.
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-6/+9
| | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* Added mysql_escape_String()Zeev Suraski2000-10-112-0/+23
|
* - Cleanup output functionsAndi Gutmans2000-09-301-1/+1
|
* added mysql_fetch_assoc. Acts like mysql_fetch_array used to.Brian Moon2000-09-202-1/+11
|
* 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.
* That's no bug, it's quite fine the way it is (if id isZeev Suraski2000-07-051-3/+0
| | | | | | | | set to -1, it's ignored, and the passed_id argument is used). If you're experiencing trouble with mysql_close(), please give me a reproducing script. If there's a bug, it's not as simple as that.
* - Discoverd possible bug. Could somebody have a look.Uwe Steinmann2000-07-051-1/+3
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* Warn about using the built-in MySQL libraryZeev Suraski2000-06-201-0/+4
|
* This is no longer neededZeev Suraski2000-06-201-14/+0
|
* kill warinigThies C. Arntzen2000-06-191-1/+1
|
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-162-4/+4
|
* Move timeout code to Zend, allow Win32 timeoutsZeev Suraski2000-06-162-7/+11
| | | | | @- Implemented max_execution_time under Win32 (Zeev)
* Fix Windows .dsp'sZeev Suraski2000-06-111-1/+0
|
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-6/+1
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* Fix MYSQL_LIB_CHK ($i is used by the outer loop)Sascha Schumann2000-06-101-2/+2
|
* Search for mysqlclient library in lib and lib/mysqlSascha Schumann2000-06-101-1/+19
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-25/+25
|
* - 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)
* Fix bug #4678Zeev Suraski2000-05-291-1/+1
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
|
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-6/+6
|
* Update the license with the new clause 6Zeev Suraski2000-05-182-4/+4
|
* @- NULL values are now preserved in the return value of mysql_fetch_array()Andrei Zmievski2000-05-151-2/+5
| | | | | @ and mysql_fetch_object(). (Andrei)
* Make MySQL independent of build locationSascha Schumann2000-05-022-1/+3
|