summaryrefslogtreecommitdiff
path: root/ext/interbase/php_ibase_udf.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-151-405/+0
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - 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"
* 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
|
* 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