summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed formatting issues (patch by: Joe Orton)Ilia Alshanetsky2003-10-171-3/+3
|
* Aligned configure help texts.foobar2003-10-031-1/+1
|
* Alignment fixMoriyoshi Koizumi2003-10-031-1/+1
|
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
|
* format string fixesAndrey Hristov2003-08-281-2/+2
|
* Revert the patch per Dan\´s requestfoobar2003-08-282-50/+9
|
* typofixfoobar2003-08-281-1/+1
|
* Committing a patch for IBM DB2 BLOB support submitted by Clara LiuDan Kalowsky2003-08-272-9/+50
| | | | | | | | (clara@zealworks.com). # I haven't had time to completely test this patch, a few users have stated # that it works well for them and a few others want to test with windows # builds, hence the submission.
* emalloc -> safe_emallocIlia Alshanetsky2003-08-181-1/+1
|
* Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields).Ilia Alshanetsky2003-08-141-1/+6
|
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-2/+2
|
* Fix compile warningfoobar2003-08-111-1/+1
|
* Use new infrastructure.Zeev Suraski2003-08-031-3/+1
| | | | | There are bound to be some messups, please report build/runtime bugs!
* WS fixfoobar2003-07-142-3/+3
|
* Remove un-used code.foobar2003-07-111-32/+0
|
* Fix for bug #22897Dan Kalowsky2003-07-111-3/+3
|
* proto fixesAndrey Hristov2003-06-162-42/+43
| | | | | #my head hurts now. no more fixes today ;)
* Updating email addressFrank M. Kromann2003-06-141-1/+1
|
* updating license information in the headers.James Cox2003-06-105-15/+15
|
* MFBfoobar2003-05-311-5/+8
|
* Fixed bug #23898 (Proper handling of NULLs in odbc_result, odbc_fetch_intoIlia Alshanetsky2003-05-301-7/+10
| | | | | and odbc_result_all)
* - Fixed bug #22580 (ext/odbc compile failure with dbmaker)foobar2003-05-023-0/+7
|
* UnixODBC also supports the fetch_array() and fetch_object() functions...Wez Furlong2003-04-301-1/+1
|
* Fix memory leak in odbc_fetch_(array|object).Wez Furlong2003-04-302-7/+10
| | | | | Enable those functions for IBM DB2.
* * email address changeStig Bakken2003-03-183-3/+3
|
* Fixed spprintf() usage.Ilia Alshanetsky2003-03-121-2/+2
| | | | | Fixed compiler warnings.
* - Fixed bug #20715 (odbc could not be compiled as shared extension)foobar2003-03-111-4/+5
|
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-6/+6
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* Fixed typo caught by Dave.foobar2003-03-071-1/+1
|
* Fixed bug #22437.Ilia Alshanetsky2003-03-041-4/+1
|
* Cleanupfoobar2003-02-251-7/+6
|
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
| | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
* MFBDan Kalowsky2003-02-071-2/+2
|
* Patch for bug #21844Dan Kalowsky2003-01-241-0/+5
|
* getParameters -> zend_get_parameters_ex.Ilia Alshanetsky2003-01-211-117/+73
|
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-182-151/+58
| | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process.
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-7/+2
|
* typo correctedDan Kalowsky2003-01-161-1/+1
|
* Adding in test ability for WIndows to fetch_objectsDan Kalowsky2003-01-162-3/+3
|
* Version is char ;).Ilia Alshanetsky2003-01-081-1/+1
|
* Version tag for future move to PECLDan Kalowsky2003-01-071-1/+1
|
* Reverting last change as it really doesn't fix longreadlen problems in allDan Kalowsky2003-01-072-10/+6
| | | | | cases.
* Patch for bug #19349Dan Kalowsky2003-01-061-5/+10
|
* Correction for bug #21279Dan Kalowsky2003-01-061-2/+2
|
* Bump year.Sebastian Bergmann2002-12-315-5/+5
|
* ws fixesfoobar2002-11-121-42/+42
|
* Patch for windows DSN less connection #20086 (by john@johnandlouise.com)Dan Kalowsky2002-10-311-1/+1
|
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+0
| | | | | instances
* Align with other configure --help textsfoobar2002-10-211-1/+1
|
* Silencing a compilier warning on windowsDan Kalowsky2002-08-141-1/+1
|