summaryrefslogtreecommitdiff
path: root/ext/sybase_ct/php_sybase_ct.c
Commit message (Collapse)AuthorAgeFilesLines
* removed ext/sybase_ctAnatol Belski2015-02-101-2242/+0
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-101-55/+55
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-104/+102
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
|
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
|
* master renames phase 1Anatol Belski2014-08-251-29/+29
|
* basic macro replacements, all at onceAnatol Belski2014-08-191-25/+25
|
* update zend_make_printable_zval to take TSRM contextkrakjoe2014-08-111-1/+1
|
* Changed zend_make_printable_zval() to return "use_copy" instead of ↵Dmitry Stogov2014-07-091-1/+1
| | | | | | additional reference argument. Improved branch prediction.
* Cleanup (1-st round)Dmitry Stogov2014-04-151-3/+3
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* typo fixesVeres Lajos2013-07-151-4/+4
|
* Happy New YearXinchen 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
|
* - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-5/+1
| | | | the details) for BC reasons but do not allow to set enable MQ
* - Fix compiler warning about long vs. int in printf()Timm Friebe2011-06-131-1/+1
| | | | | | # See bug #55009 # Compare to _server_message_handler() a little below, where this # is done the same way
* - Possible fix for bug #55022 (memory_limit exhausted when set charset in ↵Felipe Pena2011-06-111-1/+1
| | | | sybase_connect)
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵Felipe Pena2010-06-261-24/+23
| | | | for function aliases)
* - Fixed segmentation fault when reading rowsTimm Friebe2010-06-161-2/+11
| | | | | | | | | # Problem surfaces when using FreeTDS, ASE 12.5 and reading text fields # with NULL values. This is essentially a workaround for a bug in Free- # TDS which is not setting the NULL indicators correctly, but provides # a protection against possible segfaults if any other driver ever does # this again:-)
* Remove a couple TSRMLS_FETCH() calls around ext/main/sapiKalle Sommer Nielsen2010-04-131-10/+9
|
* 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
| | | | | | | | | # [DOC] If a second call is made to sybase_connect() with the same arguments # no new link will be established, but instead, the link identifier of the # already opened link will be returned. The new parameter modifies this # behavior and makes sybase_connect() always open a new link, even if # sybase_connect() was called before with the same parameters.
* - Fixed sybase_close() to actually close connectionsTimm Friebe2008-11-091-2/+5
| | | | | # Broken during parameter parsing refactoring lately, OK in PHP_5_2
* - Fixed problems with segmentation faults when using unbuffered queriesTimm Friebe2008-11-081-21/+20
| | | | | # Double-freeing results caused these
* - 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
| | | | | | retcode == CS_ROW_FAIL. # Reported by Detlef Neumerkel and Frank Irnich of Sybase
* - 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
| | | | | - Fixed compile warning
* - Migrated all zend_get_parameters_ex calls to zend_parse_parameters()Timm Friebe2008-06-241-331/+258
| | | | | | - Fixed prototype declarations to use the type resource instead of int - Fixed sybase_close() not to crash when no connection was previously open
* - Changed zend_get_parameters_ex -> zend_parse_parametersTimm Friebe2008-06-221-89/+14
| | | | | | - Simplified source in php_sybase_do_connect() # Part 1, more to follow
* 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
| | | | | | # This was introduced by changing sprintf -> spprintf and resulted # from passing a char* to spprintf() instead of a char**
* 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
|