Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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) | ||||
* | - MFT: 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:-) | ||||
* | 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 |
| | |||||
* | revert shitty whitespace patch (forgot to reconfigure my editor after ↵ | Uwe Schindler | 2006-07-25 | 1 | -61/+61 |
| | | | | reinstallation) | ||||
* | Fix compilation with TSRM | Uwe Schindler | 2006-07-25 | 1 | -61/+61 |
| | |||||
* | MFH: fix compile failure and remove unnecessary TSRMLS_FETCH calls | foobar | 2006-07-23 | 1 | -11/+8 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -11/+19 |
| | |||||
* | fix #37499 (CLI segmentation faults during cleanup (only with sybase-ct ↵ | Antony Dovgal | 2006-05-24 | 1 | -0/+5 |
| | | | | extension enabled)) | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | fix #35760 (sybase_ct doesn't compile on Solaris) | Antony Dovgal | 2005-12-21 | 1 | -1/+1 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | MFH: list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -6/+6 |
| | |||||
* | MFH: Nuked EOLs from error messages | foobar | 2005-08-18 | 1 | -2/+2 |
| | |||||
* | Fix for #32531 | Frank M. Kromann | 2005-08-06 | 1 | -0/+2 |
| | | | | | No need to alias these functions on windows or if the mssql extension is compiled. This change will allow the use of both extensions at the same time. | ||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Defaulted ini variable "sybct.deadlock_retry_count" to 0 | Timm Friebe | 2004-09-09 | 1 | -1/+1 |
| | | | | | | # For details on why this was changed, see # http://zend.com/lists/php-dev/200409/msg00108.html | ||||
* | - Fixed packet size setting | Timm Friebe | 2004-08-21 | 1 | -8/+8 |
| | | | | | # Patch by Alex Kiesel | ||||
* | - Fixed bug #29064 (Exact numeric/decimal/money datatypes lose precision) | Timm Friebe | 2004-07-29 | 1 | -39/+93 |
| | | | | | | | | | | | | | | | - Fixed bug #27843 (sybase_query() triggers (spurious?) notices when query is a stored procedure) - Fixed multiple memory leaks with sybase_unbuffered_query() - Changed sybase_query() to ignore store_results = false in buffering mode, it would yield unpredictable results - Fixed sybase_unbuffered_query() when used with store_results = false - Changed sybase_fetch_object() to ignore second argument when passed as NULL - Made sybase_data_seek() error message more verbose - Fixed memory leak in shutdown when not all rows where selected in an unbuffered query | ||||
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow. | ||||
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 1 | -0/+2 |
| | |||||
* | - Fixed bug #28354 | Timm Friebe | 2004-05-21 | 1 | -2/+1 |
| | |||||
* | TSRM fix | Edin Kadribasic | 2004-05-18 | 1 | -2/+3 |
| | |||||
* | - Fixed auto-conversion from long to double when LONG_MAX / | Timm Friebe | 2004-05-16 | 1 | -8/+7 |
| | | | | | LONG_MIN where overflown | ||||
* | set Sybase default APPNAME to ("PHP " PHP_VERSION) | Uwe Schindler | 2004-04-16 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #26407 (Result set fetching broken around transactions) | Timm Friebe | 2004-02-15 | 1 | -12/+14 |
| | |||||
* | - Changed initialization of function arguments to message handler | Timm Friebe | 2004-02-15 | 1 | -16/+29 |
| | | | | | | # Hopefully fixes bug #27157 (Compile Failure on Solaris 8), user does # not know how to use patch and therefore couldn't verify this works. |