summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | # Part 1
* 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
| | | | | # The rest of the files were already updated by Sebastian
* 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 several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir"
* 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
| | | | | (fixed unregistered bug with mangled default_db setting)
* Eliminate potentially dangerous alloca().Ilia Alshanetsky2004-07-041-2/+2
|
* Fixed Ilia's alloca() issue/exploitArd Biesheuvel2004-06-301-40/+33
| | | | | | Removed pointless RINIT() Use macros for consistent resource type names
* 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 compiling/executing PHP code stored in the database Added support for TSRM
* Added support for scaled integersArd Biesheuvel2004-06-041-3/+39
|
* Added support for arbitrary input typesArd Biesheuvel2004-06-041-38/+107
| | | | | Added support for NULL input/output values
* 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
| | | | | | # This will allow users running the embedded engine # to call PHP functions from inside their SQL statements
* Don't be too strict if the number of binding arguments provided exceeds the ↵Ard Biesheuvel2004-06-011-7/+10
| | | | expected number
* 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
| | | | | Improved param handling of ibase_query() and ibase_execute()
* Restrict 'CREATE DATABASE' in sql safe modeArd Biesheuvel2004-05-301-0/+5
|
* Fix Win32 buildArd Biesheuvel2004-05-302-3/+3
| | | | | Added missing 'break'
* Fix unregistered bug (segfault on uninitialised pointer)Ard Biesheuvel2004-05-301-4/+12
| | | | | Return string("0 ") from ibase_query() if query succeeded but did not affect any rows
* Use default character set in generated test DBArd Biesheuvel2004-05-301-2/+2
|