summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #13628.Dan Kalowsky2001-12-071-0/+1
* proto fixesHartmut Holzgraefe2001-12-071-2/+2
* protos preparedHartmut Holzgraefe2001-12-071-0/+36
* Unified the configure messages.foobar2001-11-301-0/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-112-1/+5
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-252-163/+163
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Patch to stop the crashing behavior exhibited by PHP/ODBC in SOLID/DB2Dan Kalowsky2001-09-051-0/+2
* - More ZE2 fixesAndi Gutmans2001-08-131-1/+0
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-1/+4
* - Make odbc_fetch_object() work with Engine 2Andi Gutmans2001-08-111-3/+1
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-0/+4
* These are redefined in the sqltypes.h that comes with unixODBC. PR: #12519foobar2001-08-031-0/+8
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-312-8/+7
* More TSRMLS_FETCH workZeev Suraski2001-07-311-4/+3
* Zend compatibility patchZeev Suraski2001-07-302-18/+17
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-3/+0
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-1/+1
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-303-7/+8
* - Object macros...Andi Gutmans2001-07-281-7/+8
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-37/+11
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* Making --with-openlink work the same as --with-iodbc for it's eventualDan Kalowsky2001-07-061-8/+12
* Closed off Solid DB access to a function that it doesn't support in 3.0 and l...Dan Kalowsky2001-06-192-0/+6
* Fix bug: #11508foobar2001-06-191-1/+1
* adding in some error checking for parameter counts, and some thread safety forDan Kalowsky2001-06-141-11/+17
* # just correcting the evil vim removal of {{{'s and }}}'s ... bad vim! no fo...Dan Kalowsky2001-06-111-12/+12
* corrected a compile error (named variable missing). thanks to sebastian for ...Dan Kalowsky2001-06-101-12/+13
* added in a bit more checking on the persistent connection checks...Dan Kalowsky2001-06-081-1/+11
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-2/+15
* Fix bug: #9009.foobar2001-06-011-1/+1
* Missing entries in phpinfo() outputfoobar2001-06-011-8/+13
* Output something if password is not set.foobar2001-06-011-1/+3
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-242-0/+8
* Fixing prototypes to match function namesFrank M. Kromann2001-05-221-1/+1
* Nuke more quotesSascha Schumann2001-05-121-5/+5
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-7/+8
* Change for Empress PHP supportWenhui Zhang2001-05-093-12/+80
* this is a fix for bug 10250. it basically provides the unixODBC driver withDan Kalowsky2001-05-081-5/+5
* - More strncpy() -> strlcpy() changes. Am I getting bored yet? :)Andi Gutmans2001-05-021-4/+4
* Fix bug #10563foobar2001-05-011-3/+3
* - Use memcpy() instead of strlcpy() which is faster.Andi Gutmans2001-04-191-6/+5
* appling patch for joey since he has no ODBC karma. this is for bug #10252Dan Kalowsky2001-04-191-2/+4
* corrects bug #7488, patch supplied by submitter (torben@php.net).Dan Kalowsky2001-04-191-7/+8
* This change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why t...Dan Kalowsky2001-04-171-4/+0
* Fixed compatibility issues in the ODBC extension for the Velocis Database ser...Kevin2001-04-104-18/+29
* Separate CPPFLAGS from CFLAGS.Wilfredo Sanchez2001-04-031-1/+1
* Added small change to php_odbc module, to check for failed SQLDisconnectsNick Gorham2001-04-021-8/+20