Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 8 | -9/+9 |
| | |||||
* | Fixed build | Xinchen Hui | 2016-04-29 | 1 | -1/+1 |
| | |||||
* | Use zend_string_safe_alloc | Xinchen Hui | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | fix ibase connection routine | Anatol Belski | 2016-03-04 | 1 | -1/+1 |
| | | | | followup on a7028d96 | ||||
* | Fix one zpp usage in interbase | Tjerk Meesters | 2016-03-03 | 1 | -1/+2 |
| | | | | Also small tweak to zpp REAME | ||||
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 2 | -2/+2 |
| | | | | Also re bug #71575. | ||||
* | Fixed macro name | Xinchen Hui | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | partial test fixes, only obvious mistaking parts | Anatol Belski | 2016-01-12 | 2 | -3/+3 |
| | |||||
* | remove the unnecessary condition part | Anatol Belski | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | fix possible buffer overrun in the errmsg string | Anatol Belski | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | integrate tsrmls cache | Anatol Belski | 2016-01-12 | 3 | -2/+8 |
| | |||||
* | fix out format | Anatol Belski | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | further datatype and range check fixes for ibase | Anatol Belski | 2016-01-11 | 7 | -39/+46 |
| | |||||
* | datatype fixes | Anatol Belski | 2016-01-11 | 1 | -9/+9 |
| | |||||
* | fix typo for #ifdef | Anatol Belski | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | Fix various bugs in interbase | Xinchen Hui | 2016-01-11 | 9 | -143/+136 |
| | | | | Also read: https://marc.info/?l=php-internals&m=145077389117375&w=2 | ||||
* | Fixed bug #71280 (ibase_blob_add() expects parameter 2 to be resorce) | Xinchen Hui | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 8 | -8/+8 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 8 | -8/+8 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 8 | -8/+8 |
| | | |||||
| * | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c | ||||
* | | Removed invalid efree() (arguments are allocated on VM stack and used ↵ | Dmitry Stogov | 2015-12-16 | 1 | -6/+0 |
| | | | | | | | | without copying) | ||||
* | | Fix/improve zpp usage | Nikita Popov | 2015-10-02 | 4 | -12/+15 |
| | | | | | | | | | | | | The ext/interbase changes are done blindly, fingers crossed. Some of these are bug fixes, some make zpp usage more idiomatic. | ||||
* | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -9/+2 |
| | | |||||
* | | Cleanup (avoid reallocations) | Dmitry Stogov | 2015-07-02 | 3 | -24/+8 |
| | | |||||
* | | Cleanup (avoid reallocation) | Dmitry Stogov | 2015-07-02 | 1 | -8/+7 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -1/+1 |
| | | | | | | | | semantick changes). | ||||
* | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
| | | |||||
* | | ZTS cleanup | Reeze Xia | 2015-03-08 | 3 | -15/+13 |
| | | |||||
* | | Use Firebird default home folder, replace Interbase with Firebird | Popa Adrian Marius | 2015-02-24 | 1 | -6/+6 |
| | | |||||
* | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -1/+1 |
| | | | | | | | | which also comply with the current semantics for such macros | ||||
* | | Apply PHP7 firebird fixes after API Cleanup from ↵ | Popa Adrian Marius | 2015-02-13 | 6 | -88/+94 |
| | | | | | | | | https://github.com/Jan-E/php-src/commit/8c920a22ac65da485eaf3d2fd27baf2b0406116e | ||||
* | | Merge branch 'close_cor' of github.com:MegaManSec/php-src | Michael Wallner | 2015-01-30 | 1 | -4/+0 |
|\ \ | | | | | | | | | | | | | * 'close_cor' of github.com:MegaManSec/php-src: Fix interbase va_start | ||||
| * | | Fix interbase va_start | Joshua Rogers | 2015-01-27 | 1 | -4/+0 |
| | | | |||||
* | | | fbird_close if connection_id omitted, the last opened link is assumed , so ↵ | Popa Adrian Marius | 2015-01-28 | 1 | -1/+3 |
|/ / | | | | | | | it was already closed | ||||
* | | Revert "Remove Jouni Ahto from maintainers and files as requested , anyway ↵ | Popa Adrian Marius | 2015-01-22 | 4 | -5/+8 |
| | | | | | | | | | | | | we have git blame/history" This reverts commit 7cf1450df14b8da0c3c255470ebe4c237fb49b88. | ||||
* | | Remove Jouni Ahto from maintainers and files as requested , anyway we have ↵ | Popa Adrian Marius | 2015-01-21 | 4 | -8/+5 |
| | | | | | | | | git blame/history | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 8 | -8/+8 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 6 | -188/+188 |
| | | |||||
* | | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 3 | -4/+4 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 7 | -199/+198 |
| | | |||||
* | | cleanup comments from svn/cvs era | Popa Adrian Marius | 2014-11-24 | 7 | -7/+7 |
| | | |||||
* | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| | | |||||
* | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -135/+0 |
| | | |||||
* | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 8 | -8/+8 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt | ||||
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 8 | -8/+8 |
| | | | |||||
* | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 2 | -6/+5 |
|/ / | |||||
* | | resource type is int | Xinchen Hui | 2014-08-29 | 2 | -2/+2 |
| | | |||||
* | | rename misleading define | Popa Adrian Marius | 2014-08-28 | 1 | -2/+1 |
| | | |||||
* | | solve conflicting type size_t vs int | Popa Adrian Marius | 2014-08-28 | 1 | -1/+1 |
| | |