summaryrefslogtreecommitdiff
path: root/ext/sybase_ct
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - MFH Bugfix for bug #53540Timm Friebe2011-06-111-4/+27
* - Possible fix for bug #55022 (memory_limit exhausted when set charset in syb...Felipe Pena2011-06-111-1/+1
* - Year++Felipe Pena2011-01-012-2/+2
* - MFT: Add ".so" suffix to checks on libsybct[64] bundlesTimm Friebe2010-08-311-2/+2
* - MFT: Added -DSYB_LP64 to CFLAGS on 64 bit platformsTimm Friebe2010-07-071-1/+42
* - 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-032-2/+2
* - More and more missing svn:ignore entries.Jani Taskinen2009-08-021-216/+0
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-23/+0
* - Added test for optional parameter "new" to sybase_connect()Timm Friebe2008-11-102-4/+7
* - Added optional parameter "new" to sybase_connectTimm Friebe2008-11-101-6/+13
* - Fixed sybase_close() to actually close connectionsTimm Friebe2008-11-091-2/+5
* - Initial releaseTimm Friebe2008-11-093-0/+64
* - Initial releaseTimm Friebe2008-11-091-0/+23
* - Initial releaseTimm Friebe2008-11-091-0/+65
* - Added test for sybase_free_result() without full fetchTimm Friebe2008-11-091-0/+7
* - Initial releaseTimm Friebe2008-11-091-0/+34
* - MFH: Added connection checking on SKIPIFFelipe Pena2008-11-081-0/+5
* - Adjusted tests to realityTimm Friebe2008-11-081-4/+4
* - Fixed problems with segmentation faults when using unbuffered queriesTimm Friebe2008-11-081-21/+20
* - Made this test independent of date formatTimm Friebe2008-11-081-4/+4
* - Initial releaseTimm Friebe2008-11-081-0/+37
* - 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
* - Changed source to read host, user and password from environmentTimm Friebe2008-11-081-3/+3
* - Made this test independent of field types in master..sysprocessesTimm Friebe2008-11-081-10/+0
* - Fixed expected warning messagesTimm Friebe2008-11-081-4/+4
* - 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
* - Fix check for PHP_SYBASEFelipe Pena2008-07-011-1/+1
* - 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-312-2/+2
* 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
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+1
* - Changed hardcoded "tempdb" database name to a constantTimm Friebe2007-05-221-1/+1
* - Fixed expectancy in for SQL query <select convert(datetime, "notadate")>Timm Friebe2007-05-221-3/+2
* - Added constant TEMPDB, defaulting to "tempdb"Timm Friebe2007-05-221-0/+1
* - Changed hardcoded "tempdb" database name to a constantTimm Friebe2007-05-223-4/+4
* - Fixed tests on WindowsTimm Friebe2007-05-224-5/+5
* - WS/CSMarcus Boerger2007-04-101-12/+12
* - Cleanup the cleanupMarcus Boerger2007-04-101-19/+32