summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Collapse)AuthorAgeFilesLines
* MFH: fix for bug #16743foobar2002-04-271-0/+3
|
* MFHEdin Kadribasic2002-04-251-0/+1
|
* MFHfoobar2002-04-241-2/+2
|
* MFH (MS VS.Net Fix).Sebastian Bergmann2002-04-083-3/+3
|
* - Fixed bug: #14147 (partial MFH, the uncompress issue)foobar2002-03-201-4/+22
|
* Disallow mysql's 'LOAD LOCAL' when safe mode is enabledJason Greene2002-03-072-0/+7
|
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* Corrected bug in php_mysql_fetch_hash() that prevented columns with NULL ↵Zak Greant2001-12-301-2/+5
| | | | values from having both numeric and associative indexes. (Bug 14291)
* Check for ushortAlex Waugh2001-12-232-0/+24
|
* Cache results of check for int8Alex Waugh2001-12-231-3/+9
|
* Fix bug #13456 - I'm unable to actually test itZeev Suraski2001-12-151-1/+1
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Work around a quirk in the MySQL client library to fix unbuffered queriesZeev Suraski2001-12-061-4/+6
|
* - Prototype new parameter which forces the creation of new links.Markus Fischer2001-12-061-1/+1
|
* Unified the configure messages.foobar2001-11-301-3/+4
|
* - Reverse slight mistake (patch by Markus Fischer)Derick Rethans2001-11-231-1/+1
|
* - Added a parameter to mysql_connect to force a new database link to beDerick Rethans2001-11-221-4/+15
| | | | | | | created. (patch by Markus Fischer <mfischer@guru.josefine.at>) @- Added a parameter to mysql_connect to force a new database link to be @ created. (Markus, Derick)
* More protos fixed.Egon Schmid2001-11-081-21/+21
|
* - prototypesDerick Rethans2001-11-081-17/+17
| | | | | #- Thanks to Zak for pointing this out during his talk
* (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
|
* - Fix for bug #13918Derick Rethans2001-11-031-0/+1
|
* This was conditionally included if HAVE_MYSQL_REAL_CONNECT was defined.foobar2001-11-021-7/+9
|
* Make the extension work with MySQL 4.0foobar2001-11-022-2/+21
|
* This propably fixes couple of problems with compiling with external libs.foobar2001-11-021-1/+1
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-2/+10
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* - Fix for bug #13592 (Patch by Markus Fischer <mfischer@guru.josefine.at>)Derick Rethans2001-10-081-0/+5
|
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-1/+1
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-75/+75
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Proto fixJeroen van Wolffelaar2001-08-201-1/+1
|
* - Make mysql_fetch_object() work w/ Engine 2Andi Gutmans2001-08-111-4/+1
|
* WhitespaceZeev Suraski2001-08-111-2/+2
|
* more tsrm cleanupSascha Schumann2001-08-061-2/+2
|
* 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 ↵Zeev Suraski2001-07-301-4/+4
| | | | the way
* - 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
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* 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.
* 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
|