summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-0414-14/+14
* better way to get ACPAnatol Belski2016-12-122-2/+2
* fix datatype for zpp, yet a followup on bug #73679Anatol Belski2016-12-121-2/+9
* Fixed bug #73679 DOTNET read access violation using invalid codepageAnatol Belski2016-12-112-1/+28
* fix uninitialized memberAnatol Belski2016-12-081-0/+2
* Fixed bug #73126 Cannot pass parameter 1 by referenceAnatol Belski2016-09-221-9/+7
* fix check for args by refAnatol Belski2016-08-251-2/+1
* Fixed bug #72922 COM called from PHP does not return out parametersAnatol Belski2016-08-252-6/+8
* Fixed bug #72569 DOTNET/COM array parameters broke in PHP7Anatol Belski2016-07-121-1/+6
* Fixed bug #72498 variant_date_from_timestamp null dereferenceAnatol Belski2016-07-012-0/+23
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0114-14/+14
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0114-14/+14
| * bump yearXinchen Hui2015-01-1514-14/+14
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-08-121-3/+30
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-08-121-3/+30
| | |\
| | | * backported the fix for bug #41577Anatol Belski2014-08-121-3/+30
* | | | Internal function argumensts cleanup (strict_types)Xinchen Hui2015-12-121-1/+1
* | | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-242-13/+13
* | | | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+2
* | | | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-1/+1
* | | | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-1/+1
* | | | restricted test to English locale (fails otherwise)Christoph M. Becker2015-06-261-1/+4
* | | | fixed broken test (syntax error in SKIPIF section)Christoph M. Becker2015-06-261-1/+1
* | | | Add test for bug #69939Kalle Sommer Nielsen2015-06-261-0/+11
* | | | Fixed bug #69939 (Casting object to bool returns false)Kalle Sommer Nielsen2015-06-261-0/+1
* | | | Use fast method to check if first arguments should be passed by reference (no...Dmitry Stogov2015-04-221-0/+1
* | | | Patch improvement:Dmitry Stogov2015-03-302-5/+0
* | | | cleaning up the version macrosAnatol Belski2015-03-232-1/+4
* | | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3
* | | | zend_read_property() has to provide a holder for return value.Dmitry Stogov2015-01-221-1/+1
* | | | bump yearXinchen Hui2015-01-1514-14/+14
* | | | trailing whitespace removalStanislav Malyshev2015-01-1011-185/+185
* | | | Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-262-5/+5
* | | | almost all the replacements of TSRMLS_* are doneAnatol Belski2014-12-142-2/+0
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-1313-407/+407
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-201-1/+1
|\ \ \ \
| * | | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-1814-73/+756
|\ \ \ \ \ | |/ / / /
| * | | | fix datatype mismatchAnatol Belski2014-11-131-1/+1
| * | | | fix datatype mismatch and kick unused varAnatol Belski2014-11-131-2/+1
| * | | | fix datatype mismatches, remove dead part of codeAnatol Belski2014-11-132-9/+8
| * | | | rework fix to php_com_do_invoke_byref,Anatol Belski2014-10-281-23/+29
| * | | | fix possible zero derefAnatol Belski2014-10-281-1/+1
| * | | | fix error code upcast on x64Anatol Belski2014-10-281-0/+4
| * | | | several fixes to com_dotnet for x64Anatol Belski2014-10-284-3/+670
| * | | | exclude the 32 bit only testAnatol Belski2014-10-281-1/+3
| * | | | initialize the input arg lengthsAnatol Belski2014-10-281-1/+1
| * | | | fix datatype mismatchesAnatol Belski2014-10-289-34/+40
* | | | | opcache, intl, gmp, exif, com, bcmath to use static tsrmlsAnatol Belski2014-10-173-2/+12