Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed compatibility issues in the ODBC extension for the Velocis Database ↵ | Kevin | 2001-04-10 | 1 | -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 SQLDisconnects | Nick Gorham | 2001-04-02 | 1 | -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 Kalowsky | 2001-03-27 | 1 | -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 Kalowsky | 2001-03-27 | 1 | -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. Kromann | 2001-03-09 | 1 | -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 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Fix Win32 build | Zeev Suraski | 2001-01-15 | 1 | -1/+3 | |
| | ||||||
* | @- Added odbc_error() and odbc_errormsg() functions (Stig) | Stig Bakken | 2001-01-15 | 1 | -55/+126 | |
| | ||||||
* | Adding hack to allow odbc_tables to work on Access databases | Frank M. Kromann | 2001-01-05 | 1 | -0/+3 | |
| | ||||||
* | added #define(OPENLINK) to the SDWORD instead of SQLINTEGER line.. this is ↵ | Dan Kalowsky | 2000-12-28 | 1 | -1/+1 | |
| | | | | for bug #5526 to allow compiles. | |||||
* | @Added ODBC_TYPE constant (Stig) | Stig Bakken | 2000-12-15 | 1 | -0/+1 | |
| | ||||||
* | Applied IBM DB2 patch by Walter Franzini <walter@sys-net.it> | Stig Bakken | 2000-12-05 | 1 | -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_30 | Dan Kalowsky | 2000-11-17 | 1 | -1/+1 | |
| | | | | | This should be correct now. | |||||
* | Corrected the spelling of verion to version, and cleaned the configuration | Dan Kalowsky | 2000-11-17 | 1 | -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 Zmievski | 2000-10-25 | 1 | -3/+3 | |
| | ||||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -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 Kalowsky | 2000-09-29 | 1 | -0/+10 | |
| | | | | test... | |||||
* | Having odbc_tables() and odbc_columns() match the documentation with ↵ | Frank M. Kromann | 2000-09-28 | 1 | -34/+30 | |
| | | | | parameters optionel from the right | |||||
* | Applied DBMaker patch by Jeffrey Lin <clin@lion.syscom.com.tw> | Stig Bakken | 2000-07-06 | 1 | -0/+187 | |
| | ||||||
* | - Make PHP compile again under Windows. | Andi Gutmans | 2000-07-02 | 1 | -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 Kalowsky | 2000-06-30 | 1 | -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 Schumann | 2000-06-24 | 1 | -4/+0 | |
| | ||||||
* | - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions | Andi Gutmans | 2000-06-15 | 1 | -2/+2 | |
| | ||||||
* | - Fix Win32 build | Zeev Suraski | 2000-06-07 | 1 | -2/+3 | |
| | | | | | - Nuke a warning | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -20/+20 | |
| | ||||||
* | Changed parameter naming some function prototypes | Andreas Karajannis | 2000-05-28 | 1 | -9/+9 | |
| | ||||||
* | Cosmetic changes. | Andreas Karajannis | 2000-05-28 | 1 | -49/+45 | |
| | ||||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -2/+2 | |
| | ||||||
* | Turn off retrieving the whole error stack | Andreas Karajannis | 2000-05-21 | 1 | -2/+6 | |
| | ||||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 | |
| | ||||||
* | Prototype adapted | Andreas Karajannis | 2000-05-11 | 1 | -1/+1 | |
| | ||||||
* | Restoring old parameter ordering in odbc_fetch_into() | Andreas Karajannis | 2000-05-11 | 1 | -9/+5 | |
| | ||||||
* | Fixed some typos. | Egon Schmid | 2000-05-11 | 1 | -3/+3 | |
| | ||||||
* | Forcing passing by reference for array in odbc_fetch_into() | Andreas Karajannis | 2000-05-11 | 1 | -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_DL | Sascha Schumann | 2000-05-02 | 1 | -2/+2 | |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | |||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 | |
| | | | | | ZEND_GET_MODULE(name) macro. | |||||
* | Removed unnecessary FAR's (I am assuming we don't need to work under | Nick Gorham | 2000-04-16 | 1 | -2/+2 | |
| | | | | | 16 bit windows). They break several ODBC builds. | |||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-06 | 1 | -5/+6 | |
| | ||||||
* | - ELS are passed to internal functions | Andi Gutmans | 2000-03-14 | 1 | -2/+0 | |
| | ||||||
* | odbc_close() and odbc_close_all() working again | Andreas Karajannis | 2000-03-13 | 1 | -11/+71 | |
| | ||||||
* | Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken. | Sascha Schumann | 2000-03-12 | 1 | -1/+1 | |
| | ||||||
* | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -1/+0 | |
| | | | | | PR: #3786 | |||||
* | remove recent patch to _close_odbc_conn calling _free_odbc_result | Leo Baschy | 2000-03-12 | 1 | -30/+0 | |
| | ||||||
* | - Don't define DEBUG anymore. Everyone should use PHP_DEBUG. | Andi Gutmans | 2000-03-11 | 1 | -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 possible | Leo Baschy | 2000-03-09 | 1 | -0/+30 | |
| | ||||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+5 | |
| | | | | | directory name. | |||||
* | uodbc now uses zend's reference system. The crashes on request shutdown ↵ | Andreas Karajannis | 2000-02-23 | 1 | -39/+21 | |
| | | | | should be gone. | |||||
* | More protos. | Egon Schmid | 2000-02-23 | 1 | -26/+26 | |
| | ||||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | - Make Win32 compile again | Andi Gutmans | 2000-02-05 | 1 | -8/+7 | |
| |