summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Expand)AuthorAgeFilesLines
* - Added arginfoFelipe Pena2008-07-071-54/+374
* MFH: New way for check void parametersFelipe Pena2008-03-101-4/+4
* Fixed bug #43912 (Interbase column names are truncated to 31 characters)Ilia Alshanetsky2008-01-231-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-318-8/+8
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-2/+3
* Win32 still fails to build ...Lars Westermann2007-11-201-3/+3
* Win32 fails to buildLars Westermann2007-11-201-2/+4
* [DOC] prototype for ibase_query() should be changed to:Lars Westermann2007-11-081-17/+57
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: Fix some lib vs $PHP_LIBDIR issuesJani Taskinen2007-07-311-1/+1
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+1
* MFH: php_gmtime_r() fixesAntony Dovgal2007-06-071-1/+5
* fix #40805 (Failure executing function ibase_execute())Antony Dovgal2007-03-151-6/+6
* malloc() -> pemalloc()Ilia Alshanetsky2007-03-121-1/+1
* fix broken snprintf codeStanislav Malyshev2007-03-061-1/+1
* TypoHannes Magnusson2007-02-281-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-273-20/+20
* strncpy() -> strlcpy()Ilia Alshanetsky2007-02-241-3/+2
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-244-22/+22
* MFHAntony Dovgal2007-01-222-3/+5
* MFHAntony Dovgal2007-01-181-3/+3
* MFHAntony Dovgal2007-01-181-7/+13
* MFH: use snprintf()Antony Dovgal2007-01-181-2/+2
* Update copyright yearIlia Alshanetsky2007-01-011-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-018-8/+8
* Use safe_emalloc()Ilia Alshanetsky2006-12-251-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* Thread safety fixes.Ilia Alshanetsky2006-11-301-7/+6
* Added automatic module globals managementDmitry Stogov2006-06-151-6/+9
* bump year and license versionfoobar2006-01-019-27/+27
* - MFH Revert accidential 'drop in' from 1.227Marcus Boerger2005-12-111-1/+1
* MFH: nuke php3 legacyfoobar2005-12-061-2/+2
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-4/+4
* MFH: fix #34855 (ibase_service_attach() segfault on AMD64)Antony Dovgal2005-10-131-1/+1
* - Bumber up yearfoobar2005-08-039-9/+9
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-2/+2
* Fixed bug #31597: ibase_connect() - incorrect warningArd Biesheuvel2005-02-231-1/+1
* Fixed return value of ibase_execute()Ard Biesheuvel2004-11-101-2/+3
* Don't copy ini items to module globalsArd Biesheuvel2004-07-063-41/+40
* Eliminate potentially dangerous alloca().Ilia Alshanetsky2004-07-041-2/+2
* Fixed Ilia's alloca() issue/exploitArd Biesheuvel2004-06-301-40/+33
* MFB Fixed bug #28897 (-1 returned as -0.000 for 64-bit scaled int)Ard Biesheuvel2004-06-281-2/+2
* RevertArd Biesheuvel2004-06-122-16/+1
* Added export macrosArd Biesheuvel2004-06-122-1/+16
* ... back from the deadArd Biesheuvel2004-06-082-6/+22
* Added support for date/time typesArd Biesheuvel2004-06-051-26/+158
* Added support for scaled integersArd Biesheuvel2004-06-041-3/+39
* Added support for arbitrary input typesArd Biesheuvel2004-06-041-38/+107
* Let DB handle type coercion instead of PHPArd Biesheuvel2004-06-031-49/+38
* Added support for other return types besides VARCHARArd Biesheuvel2004-06-031-25/+60