Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - MFH: Added connection checking on SKIPIF | Felipe Pena | 2008-11-08 | 1 | -0/+5 | |
| | ||||||
* | - Adjusted tests to reality | Timm Friebe | 2008-11-08 | 1 | -4/+4 | |
| | | | | | | # We select 123456789.12345679, we should have this returned and not # something 123456789.123457 (rounded) | |||||
* | - Fixed problems with segmentation faults when using unbuffered queries | Timm Friebe | 2008-11-08 | 1 | -21/+20 | |
| | | | | | # Double-freeing results caused these | |||||
* | - Made this test independent of date format | Timm Friebe | 2008-11-08 | 1 | -4/+4 | |
| | ||||||
* | - Initial release | Timm Friebe | 2008-11-08 | 1 | -0/+37 | |
| | ||||||
* | - 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 | |||||
* | - Changed source to read host, user and password from environment | Timm Friebe | 2008-11-08 | 1 | -3/+3 | |
| | | | | | # E.g. nmake test TESTS=ext/sybase_ct PHP_SYBASE_HOST=db PHP_SYBASE_USER=sa PHP_SYBASE_PASS=*** | |||||
* | - Made this test independent of field types in master..sysprocesses | Timm Friebe | 2008-11-08 | 1 | -10/+0 | |
| | | | | | # char on ASE 11, varchar on ASE 15 | |||||
* | - Fixed expected warning messages | Timm Friebe | 2008-11-08 | 1 | -4/+4 | |
| | | | | | # Changed during migration to parameter parsing API | |||||
* | - 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 | |||||
* | - Fix check for PHP_SYBASE | Felipe Pena | 2008-07-01 | 1 | -1/+1 | |
| | ||||||
* | - 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 | 2 | -2/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -1/+1 | |
| | ||||||
* | - Changed hardcoded "tempdb" database name to a constant | Timm Friebe | 2007-05-22 | 1 | -1/+1 | |
| | ||||||
* | - Fixed expectancy in for SQL query <select convert(datetime, "notadate")> | Timm Friebe | 2007-05-22 | 1 | -3/+2 | |
| | | | | | | | | | This query should return bool(false) and not a resource() because the above is a syntax error # Exact message yielded by SQL server is the following: # "Syntax error during explicit conversion of VARCHAR value `notadate` # to a DATETIME field. | |||||
* | - Added constant TEMPDB, defaulting to "tempdb" | Timm Friebe | 2007-05-22 | 1 | -0/+1 | |
| | | | | | | # This constant is used by some of the tests and should point # to a database where the user has create proc|table permissions | |||||
* | - Changed hardcoded "tempdb" database name to a constant | Timm Friebe | 2007-05-22 | 3 | -4/+4 | |
| | | | | | | | # This constant is defined in test.inc and defaults to "tempdb" # In certain setups, create procedure permissions may not be granted # in tempdb | |||||
* | - Fixed tests on Windows | Timm Friebe | 2007-05-22 | 4 | -5/+5 | |
| | | | | | | | # The tests expected %s/test.inc in warnings and notices, but of course, # on Windows, the directory separator is a backslash. # Made this work in both worlds by testing for %stest.inc | |||||
* | - WS/CS | Marcus Boerger | 2007-04-10 | 1 | -12/+12 | |
| | ||||||
* | - Cleanup the cleanup | Marcus Boerger | 2007-04-10 | 1 | -19/+32 | |
| | ||||||
* | - Changed message handler also to handle message #11021 | Timm Friebe | 2007-03-14 | 1 | -1/+2 | |
| | | | | | | - Adjusted expected output # Seems newer Sybase versions yielf different error codes for getdate(NULL) | |||||
* | - 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** | |||||
* | - Changed expected output | Timm Friebe | 2007-03-14 | 1 | -2/+2 | |
| | | | | | | | # select getdate() returns something like "Mar 14 2007 12:44PM", we # were checking for one additional (nonexistant) whitespace after "Mar" # which was wrong. Don`t know when and how this changed | |||||
* | - Changed expected output | Timm Friebe | 2007-03-14 | 2 | -59/+59 | |
| | | | | | # Due to var_export() & __set_state() changes | |||||
* | MFH | Antony Dovgal | 2007-03-11 | 1 | -1/+1 | |
| | ||||||
* | fix tests | Antony Dovgal | 2007-03-11 | 1 | -1/+2 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | 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 | 2 | -6/+6 | |
| | ||||||
* | 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: 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. |