summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix warning of strict-prototypestwosee2020-06-0713-18/+18
* move commentRemi Collet2020-06-071-3/+3
* Fixed bug #79678 Build fails due to undeclared ZIP_RDONLYRemi Collet2020-06-071-0/+4
* Fix invalid usage of zend_bool in DOM extensionGeorge Peter Banyard2020-06-061-2/+5
* Add tests to check mismatching function signaturesMáté Kocsis2020-06-066-57/+80
* openssl: Fix openssl_pkcs12_export_to_file extracerts testNicolas Frandeboeuf2020-06-051-1/+1
* Refactor IntlBreakIterator::next() handlingGeorge Peter Banyard2020-06-051-13/+8
* Convert code path which should never happen to assertionGeorge Peter Banyard2020-06-051-7/+4
* encode param is optionalRemi Collet2020-06-052-4/+4
* Merge branch 'PHP-7.4'Nikita Popov2020-06-054-6/+3
|\
| * Remove unnecessary "poo" rmdirsNikita Popov2020-06-054-6/+3
| * Update intl test suite for ICU 67.1Christoph M. Becker2020-06-054-3/+469
* | bump zip versionRemi Collet2020-06-051-1/+1
* | Implement "Constructor Promotion" RFCNikita Popov2020-06-055-2/+117
* | Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-0514-36/+49
* | Merge branch 'PHP-7.4'Nikita Popov2020-06-051-5/+5
|\ \ | |/
| * Respect --program-prefix/suffix when installing pharNathan Porter2020-06-051-5/+5
* | Pass zend_string message to zend_error_cbNikita Popov2020-06-053-65/+27
* | Avoid useless "mov"Dmitry Stogov2020-06-051-1/+1
* | Fix weird zend_bool usage in Intl Calendar::roll() methodGeorge Peter Banyard2020-06-041-11/+5
* | in_array() avoid internal property access as we have the arrlen alreadyMatthias Dötsch2020-06-041-1/+1
* | Add AttributesBenjamin Eberlei2020-06-0410-4/+656
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-041-3/+3
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-041-3/+3
| |\
| | * Fix #73527: Invalid memory access in php_filter_stripChristoph M. Becker2020-06-041-3/+3
* | | Add guard for FETCH_DIM_FUNC_ARGDmitry Stogov2020-06-041-0/+23
* | | Prefer shorter x86 instructionsDmitry Stogov2020-06-041-4/+11
* | | Implement #47074: phpinfo() reports "On" as 1 for the some extensionsChristoph M. Becker2020-06-046-11/+11
* | | Improved tracing JIT for FETCH_OBJ_R/ISDmitry Stogov2020-06-041-21/+41
* | | Remove MYSQLND_COMPRESSION_WANTED defineNikita Popov2020-06-042-5/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-041-1/+1
|\ \ \ | |/ /
| * | mysqlnd: Remove unnecessary check for HAVE_ZLIBtalyz2020-06-041-1/+1
* | | Tracing JIT for FETCH_DIM_FUNC_ARG and FETCH_OBJ_FUNC_ARG when they are used ...Dmitry Stogov2020-06-042-29/+35
* | | Fixed abstract stack consistency for JMPZ_EX/JMPNZ_EXDmitry Stogov2020-06-041-7/+7
* | | "call_info" doesn't matterDmitry Stogov2020-06-031-1/+1
* | | Avoid useless register reloadDmitry Stogov2020-06-031-1/+1
* | | Avoid useless REFCOUNTED checkDmitry Stogov2020-06-031-1/+3
* | | Fix #79665: ini_get() and opcache_get_configuration() inconsistencyChristoph M. Becker2020-06-032-47/+36
* | | Use cheaper zend_rethrow_exception() instead of zend_throw_exception_internal()Dmitry Stogov2020-06-031-11/+14
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-032-2/+2
|\ \ \ | |/ /
| * | Report len as -1 instead of INT_MAXNikita Popov2020-06-032-2/+2
* | | Handle VM interrupts after DO_ICALL through side exitsDmitry Stogov2020-06-031-14/+20
* | | %d out token IDs in testNikita Popov2020-06-031-31/+31
* | | Avoid reference counting when RETURN CVDmitry Stogov2020-06-032-2/+11
* | | Added missed helperDmitry Stogov2020-06-021-0/+1
* | | Tracing JIT support for indirect CV modification (may be incomplete)Dmitry Stogov2020-06-021-12/+76
* | | Afdded misse MAY_BE_ARRAY_* flagsDmitry Stogov2020-06-021-1/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-022-1/+33
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-022-1/+33
| |\ \ | | |/
| | * Fix #79664: PDOStatement::getColumnMeta fails on empty result setChristoph M. Becker2020-06-022-1/+33