summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed compatibility issues in the ODBC extension for the Velocis Database ↵Kevin2001-04-101-5/+8
| | | | server. Specifically, config.m4 was changed to use the client libraries instead of the serer libraries, and to look for the libs in the $RDSHOME/lin directory ass opposed to the $RDSHOME/bin directory. Makefile.in was changed to use the php_odbc.c file as the source for Velocis support. Other misc changes include a few #defines for some undefined data types and some #ifdefs for unsupported functions.
* Added small change to php_odbc module, to check for failed SQLDisconnectsNick Gorham2001-04-021-8/+20
| | | | | | | | and to close any outstanding transactions if the call fails, then disconnect again. This can cause chaos with SQL Server, this regards a SELECT as starting a transaction, and will leave it open if the result set is not all read.
* The last fix was missing a &, Marc Boeren either made the patch wrong, or I ↵Dan Kalowsky2001-03-271-1/+1
| | | | applied it improperly. Anyways, Sebastian Bergmann discovered it, and supposedly is fixed with this.
* Fix for Bug #9272, as submitted by marc boeren (m.boeren@guidance.nl).Dan Kalowsky2001-03-271-3/+3
| | | | | Applied by me, due to apparently a lack of cvs access to ext/odbc for him.
* Adding a new function odbc_next_result() allowing the query to return more ↵Frank M. Kromann2001-03-091-1/+50
| | | | | | | than one result. This can be done with a stored procedure or by sending more than one select to the server.
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Fix Win32 buildZeev Suraski2001-01-151-1/+3
|
* @- Added odbc_error() and odbc_errormsg() functions (Stig)Stig Bakken2001-01-151-55/+126
|
* Adding hack to allow odbc_tables to work on Access databasesFrank M. Kromann2001-01-051-0/+3
|
* added #define(OPENLINK) to the SDWORD instead of SQLINTEGER line.. this is ↵Dan Kalowsky2000-12-281-1/+1
| | | | for bug #5526 to allow compiles.
* @Added ODBC_TYPE constant (Stig)Stig Bakken2000-12-151-0/+1
|
* Applied IBM DB2 patch by Walter Franzini <walter@sys-net.it>Stig Bakken2000-12-051-13/+28
| | | | | @ext/odbc: IBM DB2 patch by Walter Franzini <walter@sys-net.it>
* Missed one section that required the addition of a new HAVE_SOLID_30Dan Kalowsky2000-11-171-1/+1
| | | | | This should be correct now.
* Corrected the spelling of verion to version, and cleaned the configurationDan Kalowsky2000-11-171-15/+15
| | | | | | | | | | | | code up a bit. Also added in much better (read: tested) support for Solid 3.0. Credit for almost all of the patch goes to Eric Veldhuyzen, minor modifications done (by me) to make it non-linux specific. This commit also creates the HAVE_SOLID_30 define @ Fixed/created support for Solid 3.0 databases (kalowsky) @ Fixed support for Solid 2.3 databases (kalowsky)
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
|
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-6/+9
| | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* corrected lines for Solid 2.3 systems after some advice from users, please ↵Dan Kalowsky2000-09-291-0/+10
| | | | test...
* Having odbc_tables() and odbc_columns() match the documentation with ↵Frank M. Kromann2000-09-281-34/+30
| | | | parameters optionel from the right
* Applied DBMaker patch by Jeffrey Lin <clin@lion.syscom.com.tw>Stig Bakken2000-07-061-0/+187
|
* - Make PHP compile again under Windows.Andi Gutmans2000-07-021-1/+1
| | | | | - Please be careful when you make such changes.
* updates for the SolidEE to work for 3.5 with PHP4.0.1. Still causes warning ↵Dan Kalowsky2000-06-301-9/+9
| | | | | | | | | of "integer from pointer used without typecast" but does not seem to effect the final build any. have not found a correction yet. has not shown the SQLParamData bug either, but unknown if it is closed as i was unable to reproduce it. basically fixed the config.m4 file, and added a #define of HAVE_SOLID_35, due to the solidee 3.5 vs all other solidee systems being drastically different. and solidtech providing no means for testing what version you are using. does not include fixes for the linux users of glibc2 (automatically assumes libc5). temporary work around, link your /usr/local/solid/lib files from a scll2x23 or scll2x30 to a scllux30 or scllux23 name... suggestions to automate this are welcome.
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-4/+0
|
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-2/+2
|
* - Fix Win32 buildZeev Suraski2000-06-071-2/+3
| | | | | - Nuke a warning
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-20/+20
|
* Changed parameter naming some function prototypesAndreas Karajannis2000-05-281-9/+9
|
* Cosmetic changes.Andreas Karajannis2000-05-281-49/+45
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-2/+2
|
* Turn off retrieving the whole error stackAndreas Karajannis2000-05-211-2/+6
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Prototype adaptedAndreas Karajannis2000-05-111-1/+1
|
* Restoring old parameter ordering in odbc_fetch_into()Andreas Karajannis2000-05-111-9/+5
|
* Fixed some typos.Egon Schmid2000-05-111-3/+3
|
* Forcing passing by reference for array in odbc_fetch_into()Andreas Karajannis2000-05-111-62/+77
| | | | | | Added function odbc_column_scale(), new alias odbc_column_precision for odbc_column_len Added better description in Prototypes for some functions
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* Removed unnecessary FAR's (I am assuming we don't need to work underNick Gorham2000-04-161-2/+2
| | | | | 16 bit windows). They break several ODBC builds.
* phpinfo() prettyingColin Viebrock2000-04-061-5/+6
|
* - ELS are passed to internal functionsAndi Gutmans2000-03-141-2/+0
|
* odbc_close() and odbc_close_all() working againAndreas Karajannis2000-03-131-11/+71
|
* Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.Sascha Schumann2000-03-121-1/+1
|
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
| | | | | PR: #3786
* remove recent patch to _close_odbc_conn calling _free_odbc_resultLeo Baschy2000-03-121-30/+0
|
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-111-1/+1
| | | | | | | | There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages?
* _close_odbc_conn calls _free_odbc_result if possibleLeo Baschy2000-03-091-0/+30
|
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+5
| | | | | directory name.
* uodbc now uses zend's reference system. The crashes on request shutdown ↵Andreas Karajannis2000-02-231-39/+21
| | | | should be gone.
* More protos.Egon Schmid2000-02-231-26/+26
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* - Make Win32 compile againAndi Gutmans2000-02-051-8/+7
|