Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed formatting issues (patch by: Joe Orton) | Ilia Alshanetsky | 2003-10-17 | 1 | -3/+3 | |
| | ||||||
* | Aligned configure help texts. | foobar | 2003-10-03 | 1 | -1/+1 | |
| | ||||||
* | Alignment fix | Moriyoshi Koizumi | 2003-10-03 | 1 | -1/+1 | |
| | ||||||
* | Fix Win32 linkage problems | Zeev Suraski | 2003-08-31 | 1 | -0/+3 | |
| | ||||||
* | format string fixes | Andrey Hristov | 2003-08-28 | 1 | -2/+2 | |
| | ||||||
* | Revert the patch per Dan\´s request | foobar | 2003-08-28 | 2 | -50/+9 | |
| | ||||||
* | typofix | foobar | 2003-08-28 | 1 | -1/+1 | |
| | ||||||
* | Committing a patch for IBM DB2 BLOB support submitted by Clara Liu | Dan Kalowsky | 2003-08-27 | 2 | -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_emalloc | Ilia Alshanetsky | 2003-08-18 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields). | Ilia Alshanetsky | 2003-08-14 | 1 | -1/+6 | |
| | ||||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -2/+2 | |
| | ||||||
* | Fix compile warning | foobar | 2003-08-11 | 1 | -1/+1 | |
| | ||||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -3/+1 | |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | |||||
* | WS fix | foobar | 2003-07-14 | 2 | -3/+3 | |
| | ||||||
* | Remove un-used code. | foobar | 2003-07-11 | 1 | -32/+0 | |
| | ||||||
* | Fix for bug #22897 | Dan Kalowsky | 2003-07-11 | 1 | -3/+3 | |
| | ||||||
* | proto fixes | Andrey Hristov | 2003-06-16 | 2 | -42/+43 | |
| | | | | | #my head hurts now. no more fixes today ;) | |||||
* | Updating email address | Frank M. Kromann | 2003-06-14 | 1 | -1/+1 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 5 | -15/+15 | |
| | ||||||
* | MFB | foobar | 2003-05-31 | 1 | -5/+8 | |
| | ||||||
* | Fixed bug #23898 (Proper handling of NULLs in odbc_result, odbc_fetch_into | Ilia Alshanetsky | 2003-05-30 | 1 | -7/+10 | |
| | | | | | and odbc_result_all) | |||||
* | - Fixed bug #22580 (ext/odbc compile failure with dbmaker) | foobar | 2003-05-02 | 3 | -0/+7 | |
| | ||||||
* | UnixODBC also supports the fetch_array() and fetch_object() functions... | Wez Furlong | 2003-04-30 | 1 | -1/+1 | |
| | ||||||
* | Fix memory leak in odbc_fetch_(array|object). | Wez Furlong | 2003-04-30 | 2 | -7/+10 | |
| | | | | | Enable those functions for IBM DB2. | |||||
* | * email address change | Stig Bakken | 2003-03-18 | 3 | -3/+3 | |
| | ||||||
* | Fixed spprintf() usage. | Ilia Alshanetsky | 2003-03-12 | 1 | -2/+2 | |
| | | | | | Fixed compiler warnings. | |||||
* | - Fixed bug #20715 (odbc could not be compiled as shared extension) | foobar | 2003-03-11 | 1 | -4/+5 | |
| | ||||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -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. | foobar | 2003-03-07 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #22437. | Ilia Alshanetsky | 2003-03-04 | 1 | -4/+1 | |
| | ||||||
* | Cleanup | foobar | 2003-02-25 | 1 | -7/+6 | |
| | ||||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -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. | |||||
* | MFB | Dan Kalowsky | 2003-02-07 | 1 | -2/+2 | |
| | ||||||
* | Patch for bug #21844 | Dan Kalowsky | 2003-01-24 | 1 | -0/+5 | |
| | ||||||
* | getParameters -> zend_get_parameters_ex. | Ilia Alshanetsky | 2003-01-21 | 1 | -117/+73 | |
| | ||||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-18 | 2 | -151/+58 | |
| | | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process. | |||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -7/+2 | |
| | ||||||
* | typo corrected | Dan Kalowsky | 2003-01-16 | 1 | -1/+1 | |
| | ||||||
* | Adding in test ability for WIndows to fetch_objects | Dan Kalowsky | 2003-01-16 | 2 | -3/+3 | |
| | ||||||
* | Version is char ;). | Ilia Alshanetsky | 2003-01-08 | 1 | -1/+1 | |
| | ||||||
* | Version tag for future move to PECL | Dan Kalowsky | 2003-01-07 | 1 | -1/+1 | |
| | ||||||
* | Reverting last change as it really doesn't fix longreadlen problems in all | Dan Kalowsky | 2003-01-07 | 2 | -10/+6 | |
| | | | | | cases. | |||||
* | Patch for bug #19349 | Dan Kalowsky | 2003-01-06 | 1 | -5/+10 | |
| | ||||||
* | Correction for bug #21279 | Dan Kalowsky | 2003-01-06 | 1 | -2/+2 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 5 | -5/+5 | |
| | ||||||
* | ws fixes | foobar | 2002-11-12 | 1 | -42/+42 | |
| | ||||||
* | Patch for windows DSN less connection #20086 (by john@johnandlouise.com) | Dan Kalowsky | 2002-10-31 | 1 | -1/+1 | |
| | ||||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -2/+0 | |
| | | | | | instances | |||||
* | Align with other configure --help texts | foobar | 2002-10-21 | 1 | -1/+1 | |
| | ||||||
* | Silencing a compilier warning on windows | Dan Kalowsky | 2002-08-14 | 1 | -1/+1 | |
| |