summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Expand)AuthorAgeFilesLines
* Nuke more quotesSascha Schumann2001-05-121-5/+5
* Reverse my earlier patch for mysql_db_query() & emit an E_NOTICE of it'sWez Furlong2001-05-091-13/+6
* Fix the build.foobar2001-05-081-2/+2
* Enabled optional result_mode param in mysql_db_query() to make it behaveWez Furlong2001-05-071-2/+13
* 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
* Fixed bug in my previous patch, forgot to reset connect error globalsJason Greene2001-05-041-0/+6
* 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
* 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
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3
* Implement mysql_unbuffered_query() - uses mysql_use_result() instead ofZeev Suraski2001-03-132-37/+47
* 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
* 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
* - Change unset() functions to null(). unset() is legacyAndi Gutmans2001-01-311-2/+2
* Fixed conditional.Sean Bright2001-01-311-1/+1
* Fix for bug #8991. mysql_field_type() now returns "year" for columns ofSean Bright2001-01-311-0/+9
* 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
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-0/+2
* 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
* - Get the MySQL module a bit uptodate.Zeev Suraski2000-12-021-130/+152
* 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
* 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
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-6/+9
* 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