Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed ext/sybase_ct | Anatol Belski | 2015-02-10 | 32 | -4006/+0 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 2 | -57/+57 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -104/+102 |
| | |||||
* | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -114/+0 |
| | |||||
* | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 2 | -2/+2 |
|\ | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt | ||||
| * | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 |
| | | |||||
* | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -4/+4 |
|/ | |||||
* | 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 | 2 | -2/+2 |
| | |||||
* | brought the ext/sybase_ct/config.w32 up to date | Anatol Belski | 2013-12-25 | 1 | -2/+5 |
| | |||||
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
| | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | typo fixes | Veres Lajos | 2013-07-15 | 5 | -9/+9 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | |||||
* | - 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) | ||||
* | - Changed output to be more verbose as to what libraries are used | Timm Friebe | 2011-06-08 | 1 | -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 Pena | 2011-01-01 | 2 | -2/+2 |
| | |||||
* | - Add ".so" suffix to checks on libsybct[64] bundles | Timm Friebe | 2010-08-31 | 1 | -2/+2 |
| | | | | # See patch by royanee at yahoo dot com @ bug #45357 | ||||
* | - Added -DSYB_LP64 to CFLAGS on 64 bit platforms | Timm Friebe | 2010-07-07 | 1 | -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 build | Antony Dovgal | 2010-06-29 | 1 | -3/+3 |
| | |||||
* | - Added test for tds_sysdep_public.h and link against -lct only then | Timm Friebe | 2010-06-28 | 1 | -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 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:-) | ||||
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+114 |
| | |||||
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵ | Kalle Sommer Nielsen | 2010-04-21 | 1 | -114/+0 |
| | | | | anymore and are barely updated nor available for all extensions | ||||
* | 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 | 2 | -2/+2 |
| | |||||
* | - More and more missing svn:ignore entries. | Jani Taskinen | 2009-08-02 | 1 | -216/+0 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -23/+0 |
| | |||||
* | - Added test for optional parameter "new" to sybase_connect() | Timm Friebe | 2008-11-10 | 2 | -4/+7 |
| | |||||
* | - 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 | ||||
* | - Initial release | Timm Friebe | 2008-11-09 | 3 | -0/+64 |
| | |||||
* | - Initial release | Timm Friebe | 2008-11-09 | 1 | -0/+23 |
| | |||||
* | - Initial release | Timm Friebe | 2008-11-09 | 1 | -0/+65 |
| | |||||
* | - Added test for sybase_free_result() without full fetch | Timm Friebe | 2008-11-09 | 1 | -0/+7 |
| | |||||
* | - Initial release | Timm Friebe | 2008-11-09 | 1 | -0/+34 |
| | | | | | # Tests sybase_unbuffered_query() together with sybase_free_result() |