summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| | | |\
| | | | * Fix bug #75453 Incorrect reflection on ibase_connect and ibase_pconnectFabien Villepinte2017-10-301-4/+4
| | | | * Update copyright headers to 2017Sammy Kaye Powers2017-01-048-9/+9
| | | * | Update copyright headers to 2017Sammy Kaye Powers2017-01-048-9/+9
* | | | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
|/ / / /
* | | | Free the HMODULE handle after useKalle Sommer Nielsen2017-07-211-0/+3
|/ / /
* | | Only compute callback name in error casesNikita Popov2017-06-251-3/+2
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-028-8/+8
* | | Fix CRLF line-endings in testsNikita Popov2016-11-201-1/+1
* | | Merge branch 'PHP-7.1'Remi Collet2016-11-161-20/+35
|\ \ \ | |/ /
| * | Fixed bug #73512 Fails to find firebird headersRemi Collet2016-11-161-20/+35
* | | fix borked interbase patchAnatol Belski2016-08-111-1/+1
* | | Remove sql.safe_modeKalle Sommer Nielsen2016-08-112-5/+1
|/ /
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-212-3/+3
* | fix test portabilityAnatol Belski2016-06-171-1/+1
|/
* Fixed buildXinchen Hui2016-04-291-1/+1
* Use zend_string_safe_allocXinchen Hui2016-04-271-1/+1
* fix ibase connection routineAnatol Belski2016-03-041-1/+1
* Fix one zpp usage in interbaseTjerk Meesters2016-03-031-1/+2
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* Fixed macro nameXinchen Hui2016-01-141-1/+1
* partial test fixes, only obvious mistaking partsAnatol Belski2016-01-122-3/+3
* remove the unnecessary condition partAnatol Belski2016-01-121-1/+1
* fix possible buffer overrun in the errmsg stringAnatol Belski2016-01-121-1/+1
* integrate tsrmls cacheAnatol Belski2016-01-123-2/+8