summaryrefslogtreecommitdiff
path: root/ext/interbase/interbase.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 ↵Felipe Pena2010-06-261-54/+54
| | | | for function aliases)
* 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
| | | | | | - Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE) - Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters)
* - 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
| | | | | # Part 1
* - 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 unregistered bug with mangled default_db setting)
* Fixed Ilia's alloca() issue/exploitArd Biesheuvel2004-06-301-40/+33
| | | | | | Removed pointless RINIT() Use macros for consistent resource type names
* Use constant IBASE_CREATE instead of just 0Ard Biesheuvel2004-06-011-0/+1
|
* Fix Win32 buildArd Biesheuvel2004-05-301-2/+2
| | | | | Added missing 'break'
* Fix HTML/table layout in info() entryArd Biesheuvel2004-05-301-6/+10
|
* Removed ibase_timefmt() - use ini_set() insteadArd Biesheuvel2004-05-301-112/+21
| | | | | Improved phpinfo() appearance
* Changed default date format to ISOArd Biesheuvel2004-05-281-9/+13
| | | | | Enable sync flag in connect()
* Fix commit/rollback of multi-link transactionsArd Biesheuvel2004-05-281-46/+50
| | | | | Some CS
* Use dummy status vector in ibase_connect()Ard Biesheuvel2004-05-221-1/+67
| | | | | | | Added fbird_ aliases for all ibase_ functions # See comment in code for more info # Please let me know if there are any namespace issues involved
* Dropped support for ancient Interbase versions (< 6)Ard Biesheuvel2004-05-121-34/+7
| | | | | # This has no consequences for Firebird, as its initial release was based on IB 6
* Made ibase_timefmt() check its args more thoroughly and nuked a pointless ↵Ard Biesheuvel2004-05-121-22/+6
| | | | malloc()
* 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
|