summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix expression warnings and break warningstwosee2020-06-0727-60/+60
* Merge branch 'PHP-7.4'Nikita Popov2020-06-071-1/+2
|\
| * Allow defining of uname value for reproducible buildsJelle van der Waa2020-06-071-1/+2
* | Remove duplicate zend_trytwosee2020-06-071-2/+2
* | Fix warning of strict-prototypestwosee2020-06-0719-26/+26
* | Fix free of uninitialized memory in attributesNikita Popov2020-06-072-0/+16
* | 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
* | Fix BC break of zend_throw_exceptiontwosee2020-06-062-2/+18
* | Add tests to check mismatching function signaturesMáté Kocsis2020-06-067-57/+111
* | 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
* | bump zip versionRemi Collet2020-06-051-1/+1
* | Implement "Constructor Promotion" RFCNikita Popov2020-06-0526-22/+564
* | micro-optimizationDmitry Stogov2020-06-052-13/+20
* | Drop hard-coded /W3 default in favor of custom CFLAGSChristoph M. Becker2020-06-052-3/+5
* | Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-0527-47/+91
* | Merge branch 'PHP-7.4'Nikita Popov2020-06-050-0/+0
|\ \ | |/
| * Update intl test suite for ICU 67.1Christoph M. Becker2020-06-054-3/+469
* | Free attribute validators on shutdownNikita Popov2020-06-053-0/+8
* | Don't leak attributes on internal classesNikita Popov2020-06-052-5/+20
* | 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-0510-162/+119
* | Fixed bug #72089: Throw Error on require failureNikita Popov2020-06-054-3/+11
* | Fix phpdbg watchpoints wrt. negative_array_index RFCChristoph M. Becker2020-06-051-3/+5
* | 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 upgrading note for Attributes RFCBenjamin Eberlei2020-06-041-0/+2
* | Add AttributesBenjamin Eberlei2020-06-0444-60/+2351
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-041-3/+3
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-042-3/+6
| |\
| | * Fix #73527: Invalid memory access in php_filter_stripChristoph M. Becker2020-06-042-3/+6
* | | 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-0410-28/+30
* | | 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
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-041-0/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-043-12/+21
| |\ \ | | |/
| | * Fix #79668: get_defined_functions(true) may miss functionsChristoph M. Becker2020-06-043-10/+21
* | | Tracing JIT for FETCH_DIM_FUNC_ARG and FETCH_OBJ_FUNC_ARG when they are used ...Dmitry Stogov2020-06-042-29/+35