summaryrefslogtreecommitdiff
path: root/ext/sybase_ct
Commit message (Collapse)AuthorAgeFilesLines
* removed ext/sybase_ctAnatol Belski2015-02-1032-4006/+0
|
* bump yearXinchen Hui2015-01-152-2/+2
|
* trailing whitespace removalStanislav Malyshev2015-01-102-57/+57
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-104/+102
|
* removed *.dsw and *.dsp filesAnatol Belski2014-09-281-114/+0
|
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-202-2/+2
|\ | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
| |
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-4/+4
|/
* 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-032-2/+2
|
* brought the ext/sybase_ct/config.w32 up to dateAnatol Belski2013-12-251-2/+5
|
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* typo fixesVeres Lajos2013-07-155-9/+9
|
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* - Year++Felipe Pena2012-01-012-2/+2
|
* - 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)
* - Changed output to be more verbose as to what libraries are usedTimm Friebe2011-06-081-4/+27
| | | | | | - Changed check for 64-bit vs 32-bit build environment to check sizeof(int) instead of assuming that if libsybct64.so exists, it must be 64-bit # Bug #53540: Correct Sybase 15.0 libraries not found by configure
* - Year++Felipe Pena2011-01-012-2/+2
|
* - Add ".so" suffix to checks on libsybct[64] bundlesTimm Friebe2010-08-311-2/+2
| | | | # See patch by royanee at yahoo dot com @ bug #45357
* - Added -DSYB_LP64 to CFLAGS on 64 bit platformsTimm Friebe2010-07-071-1/+6
| | | | | | | | | | | | # See http://cpansearch.perl.org/src/MEWP/DBD-Sybase-1.08/Makefile.PL: # # "If we are building for a 64 bit platform that also supports 32 bit # (i.e. Solaris 8, HP-UX11, etc) then we need to make some adjustments # [...] Tru64/DEC OSF does NOT use the SYB_LP64 define as it is ALWAYS # in 64 bit mode." # # Fixes bug #50827
* fix buildAntony Dovgal2010-06-291-3/+3
|
* - Added test for tds_sysdep_public.h and link against -lct only thenTimm Friebe2010-06-281-1/+37
| | | | | | | | | | - Added test for libsybct64 and libsybct # The former is a fix for newer versions of FreeTDS which no longer # provide the tds.h - we need to distinguish in what we link against # between FreeTDS and the official Sybase libraries, and this seems # to do the job. # The latter is the patch from bug #49276 (finally, and sorry)
* - 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:-)
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+114
|
* Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-114/+0
| | | | anymore and are barely updated nor available for all extensions
* 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-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
| | | | | | | | | # [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
* - 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
| | | | | # Tests sybase_unbuffered_query() together with sybase_free_result()