summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* rename ref_dtor_func to rc_dtor_funcXinchen Hui2018-07-061-1/+1
* Rename zval_dtor_func and ref_dotr_funcXinchen Hui2018-07-061-1/+1
* Revert "Rename _zval_dtor_func to _ref_dtor_func"Xinchen Hui2018-07-061-1/+1
* Rename _zval_dtor_func to _ref_dtor_funcXinchen Hui2018-07-061-1/+1
* It's safer to use zval_ptr_dtor() for iterator keys.Dmitry Stogov2018-07-051-1/+1
* Use zval_ptr_dtor() instead of legacy zval_dtor(), to destroy unused values r...Dmitry Stogov2018-07-051-8/+8
* Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-052-10/+12
* Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-1/+1
* Removed INIT_OVERLOADED_CLASS... macrosDmitry Stogov2018-06-291-14/+1
* Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-12/+6
* Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-284-49/+49
* Merge branch 'PHP-7.2'Anatol Belski2018-03-141-3/+3
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-141-3/+3
| |\
| | * Reduce var scopeAnatol Belski2018-03-141-3/+3
* | | Merge branch 'PHP-7.2'Anatol Belski2018-03-141-9/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-141-9/+7
| |\ \ | | |/
| | * Fix stack use after scopeAnatol Belski2018-03-141-9/+7
* | | Make some skipped tests run, and fix some skip messagesGabriel Caruso2018-03-111-9/+2
* | | Revert "[ci skip] Add missing return types to protos"Christoph M. Becker2018-02-271-1/+1
* | | [ci skip] Remove space between function name and open parenthesesGabriel Caruso2018-02-241-15/+15
* | | [ci skip] Add missing return types to protosGabriel Caruso2018-02-241-1/+1
* | | remove support for string|unicode in testsGabriel Caruso2018-02-221-1/+1
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-103-4/+4
* | | Merge branch 'PHP-7.2'Joe2018-02-081-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-081-1/+1
| |\ \ | | |/
| | * Fixes bug #75871 Use pkg-config for libxml2 if availablePedro Magalhães2018-02-081-1/+1
* | | Add missing SKIPIF sectionsGabriel Caruso2018-02-031-0/+2
* | | Use ZVAL_COPY() instead og ZVAL_DUP(), because fault is an objectDmitry Stogov2018-01-171-1/+1
* | | Use ZVAL_DUP() instead of zval_copy_ctor()Dmitry Stogov2018-01-171-2/+1
* | | Trailing whitespacesGabriel Caruso2018-01-032-2/+2
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-01-037-11/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-037-11/+11
| |\ \ | | |/
| | * Happy new year (Update copyright to 2018)Lior Kaplan2018-01-027-11/+11
| | * year++Xinchen Hui2018-01-0214-14/+14
| * | year++Xinchen Hui2018-01-0214-14/+14
* | | year++Xinchen Hui2018-01-0214-14/+14
* | | Merge branch 'PHP-7.2'Nikita Popov2018-01-012-7/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-01-012-7/+23
| |\ \ | | |/
| | * Fixed bug #75502Nikita Popov2018-01-012-7/+23
* | | Merge branch 'PHP-7.2'Dmitry Stogov2017-12-281-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-281-0/+1
| |\ \ | | |/
| | * Fixed reference-countingDmitry Stogov2017-12-281-0/+1
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-222-20/+20
| |\ \ | | |/
| | * Fixed bug #70469Anton Artamonov2017-12-222-20/+20
* | | Move constants into read-only data segmentDmitry Stogov2017-12-144-9/+9
* | | Remove outdated TODO filesPeter Kokot2017-12-092-136/+0
* | | Cleanup type conversionDmitry Stogov2017-12-071-5/+2
* | | Use zend_string_tolower() where it's possible (to avoid reallocations).Dmitry Stogov2017-11-301-4/+2