summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Collapse)AuthorAgeFilesLines
* - Merge two important fixes from HEAD.Andi Gutmans2001-06-022-2/+28
|
* This should finally get rid of those zlib problems. And this is safe too.foobar2001-05-291-11/+9
|
* Adding libnsl here causes problems on some systems.foobar2001-05-281-1/+1
|
* MFHStig Bakken2001-05-241-0/+4
|
* Reverse my earlier patch for mysql_db_query() & emit an E_NOTICE of it'sWez Furlong2001-05-091-13/+6
| | | | | | deprecated status. # Should it be a warning or a notice?
* Fix the build.foobar2001-05-081-2/+2
| | | | | # I promise not to commit if I'm tired.. :(
* Enabled optional result_mode param in mysql_db_query() to make it behaveWez Furlong2001-05-071-2/+13
| | | | | | as mysql_unbuffered_query (can be either MYSQL_USE_RESULT or MYSQL_STORE_RESULT)
* Fix broken ZTS build.Sascha Schumann2001-05-051-0/+1
|
* emalloc()'d strings must be freed before the request shutdown;Zeev Suraski2001-05-052-3/+10
| | | | | Rule of the thumb: initialize in RINIT, clean in RSHUTDOWN
* Fixed bug in my previous patch, forgot to reset connect error globalsJason Greene2001-05-041-0/+6
| | | | | on request startup.
* Fix bugs: #10642, #10612foobar2001-05-041-1/+3
|
* @ Added connection error support to mysql_error() and mysql_errno() (Jason)Jason Greene2001-05-042-3/+28
| | | | | | This should work correctly without causing compatibility issues with previous scripts. Someone might want to double check this change, just in case.
* Possible Fix for #10570, #10585, #10539 and maybe others.foobar2001-05-022-5/+17
|
* whitespace fixZeev Suraski2001-04-291-5/+5
|
* Enforce the right number of params for mysql_fetch_*() functions, related to ↵Matt McClanahan2001-04-261-5/+9
| | | | bug 9839.
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3
| | | | | # Heads up people! I tested this before committing but you never know..
* Implement mysql_unbuffered_query() - uses mysql_use_result() instead ofZeev Suraski2001-03-132-37/+47
| | | | | mysql_store_result()
* Centralize query codeZeev Suraski2001-03-131-72/+51
|
* Use a container struct instead of MYSQL directlyZeev Suraski2001-03-131-75/+81
|
* Fixed prototype.Sean Bright2001-03-121-1/+1
|
* This should fix the problems with not including -lz.foobar2001-03-101-0/+5
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* Initalize some of the global vars. Crashed under ms debugger without having ↵Shane Caraveo2001-02-211-3/+7
| | | | them initialized.
* Typos in protos.Egon Schmid2001-02-181-1/+1
|
* did someone poop in the code? :-)Stig Bakken2001-02-011-1/+1
|
* Only two lines are allowed here.Egon Schmid2001-01-311-3/+2
|
* Added the mysql_get_*_info() functions.Sean Bright2001-01-312-0/+123
| | | | | | | | # If anyone knows of a version of mysql lower then 3.20.32 that implements # all 3 of these functions, please change the conditionals. @- Added mysql_get_client_info(), mysql_get_server_info(), @ mysql_get_proto_info(), and mysql_get_host_info() functions. (Sean)
* - Change unset() functions to null(). unset() is legacyAndi Gutmans2001-01-311-2/+2
|
* Fixed conditional.Sean Bright2001-01-311-1/+1
| | | | | # Woops!
* 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)