summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Expand)AuthorAgeFilesLines
* Please welcome the new build system.Sascha Schumann2002-03-072-10/+19
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
* Corrected bug in php_mysql_fetch_hash() that prevented columns with NULL valu...Zak Greant2001-12-301-2/+5
* 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
* More protos fixed.Egon Schmid2001-11-081-21/+21
* - prototypesDerick Rethans2001-11-081-17/+17
* (PHP mysql_connect) Removed warning message regarding NONEXISTENT characterMySQL Team2001-11-062-9/+10
* 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
* - 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
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-75/+75
* - 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 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