summaryrefslogtreecommitdiff
path: root/ext/interbase/php_ibase_udf.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* further datatype and range check fixes for ibaseAnatol Belski2016-01-111-4/+4
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-28/+28
| |
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+6
| |
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-201-1/+1
|\ \ | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| | |
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-2/+1
|/ /
* | master renames phase 1Anatol Belski2014-08-251-6/+6
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-6/+6
| |
* | ext/interbase support (incomplete)Dmitry Stogov2014-07-291-25/+25
|/
* Cleanup $ is not needed for gitPopa Adrian Marius2014-04-101-2/+0
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* 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