Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed ext/sybase_ct | Anatol Belski | 2015-02-10 | 1 | -2242/+0 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -55/+55 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -104/+102 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -29/+29 |
| | |||||
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -25/+25 |
| | |||||
* | update zend_make_printable_zval to take TSRM context | krakjoe | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Changed zend_make_printable_zval() to return "use_copy" instead of ↵ | Dmitry Stogov | 2014-07-09 | 1 | -1/+1 |
| | | | | | | additional reference argument. Improved branch prediction. | ||||
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -3/+3 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | typo fixes | Veres Lajos | 2013-07-15 | 1 | -4/+4 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Fix #55301 (sybase part, take #2) check if malloc succeded | Pierre Joye | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | - Fix #55301 (sybase part) check if malloc succeded | Pierre Joye | 2011-07-28 | 1 | -0/+4 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 1 | -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 Friebe | 2011-06-13 | 1 | -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 Pena | 2011-06-11 | 1 | -1/+1 |
| | | | | sybase_connect) | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵ | Felipe Pena | 2010-06-26 | 1 | -24/+23 |
| | | | | for function aliases) | ||||
* | - Fixed segmentation fault when reading rows | Timm Friebe | 2010-06-16 | 1 | -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/sapi | Kalle Sommer Nielsen | 2010-04-13 | 1 | -10/+9 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -23/+0 |
| | |||||
* | - Added optional parameter "new" to sybase_connect | Timm Friebe | 2008-11-10 | 1 | -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 connections | Timm Friebe | 2008-11-09 | 1 | -2/+5 |
| | | | | | # Broken during parameter parsing refactoring lately, OK in PHP_5_2 | ||||
* | - Fixed problems with segmentation faults when using unbuffered queries | Timm Friebe | 2008-11-08 | 1 | -21/+20 |
| | | | | | # Double-freeing results caused these | ||||
* | - QA: Unified error messages in php_sybase_query() | Timm Friebe | 2008-11-08 | 1 | -3/+3 |
| | |||||
* | - Changed while loop in php_sybase_fetch_result_row() to also read rows with | Timm Friebe | 2008-11-08 | 1 | -1/+1 |
| | | | | | | retcode == CS_ROW_FAIL. # Reported by Detlef Neumerkel and Frank Irnich of Sybase | ||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+23 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -23/+0 |
| | |||||
* | - Added arginfo | Felipe Pena | 2008-07-01 | 1 | -24/+159 |
| | | | | | - Fixed compile warning | ||||
* | - Migrated all zend_get_parameters_ex calls to zend_parse_parameters() | Timm Friebe | 2008-06-24 | 1 | -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_parameters | Timm Friebe | 2008-06-22 | 1 | -89/+14 |
| | | | | | | - Simplified source in php_sybase_do_connect() # Part 1, more to follow | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #43074 (attempt to increment refcount outside of the macro) | Ilia Alshanetsky | 2007-10-23 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | - WS/CS | Marcus Boerger | 2007-04-10 | 1 | -12/+12 |
| | |||||
* | - Cleanup the cleanup | Marcus Boerger | 2007-04-10 | 1 | -19/+32 |
| | |||||
* | - Fixed segmentation fault in sybase_connect() | Timm Friebe | 2007-03-14 | 1 | -5/+5 |
| | | | | | | # This was introduced by changing sprintf -> spprintf and resulted # from passing a char* to spprintf() instead of a char** | ||||
* | use safe_realloc | Stanislav Malyshev | 2007-03-06 | 1 | -1/+1 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -7/+6 |
| | |||||
* | Simplify code by converting emalloc() + sprintf() to spprintf() | Ilia Alshanetsky | 2007-02-23 | 1 | -15/+5 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: Fix compilation with TSRM (now correct) | Uwe Schindler | 2006-07-25 | 1 | -2/+2 |
| |