summaryrefslogtreecommitdiff
path: root/ext/interbase/interbase.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* fix params parsingStanislav Malyshev2011-08-011-1/+2
* - Fix #55301 (interbase part) check if malloc succededPierre Joye2011-07-281-2/+5
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Fixed possible off-by-one overflow in ibase_gen_id()Felipe Pena2011-02-241-0/+5
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-54/+54
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Buffer handling fixesRasmus Lerdorf2009-07-161-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: New parameter parsing APIFelipe Pena2008-11-231-0/+4
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-49/+0
* - MFH: New parameter parsing APIFelipe Pena2008-11-111-75/+50
* MFH:Felipe Pena2008-11-111-4/+11
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+49
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-49/+0
* - Added arginfoFelipe Pena2008-07-071-54/+374
* MFH: New way for check void parametersFelipe Pena2008-03-101-4/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* TypoHannes Magnusson2007-02-281-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-3/+3
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-6/+7
* MFHAntony Dovgal2007-01-181-3/+3
* MFHAntony Dovgal2007-01-181-7/+13
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Added automatic module globals managementDmitry Stogov2006-06-151-6/+9
* bump year and license versionfoobar2006-01-011-3/+3
* - 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
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #31597: ibase_connect() - incorrect warningArd Biesheuvel2005-02-231-1/+1
* Don't copy ini items to module globalsArd Biesheuvel2004-07-061-26/+28
* Fixed Ilia's alloca() issue/exploitArd Biesheuvel2004-06-301-40/+33
* Use constant IBASE_CREATE instead of just 0Ard Biesheuvel2004-06-011-0/+1
* Fix Win32 buildArd Biesheuvel2004-05-301-2/+2
* Fix HTML/table layout in info() entryArd Biesheuvel2004-05-301-6/+10
* Removed ibase_timefmt() - use ini_set() insteadArd Biesheuvel2004-05-301-112/+21
* Changed default date format to ISOArd Biesheuvel2004-05-281-9/+13
* Fix commit/rollback of multi-link transactionsArd Biesheuvel2004-05-281-46/+50
* Use dummy status vector in ibase_connect()Ard Biesheuvel2004-05-221-1/+67
* Dropped support for ancient Interbase versions (< 6)Ard Biesheuvel2004-05-121-34/+7
* Made ibase_timefmt() check its args more thoroughly and nuked a pointless mal...Ard Biesheuvel2004-05-121-22/+6
* Made ibase_gen_id() bail out on incorrect argsArd Biesheuvel2004-05-121-1/+4
* More divide & conquerArd Biesheuvel2004-04-051-2234/+8
* Change definition of ISC_LONG_[MIN|MAX] to please MSVC.Ard Biesheuvel2004-04-031-11/+9
* WSArd Biesheuvel2004-04-011-1/+1
* Fix unregistered bug (crash when closing db opened with "CREATE DATABASE ...")Ard Biesheuvel2004-04-011-0/+1
* Merged some more odd fixes from my own branchArd Biesheuvel2004-03-081-35/+26