#
d7383e32 |
| 19-Apr-2001 |
Dan Kalowsky |
appling patch for joey since he has no ODBC karma. this is for bug #10252 |
#
f41f3697 |
| 19-Apr-2001 |
Dan Kalowsky |
corrects bug #7488, patch supplied by submitter (torben@php.net). quick local tests show it to work. |
#
685186f9 |
| 17-Apr-2001 |
Dan Kalowsky |
This change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why this patch was applied no one seemed to respond with anything useful. If you find this change in error, sorry, I tested it
This change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why this patch was applied no one seemed to respond with anything useful. If you find this change in error, sorry, I tested it on as many systems as I could.
show more ...
|
#
3cd2c989 |
| 10-Apr-2001 |
Kevin |
Fixed compatibility issues in the ODBC extension for the Velocis Database server. Specifically, config.m4 was changed to use the client libraries instead of the serer libraries, and to look for the l
Fixed compatibility issues in the ODBC extension for the Velocis Database 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.
show more ...
|
Revision tags: php-4.0.5RC6 |
|
#
971d6505 |
| 02-Apr-2001 |
Nick Gorham |
Added small change to php_odbc module, to check for failed SQLDisconnects and to close any outstanding transactions if the call fails, then disconnect again. This can cause chaos with SQL Ser
Added small change to php_odbc module, to check for failed SQLDisconnects 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.
show more ...
|
Revision tags: php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3 |
|
#
959f40a9 |
| 27-Mar-2001 |
Dan Kalowsky |
The last fix was missing a &, Marc Boeren either made the patch wrong, or I applied it improperly. Anyways, Sebastian Bergmann discovered it, and supposedly is fixed with this. |
#
0d7729ed |
| 27-Mar-2001 |
Dan Kalowsky |
Fix for Bug #9272, as submitted by marc boeren (m.boeren@guidance.nl). Applied by me, due to apparently a lack of cvs access to ext/odbc for him. |
Revision tags: php-4.0.5RC2, php-4.0.5RC1 |
|
#
f98710c8 |
| 09-Mar-2001 |
Frank M. Kromann |
Adding a new function odbc_next_result() allowing the query to return more than one result. This can be done with a stored procedure or by sending more than one select to the server. |
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001 |
#
90c8e2cf |
| 15-Jan-2001 |
Zeev Suraski |
Fix Win32 build |
#
fcdf6ac6 |
| 15-Jan-2001 |
Stig Bakken |
@- Added odbc_error() and odbc_errormsg() functions (Stig) |
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2 |
|
#
e4d11070 |
| 05-Jan-2001 |
Frank M. Kromann |
Adding hack to allow odbc_tables to work on Access databases |
Revision tags: php-4.0.4pl1RC1 |
|
#
8b2dbfca |
| 28-Dec-2000 |
Dan Kalowsky |
added #define(OPENLINK) to the SDWORD instead of SQLINTEGER line.. this is for bug #5526 to allow compiles. |
Revision tags: php-4.0.4REL |
|
#
ac2e12a9 |
| 15-Dec-2000 |
Stig Bakken |
@Added ODBC_TYPE constant (Stig) |
Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4 |
|
#
92fc2093 |
| 05-Dec-2000 |
Stig Bakken |
Applied IBM DB2 patch by Walter Franzini <walter@sys-net.it> @ext/odbc: IBM DB2 patch by Walter Franzini <walter@sys-net.it> |
Revision tags: php-4.0.4RC3 |
|
#
b52648ef |
| 17-Nov-2000 |
Dan Kalowsky |
Missed one section that required the addition of a new HAVE_SOLID_30 This should be correct now. |
#
3e2ddd1e |
| 17-Nov-2000 |
Dan Kalowsky |
Corrected the spelling of verion to version, and cleaned the configuration code up a bit. Also added in much better (read: tested) support for Solid 3.0. Credit for almost all of the patch
Corrected the spelling of verion to version, and cleaned the configuration 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)
show more ...
|
#
f1dcb32c |
| 25-Oct-2000 |
Andrei Zmievski |
Use zend_register_list_destructors_ex() instead. |
#
7b4983c8 |
| 20-Oct-2000 |
Andrei Zmievski |
Mega-patch to get better resource information for modules. * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destruc
Mega-patch to get better resource information for modules. * 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)
show more ...
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
ca1b12c5 |
| 29-Sep-2000 |
Dan Kalowsky |
corrected lines for Solid 2.3 systems after some advice from users, please test... |
#
e048e34e |
| 28-Sep-2000 |
Frank M. Kromann |
Having odbc_tables() and odbc_columns() match the documentation with parameters optionel from the right |
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
81ded022 |
| 06-Jul-2000 |
Stig Bakken |
Applied DBMaker patch by Jeffrey Lin <clin@lion.syscom.com.tw> |
#
b9037f7d |
| 02-Jul-2000 |
Andi Gutmans |
- Make PHP compile again under Windows. - Please be careful when you make such changes. |
#
5f81cba5 |
| 30-Jun-2000 |
Dan Kalowsky |
updates for the SolidEE to work for 3.5 with PHP4.0.1. Still causes warning of "integer from pointer used without typecast" but does not seem to effect the final build any. have not found a correct
updates for the SolidEE to work for 3.5 with PHP4.0.1. Still causes warning 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.
show more ...
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
0c032536 |
| 24-Jun-2000 |
Sascha Schumann |
Stop including dl/phpdl.h. |