Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFB: fix #40805 (Failure executing function ibase_execute()) | Antony Dovgal | 2007-03-16 | 1 | -6/+6 |
* | Typo | Hannes Magnusson | 2007-02-28 | 1 | -1/+1 |
* | - avoid sprintf | Marcus Boerger | 2007-02-24 | 4 | -22/+22 |
* | fix wrong param definition | Antony Dovgal | 2007-01-22 | 1 | -1/+1 |
* | fix long/int mess | Antony Dovgal | 2007-01-22 | 1 | -2/+4 |
* | fix the previous patch | Antony Dovgal | 2007-01-18 | 1 | -3/+3 |
* | use snprintf() | Antony Dovgal | 2007-01-18 | 1 | -7/+13 |
* | use snprintf() | Antony Dovgal | 2007-01-18 | 1 | -2/+2 |
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 8 | -8/+8 |
* | MFB: safety checks | Ilia Alshanetsky | 2006-12-26 | 1 | -1/+1 |
* | use safe_emalloc() | Antony Dovgal | 2006-12-25 | 1 | -1/+1 |
* | MFB: Thread safety fixes. | Ilia Alshanetsky | 2006-11-30 | 1 | -7/+6 |
* | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -6/+9 |
* | - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase | Pierre Joye | 2006-03-08 | 1 | -6/+1 |
* | bump year and license version | foobar | 2006-01-01 | 9 | -27/+27 |
* | - Revert accidential 'drop in' from 1.227 | Marcus Boerger | 2005-12-11 | 1 | -1/+1 |
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -2/+2 |
* | - list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -4/+4 |
* | fix #34855 (ibase_service_attach() segfault on AMD64) | Antony Dovgal | 2005-10-13 | 1 | -1/+1 |
* | - Bumber up year | foobar | 2005-08-03 | 9 | -9/+9 |
* | - Added PHP_INSTALL_HEADERS() macro | foobar | 2005-05-07 | 1 | -2/+2 |
* | Fixed bug #31597: ibase_connect() - incorrect warning | Ard Biesheuvel | 2005-02-23 | 1 | -1/+1 |
* | Fixed return value of ibase_execute() | Ard Biesheuvel | 2004-11-10 | 1 | -2/+3 |
* | Don't copy ini items to module globals | Ard Biesheuvel | 2004-07-06 | 3 | -41/+40 |
* | Eliminate potentially dangerous alloca(). | Ilia Alshanetsky | 2004-07-04 | 1 | -2/+2 |
* | Fixed Ilia's alloca() issue/exploit | Ard Biesheuvel | 2004-06-30 | 1 | -40/+33 |
* | MFB Fixed bug #28897 (-1 returned as -0.000 for 64-bit scaled int) | Ard Biesheuvel | 2004-06-28 | 1 | -2/+2 |
* | Revert | Ard Biesheuvel | 2004-06-12 | 2 | -16/+1 |
* | Added export macros | Ard Biesheuvel | 2004-06-12 | 2 | -1/+16 |
* | ... back from the dead | Ard Biesheuvel | 2004-06-08 | 2 | -6/+22 |
* | Added support for date/time types | Ard Biesheuvel | 2004-06-05 | 1 | -26/+158 |
* | Added support for scaled integers | Ard Biesheuvel | 2004-06-04 | 1 | -3/+39 |
* | Added support for arbitrary input types | Ard Biesheuvel | 2004-06-04 | 1 | -38/+107 |
* | Let DB handle type coercion instead of PHP | Ard Biesheuvel | 2004-06-03 | 1 | -49/+38 |
* | Added support for other return types besides VARCHAR | Ard Biesheuvel | 2004-06-03 | 1 | -25/+60 |
* | Fixed blob ID format | Ard Biesheuvel | 2004-06-03 | 1 | -2/+2 |
* | Ton of fixes | Ard Biesheuvel | 2004-06-02 | 1 | -24/+41 |
* | Initial revision of PHP/Interbase UDF lib | Ard Biesheuvel | 2004-06-02 | 1 | -0/+127 |
* | Don't be too strict if the number of binding arguments provided exceeds the e... | Ard Biesheuvel | 2004-06-01 | 1 | -7/+10 |
* | Removed debugging code | Ard Biesheuvel | 2004-06-01 | 1 | -4/+3 |
* | Use constant IBASE_CREATE instead of just 0 | Ard Biesheuvel | 2004-06-01 | 4 | -4/+8 |
* | Fix typo in error message | Ard Biesheuvel | 2004-05-31 | 1 | -2/+2 |
* | Improved handling of 'CREATE DATABASE ...' by ibase_query() | Ard Biesheuvel | 2004-05-31 | 3 | -170/+170 |
* | Restrict 'CREATE DATABASE' in sql safe mode | Ard Biesheuvel | 2004-05-30 | 1 | -0/+5 |
* | Fix Win32 build | Ard Biesheuvel | 2004-05-30 | 2 | -3/+3 |
* | Fix unregistered bug (segfault on uninitialised pointer) | Ard Biesheuvel | 2004-05-30 | 1 | -4/+12 |
* | Use default character set in generated test DB | Ard Biesheuvel | 2004-05-30 | 1 | -2/+2 |
* | Fix HTML/table layout in info() entry | Ard Biesheuvel | 2004-05-30 | 1 | -6/+10 |
* | Removed ibase_timefmt() - use ini_set() instead | Ard Biesheuvel | 2004-05-30 | 5 | -121/+25 |
* | Changed default date format to ISO | Ard Biesheuvel | 2004-05-28 | 2 | -9/+16 |