summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Expand)AuthorAgeFilesLines
* MFB: fix #40805 (Failure executing function ibase_execute())Antony Dovgal2007-03-161-6/+6
* TypoHannes Magnusson2007-02-281-1/+1
* - avoid sprintfMarcus Boerger2007-02-244-22/+22
* fix wrong param definitionAntony Dovgal2007-01-221-1/+1
* fix long/int messAntony Dovgal2007-01-221-2/+4
* fix the previous patchAntony Dovgal2007-01-181-3/+3
* use snprintf()Antony Dovgal2007-01-181-7/+13
* use snprintf()Antony Dovgal2007-01-181-2/+2
* Bump year.Sebastian Bergmann2007-01-018-8/+8
* MFB: safety checksIlia Alshanetsky2006-12-261-1/+1
* use safe_emalloc()Antony Dovgal2006-12-251-1/+1
* MFB: Thread safety fixes.Ilia Alshanetsky2006-11-301-7/+6
* Added automatic module globals managementDmitry Stogov2006-06-131-6/+9
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-6/+1
* bump year and license versionfoobar2006-01-019-27/+27
* - Revert accidential 'drop in' from 1.227Marcus Boerger2005-12-111-1/+1
* - Nuke php3 legacyfoobar2005-12-061-2/+2
* - list_entry -> zend_rsrc_list_entryfoobar2005-12-051-4/+4
* 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
* Fixed blob ID formatArd Biesheuvel2004-06-031-2/+2
* Ton of fixesArd Biesheuvel2004-06-021-24/+41
* Initial revision of PHP/Interbase UDF libArd Biesheuvel2004-06-021-0/+127
* Don't be too strict if the number of binding arguments provided exceeds the e...Ard Biesheuvel2004-06-011-7/+10
* Removed debugging codeArd Biesheuvel2004-06-011-4/+3
* Use constant IBASE_CREATE instead of just 0Ard Biesheuvel2004-06-014-4/+8
* Fix typo in error messageArd Biesheuvel2004-05-311-2/+2
* Improved handling of 'CREATE DATABASE ...' by ibase_query()Ard Biesheuvel2004-05-313-170/+170
* Restrict 'CREATE DATABASE' in sql safe modeArd Biesheuvel2004-05-301-0/+5
* Fix Win32 buildArd Biesheuvel2004-05-302-3/+3
* Fix unregistered bug (segfault on uninitialised pointer)Ard Biesheuvel2004-05-301-4/+12
* Use default character set in generated test DBArd Biesheuvel2004-05-301-2/+2
* Fix HTML/table layout in info() entryArd Biesheuvel2004-05-301-6/+10
* Removed ibase_timefmt() - use ini_set() insteadArd Biesheuvel2004-05-305-121/+25
* Changed default date format to ISOArd Biesheuvel2004-05-282-9/+16