summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Expand)AuthorAgeFilesLines
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-5/+3
* Zend compatibility patchZeev Suraski2001-07-301-2/+2
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-13/+6
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-4/+4
* - More object macro workAndi Gutmans2001-07-281-4/+6
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-52/+20
* Make it possible to build mysql extension as shared module.foobar2001-06-221-0/+4
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-0/+2
* Fix Non-terminated commentJason Greene2001-06-051-1/+1
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-30/+61
* Upgrade ext/mysql/libmysql to version 3.23.39. No major changes -MySQL Team2001-06-0131-154/+262
* This should finally get rid of those zlib problems. And this is safe too.foobar2001-05-291-11/+9
* Oops.foobar2001-05-281-1/+1
* Adding libnsl here causes problems on some systems.foobar2001-05-281-1/+1
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* 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