summaryrefslogtreecommitdiff
path: root/ext/sybase_ct/php_sybase_ct.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fix #55301 (sybase part, take #2) check if malloc succededPierre Joye2011-07-281-1/+1
* - Fix #55301 (sybase part) check if malloc succededPierre Joye2011-07-281-0/+4
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - MFH suppression of compiler warning noted in bug #55009Timm Friebe2011-06-131-1/+1
* - Possible fix for bug #55022 (memory_limit exhausted when set charset in syb...Felipe Pena2011-06-111-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-24/+23
* - MFT: Fixed segmentation fault when reading rowsTimm Friebe2010-06-161-2/+11
* 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: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-23/+0
* - Added optional parameter "new" to sybase_connectTimm Friebe2008-11-101-6/+13
* - Fixed sybase_close() to actually close connectionsTimm Friebe2008-11-091-2/+5
* - Fixed problems with segmentation faults when using unbuffered queriesTimm Friebe2008-11-081-21/+20
* - QA: Unified error messages in php_sybase_query()Timm Friebe2008-11-081-3/+3
* - Changed while loop in php_sybase_fetch_result_row() to also read rows withTimm Friebe2008-11-081-1/+1
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+23
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-23/+0
* - Added arginfoFelipe Pena2008-07-011-24/+159
* - Migrated all zend_get_parameters_ex calls to zend_parse_parameters()Timm Friebe2008-06-241-331/+258
* - Changed zend_get_parameters_ex -> zend_parse_parametersTimm Friebe2008-06-221-89/+14
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43074 (attempt to increment refcount outside of the macro)Ilia Alshanetsky2007-10-231-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* - WS/CSMarcus Boerger2007-04-101-12/+12
* - Cleanup the cleanupMarcus Boerger2007-04-101-19/+32
* - Fixed segmentation fault in sybase_connect()Timm Friebe2007-03-141-5/+5
* use safe_reallocStanislav Malyshev2007-03-061-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-7/+6
* Simplify code by converting emalloc() + sprintf() to spprintf()Ilia Alshanetsky2007-02-231-15/+5
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: Fix compilation with TSRM (now correct)Uwe Schindler2006-07-251-2/+2
* revert shitty whitespace patch (forgot to reconfigure my editor after reinsta...Uwe Schindler2006-07-251-61/+61
* Fix compilation with TSRMUwe Schindler2006-07-251-61/+61
* MFH: fix compile failure and remove unnecessary TSRMLS_FETCH callsfoobar2006-07-231-11/+8
* Added automatic module globals managementDmitry Stogov2006-06-151-11/+19
* fix #37499 (CLI segmentation faults during cleanup (only with sybase-ct exten...Antony Dovgal2006-05-241-0/+5
* bump year and license versionfoobar2006-01-011-3/+3
* fix #35760 (sybase_ct doesn't compile on Solaris)Antony Dovgal2005-12-211-1/+1
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-6/+6
* MFH: Nuked EOLs from error messagesfoobar2005-08-181-2/+2
* Fix for #32531Frank M. Kromann2005-08-061-0/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* - Defaulted ini variable "sybct.deadlock_retry_count" to 0Timm Friebe2004-09-091-1/+1
* - Fixed packet size settingTimm Friebe2004-08-211-8/+8
* - Fixed bug #29064 (Exact numeric/decimal/money datatypes lose precision)Timm Friebe2004-07-291-39/+93
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-2/+2