summaryrefslogtreecommitdiff
path: root/ext/interbase/php_interbase.h
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-0/+3
* | Revert "Remove Jouni Ahto from maintainers and files as requested , anyway we...Popa Adrian Marius2015-01-221-1/+2
* | Remove Jouni Ahto from maintainers and files as requested , anyway we have gi...Popa Adrian Marius2015-01-211-2/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* 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: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-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
* RevertArd Biesheuvel2004-06-121-15/+0
* Added export macrosArd Biesheuvel2004-06-121-0/+15
* Dropped support for ancient Interbase versions (< 6)Ard Biesheuvel2004-05-121-6/+5
* Use php_ prefix for header filesArd Biesheuvel2004-02-021-0/+3
* Remove extension internals from php_interbase.hArd Biesheuvel2004-02-011-181/+1
* Added backup/restore functionsArd Biesheuvel2004-02-011-0/+66
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Let client library pick its own transaction param defaultsArd Biesheuvel2003-09-261-9/+9
* Added ibase_gen_id()Ard Biesheuvel2003-09-231-1/+1
* Fix inter-op with IB < 6Ard Biesheuvel2003-09-041-3/+4
* Fixed fetching of arraysArd Biesheuvel2003-09-041-4/+2
* Nuke far pointersArd Biesheuvel2003-09-021-5/+4
* Do not reuse data structure for ibase_execute() results.Ard Biesheuvel2003-08-271-3/+2
* Reuse result data structure and resource id for consecutive executionsArd Biesheuvel2003-08-201-13/+13
* Moved transaction defaults to header fileArd Biesheuvel2003-08-201-15/+18
* Nuke link handle from BLOB idArd Biesheuvel2003-08-201-16/+3
* Nuke bogus BLOB idsArd Biesheuvel2003-08-181-5/+6
* Some general cleaning upArd Biesheuvel2003-08-161-5/+3
* Removed ibase_num_rows()Ard Biesheuvel2003-08-161-0/+2
* Added ibase_free_event_handler()Ard Biesheuvel2003-08-151-0/+2
* Added ibase_set_event_handler()Ard Biesheuvel2003-08-151-0/+12
* Added ibase_wait_event()Ard Biesheuvel2003-08-141-0/+2
* Allow the use of EXECUTE PROCEDURE statementsArd Biesheuvel2003-08-131-0/+1
* .... and againArd Biesheuvel2003-08-121-3/+3
* Re-commit of failed patchArd Biesheuvel2003-08-121-0/+3
* Revert previous patch.foobar2003-08-121-7/+4
* Allow prepared execution of any non-query statement except CREATE DBArd Biesheuvel2003-08-121-4/+7
* Added ibase_num_params() and ibase_param_info()Ard Biesheuvel2003-08-101-0/+2
* Added ibase_affected_rows() and ibase_num_rows()Ard Biesheuvel2003-08-101-1/+5