| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Include stub hash in generated arginfo files | Nikita Popov | 2020-06-24 | 2 | -2/+4 | |
| * | | | Constify char * arguments of APIs | twosee | 2020-06-08 | 3 | -4/+4 | |
| * | | | Fix MSVC level 1 (severe) warnings | Christoph M. Becker | 2020-06-05 | 1 | -3/+3 | |
| * | | | Implement #47074: phpinfo() reports "On" as 1 for the some extensions | Christoph M. Becker | 2020-06-04 | 1 | -3/+3 | |
| * | | | Fix other typos in param name/code comments | Tyson Andre | 2020-05-01 | 1 | -1/+1 | |
| * | | | Code tweaks: Remove unneeded semicolons | Alex Dowad | 2020-04-29 | 1 | -1/+1 | |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-04-16 | 1 | -0/+0 | |
| |\ \ \ | |/ / | ||||||
| | * | | Move test to its folder | Gabriel Caruso | 2020-04-16 | 1 | -0/+0 | |
| * | | | Remove XFAIL section of a passing COM test | George Peter Banyard | 2020-04-14 | 1 | -14/+0 | |
| * | | | Generate method entries from stubs for a couple of extensions | Máté Kocsis | 2020-04-11 | 3 | -27/+39 | |
| * | | | Fix typo (UNKOWN -> UNKNOWN) | Christoph M. Becker | 2020-04-09 | 2 | -2/+2 | |
| * | | | Store default parameter values of internal functions in arg info | Máté Kocsis | 2020-04-08 | 2 | -14/+14 | |
| * | | | Clean up constructor handling in com_dotnet | Christoph M. Becker | 2020-04-06 | 9 | -123/+149 | |
| * | | | Verify that all stubs have a return type | Nikita Popov | 2020-04-03 | 2 | -4/+4 | |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-03-26 | 1 | -1/+1 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-03-26 | 1 | -1/+1 | |
| | |\ \ | | |/ | ||||||
| | | * | Add missing 'skip' to bug79332.phpt skip message | Lukas Berger | 2020-03-26 | 1 | -1/+1 | |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-03-02 | 1 | -1/+1 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-03-02 | 1 | -1/+1 | |
| | |\ \ | | |/ | ||||||
| | | * | Fix #79333: com_print_typeinfo() leaks memory | Christoph M. Becker | 2020-03-02 | 1 | -1/+1 | |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-03-02 | 2 | -10/+19 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-03-02 | 2 | -10/+19 | |
| | |\ \ | | |/ | ||||||
| | | * | Fix #79332: php_istreams are never freed | Christoph M. Becker | 2020-03-02 | 2 | -10/+19 | |
| * | | | Add stubs for COMPersistHelper | Nikita Popov | 2020-02-26 | 3 | -19/+82 | |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-02-23 | 2 | -1/+21 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-02-23 | 2 | -1/+21 | |
| | |\ \ | | |/ | ||||||
| | | * | Fix #79299: com_print_typeinfo prints duplicate variables | Christoph M. Becker | 2020-02-23 | 2 | -1/+21 | |
| * | | | Remove the deprecated reflection export methods | Máté Kocsis | 2020-02-19 | 1 | -1/+2 | |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-02-08 | 2 | -1/+17 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-02-08 | 2 | -1/+17 | |
| | |\ \ | | |/ | ||||||
| | | * | Fix #79248: Traversing empty VT_ARRAY throws com_exception | Christoph M. Becker | 2020-02-08 | 2 | -1/+17 | |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-02-08 | 2 | -1/+21 | |
| |\ \ \ | |/ / | ||||||
| | * | | Fix #79247: Garbage collecting variant objects segfaults | Christoph M. Becker | 2020-02-08 | 2 | -1/+21 | |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-02-07 | 1 | -1/+3 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-02-07 | 1 | -1/+3 | |
| | |\ \ | | |/ | ||||||
| | | * | Skip test case on x86 where it otherwise fails [ci skip] | Christoph M. Becker | 2020-02-07 | 1 | -1/+3 | |
| * | | | Simplify COM_ERR_CONST definition for x64 | Christoph M. Becker | 2020-02-07 | 1 | -5/+1 | |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-02-07 | 2 | -1/+27 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-02-07 | 2 | -1/+27 | |
| | |\ \ | | |/ | ||||||
| | | * | Fix #79242: COM error constants don't match com_exception codes | Christoph M. Becker | 2020-02-07 | 2 | -1/+27 | |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-02-06 | 2 | -1/+25 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-02-06 | 2 | -1/+25 | |
| | |\ \ | | |/ | ||||||
| | | * | Fix #66322: COMPersistHelper::SaveToFile can save to wrong location | Christoph M. Becker | 2020-02-06 | 2 | -1/+25 | |
| * | | | Reindent phpt files | Nikita Popov | 2020-02-03 | 8 | -92/+92 | |
| * | | | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 1 | -1/+1 | |
| * | | | Use proper printf() specifiers | Christoph M. Becker | 2020-01-15 | 1 | -1/+1 | |
| * | | | Use RETURN_THROWS() in various places | Máté Kocsis | 2020-01-03 | 4 | -22/+22 | |
| * | | | Use RETURN_THROWS() during ZPP in bz2, calendar, com_dotnet extensions | Máté Kocsis | 2019-12-31 | 4 | -19/+19 | |
| * | | | Add union return types for function stubs | Máté Kocsis | 2019-11-11 | 2 | -3/+2 | |
| * | | | Make zend_type a 2-field struct | Nikita Popov | 2019-11-08 | 2 | -7/+5 | |
