summaryrefslogtreecommitdiff
path: root/ext/interbase/php_ibase_udf.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+5
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* malloc() -> pemalloc()Ilia Alshanetsky2007-03-121-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* 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