summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Expand)AuthorAgeFilesLines
* Remove this leftoverKalle Sommer Nielsen2019-05-011-398/+0
* Merge branch 'PHP-7.4'Kalle Sommer Nielsen2019-05-0134-7312/+0
|\
| * Move ext/interbase to pecl/database/interbaseKalle Sommer Nielsen2019-05-0135-7704/+0
* | Fixed compilationDmitry Stogov2019-04-161-2/+8
|/
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-251-5/+7
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-251-5/+7
| |\
| | * Fixed bug #72175Nikita Popov2019-03-251-6/+8
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+0
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-149-63/+63
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-134-5/+5
| | * year++Xinchen Hui2018-01-028-8/+8
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+0
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-148-23/+23
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-1/+1
* | | Remove HAVE_STRFTIMEPeter Kokot2019-03-141-15/+0
* | | Remove function_table var from the callerc9s2019-03-112-2/+2
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-3/+5
* | | Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERSPeter Kokot2019-03-041-1/+1
* | | Remove local variablesPeter Kokot2019-02-037-59/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-308-8/+8
* | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+0
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-147-22/+22
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ /
* | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* | Use variables that already received ZEND_NUM_ARGS()Gabriel Caruso2018-07-221-4/+2
* | Fix failing test upstreamGabriel Caruso2018-07-152-41/+41
* | Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-1/+1
* | Use zval_ptr_dtor_nogc() instead of zval_dtor() inplaces where circular-refer...Dmitry Stogov2018-07-052-2/+2
* | Use zval_ptr_dtor() instead of legacy zval_dtor(), to destroy unused values r...Dmitry Stogov2018-07-051-1/+1
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* | Fixed bug #76443 (php+php_interbase.dll crash on module_shutdown)Kalle Sommer Nielsen2018-06-111-3/+0
* | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-4/+2
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | remove support for string|unicode in testsGabriel Caruso2018-02-221-1/+1
* | Refactoring duplicated ZPP with a switchGabriel Caruso2018-02-191-45/+19
* | Remove trailing whitespace in inc filesGabriel Caruso2018-02-102-3/+3
* | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-042-2/+2
* | Use int instead of integer in type errorsGabriel Caruso2018-02-042-2/+2
* | Don't directly access refcount in interbaseNikita Popov2018-01-121-2/+2
* | year++Xinchen Hui2018-01-028-8/+8
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | Persistent resources are "thread-local".Dmitry Stogov2017-11-011-6/+1
* | Merge branch 'master' into rc_debugDmitry Stogov2017-10-301-4/+4
|\ \
| * \ Merge branch 'PHP-7.2'Joe Watkins2017-10-301-4/+4
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-10-301-4/+4
| | |\
| | | * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-301-4/+4
| | | |\