summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix leak on failed DatePeriod initializationNikita Popov2020-08-272-0/+13
* Clean up strtok implementationNikita Popov2020-08-273-18/+23
* Eliminate ZSTR_IS_INTERNED() checkDmitry Stogov2020-08-271-5/+11
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-272-7/+23
|\
| * Catch potential exceptions during to string conversionChristoph M. Becker2020-08-273-11/+34
* | Check interrupt only if the link is a part of the loop.Dmitry Stogov2020-08-272-3/+6
* | Rename zend_jit_var_may_be_modified_indirectly() into zend_jit_var_may_alias()Dmitry Stogov2020-08-271-31/+33
* | Check reference guard onceDmitry Stogov2020-08-273-13/+55
* | Use "movaps" instead of "movsd" to copy the whole %xmm register.Dmitry Stogov2020-08-261-3/+3
* | Fixed reference-countingDmitry Stogov2020-08-261-5/+12
* | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-261-2/+4
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-261-2/+4
| |\
| | * Fix com_safearray_proxy related memory management issuesChristoph M. Becker2020-08-261-2/+4
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-261-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-261-1/+1
| |\ \ | | |/
| | * Separate COM::__construct()s $server_name arrayChristoph M. Becker2020-08-261-1/+1
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-262-1/+30
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-262-1/+30
| |\ \ | | |/
| | * Fix #64130: COM obj parameters passed by reference are not updatedChristoph M. Becker2020-08-262-1/+30
* | | Drop various unused macros/APIsGeorge Peter Banyard2020-08-2612-81/+77
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-261-1/+1
|\ \ \ | |/ /
| * | Fix file name clash in testNikita Popov2020-08-261-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-262-4/+4
|\ \ \ | |/ /
| * | Avoid socket path clash in testNikita Popov2020-08-262-4/+4
* | | Improved JIT for FETCH_DIM_R/IS and ISSET_DIM_OBJDmitry Stogov2020-08-261-99/+118
* | | Prevent ResourceBundle double-constructionNikita Popov2020-08-262-0/+23
* | | Prevent double-construction of NumberFormatterNikita Popov2020-08-262-0/+16
* | | Prevent double-construction of IntlGregorianCalendarNikita Popov2020-08-262-2/+15
* | | Prevent double-construction of IntlRuleBasedBreakIteratorNikita Popov2020-08-262-1/+17
* | | Use guard to check if array is packed or hashDmitry Stogov2020-08-264-24/+113
* | | Prevent negative array index accessDmitry Stogov2020-08-261-3/+10
* | | Merge branch 'jit_match'Dmitry Stogov2020-08-253-139/+214
|\ \ \
| * | | Support for CASE_STRICTDmitry Stogov2020-08-251-7/+18
| * | | JIT for MATCH and CASE_STRICT instructionsDmitry Stogov2020-08-253-132/+196
* | | | Avoid priniting "array [long, string] of"Dmitry Stogov2020-08-251-1/+2
* | | | Record information about packed arraysDmitry Stogov2020-08-254-7/+22
* | | | Promote warnings to exceptions in ext/pcreMáté Kocsis2020-08-253-9/+10
* | | | Infer information about packed/hash arrays and use it for JITDmitry Stogov2020-08-254-51/+64
* | | | Ensure RuleBasedBreakIterator constructor throws on failureNikita Popov2020-08-253-20/+17
* | | | Promote warnings to exceptions in ext/simplexmlMáté Kocsis2020-08-258-47/+69
* | | | Fixed JIT failure on "$a = []; $a[1] += 2;"Dmitry Stogov2020-08-251-7/+5
* | | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-251-1/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-251-1/+0
| |\ \ \ | | | |/ | | |/|
| | * | Avoid double-freeChristoph M. Becker2020-08-251-1/+0
* | | | Clean up BreakIterator create_object handlerNikita Popov2020-08-251-3/+3
* | | | Fix XMLWriter::writeDtdEntity() stubNikita Popov2020-08-252-4/+4
* | | | Promote warnings to exceptions in ext/shmopMáté Kocsis2020-08-255-65/+92
* | | | Promote warnings to exceptions in ext/pcntlMáté Kocsis2020-08-259-34/+113
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-08-251-4/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-251-4/+1
| |\ \ \ | | |/ /