| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | proto thiko fix | Hartmut Holzgraefe | 2003-09-22 | 1 | -1/+1 |
| * | Link to fbclient.dll if available | Ard Biesheuvel | 2003-09-17 | 1 | -1/+3 |
| * | Use isc_get_version() for client lib info if available | Ard Biesheuvel | 2003-09-16 | 1 | -10/+11 |
| * | proto fix | Hartmut Holzgraefe | 2003-09-16 | 1 | -1/+2 |
| * | Pointer size fix | Ard Biesheuvel | 2003-09-12 | 1 | -2/+4 |
| * | Add client library info to phpinfo() function | Ard Biesheuvel | 2003-09-11 | 1 | -22/+37 |
| * | Changed unsigned ISC_LONG to ISC_LONG | Ard Biesheuvel | 2003-09-11 | 1 | -1/+1 |
| * | Add version info to Windows DLL | Ard Biesheuvel | 2003-09-07 | 1 | -2/+4 |
| * | Be more relaxed about dimensions of array arguments | Ard Biesheuvel | 2003-09-05 | 1 | -29/+64 |
| * | Added support for binding arrays | Ard Biesheuvel | 2003-09-04 | 1 | -80/+285 |
| * | Don't rely on sizeof(int) == 4 | Ard Biesheuvel | 2003-09-04 | 1 | -1/+4 |
| * | Fix inter-op with IB < 6 | Ard Biesheuvel | 2003-09-04 | 1 | -35/+63 |
| * | Fixed fetching of arrays | Ard Biesheuvel | 2003-09-04 | 1 | -185/+142 |
| * | No scaling for double type | Ard Biesheuvel | 2003-09-04 | 1 | -68/+87 |
| * | Fix binding of 16-bit NUMERIC parameters | Ard Biesheuvel | 2003-09-03 | 1 | -164/+126 |
| * | Nuke far pointers | Ard Biesheuvel | 2003-09-02 | 1 | -18/+18 |
| * | CS fixes | Ard Biesheuvel | 2003-09-02 | 1 | -48/+65 |
| * | Make ibase_{param|field}_info() return typenames that actually mean something | Ard Biesheuvel | 2003-09-02 | 1 | -78/+94 |
| * | Can't ignore variadic DEBUG macro for compilers | Ard Biesheuvel | 2003-09-02 | 1 | -5/+5 |
| * | Changed some formatting/macro/debugging/variadic stuff | Ard Biesheuvel | 2003-09-02 | 1 | -6/+8 |
| * | Prototype fixes | Ard Biesheuvel | 2003-08-28 | 1 | -15/+15 |
| * | Fixed some format strings | Ard Biesheuvel | 2003-08-28 | 1 | -3/+3 |
| * | Removed TSRMLS_FETCH from _php_ibase_module_error() | Ard Biesheuvel | 2003-08-28 | 1 | -29/+33 |
| * | Do not reuse data structure for ibase_execute() results. | Ard Biesheuvel | 2003-08-27 | 1 | -114/+105 |
| * | Fix false warning on zero-size BLOB fetch | Ard Biesheuvel | 2003-08-20 | 1 | -16/+26 |
| * | Reuse result data structure and resource id for consecutive executions | Ard Biesheuvel | 2003-08-20 | 1 | -53/+53 |
| * | Moved transaction defaults to header file | Ard Biesheuvel | 2003-08-20 | 1 | -19/+20 |
| * | Cleaned up _php_ibase_var_zval() | Ard Biesheuvel | 2003-08-20 | 1 | -49/+33 |
| * | Fix Win32 build | Ard Biesheuvel | 2003-08-20 | 1 | -1/+1 |
| * | Moved some local vars to stack | Ard Biesheuvel | 2003-08-20 | 1 | -116/+90 |
| * | Nuke link handle from BLOB id | Ard Biesheuvel | 2003-08-20 | 1 | -191/+201 |
| * | Nuke bogus BLOB ids | Ard Biesheuvel | 2003-08-18 | 1 | -105/+139 |
| * | Simplify previous fix | Ard Biesheuvel | 2003-08-17 | 1 | -14/+3 |
| * | Fixed leak in _php_ibase_bind() | Ard Biesheuvel | 2003-08-17 | 1 | -41/+47 |
| * | Fix possible leak in _php_ibase_fetch_hash() | Ard Biesheuvel | 2003-08-17 | 1 | -20/+19 |
| * | Apply fix for ibase_blob_get() to ibase_fetch_*() | Ard Biesheuvel | 2003-08-17 | 1 | -97/+102 |
| * | Always fill entire buffer in ibase_blob_get() | Ard Biesheuvel | 2003-08-16 | 1 | -11/+10 |
| * | Fixed bug #18744 | Ard Biesheuvel | 2003-08-16 | 1 | -3/+11 |
| * | Fixed bug #24224 | Ard Biesheuvel | 2003-08-16 | 1 | -79/+64 |
| * | Removed ibase_num_rows() | Ard Biesheuvel | 2003-08-16 | 1 | -31/+51 |
| * | Added comment about ibase_num_rows() | Ard Biesheuvel | 2003-08-16 | 1 | -12/+22 |
| * | Added ibase_free_event_handler() | Ard Biesheuvel | 2003-08-15 | 1 | -6/+22 |
| * | Moved TRMLS_FETCH to correct scope | Ard Biesheuvel | 2003-08-15 | 1 | -3/+4 |
| * | Added ibase_set_event_handler() | Ard Biesheuvel | 2003-08-15 | 1 | -15/+198 |
| * | Added ibase_wait_event() | Ard Biesheuvel | 2003-08-14 | 1 | -4/+112 |
| * | Disable the debugging to prevent the tests from failing. | foobar | 2003-08-13 | 1 | -2/+2 |
| * | Allow the use of EXECUTE PROCEDURE statements | Ard Biesheuvel | 2003-08-13 | 1 | -11/+23 |
| * | Re-commit of failed patch | Ard Biesheuvel | 2003-08-12 | 1 | -136/+159 |
| * | Revert previous patch. | foobar | 2003-08-12 | 1 | -159/+136 |
| * | Allow prepared execution of any non-query statement except CREATE DB | Ard Biesheuvel | 2003-08-12 | 1 | -136/+159 |
