summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update AppVeyor for enchant-2Christoph M. Becker2020-05-111-6/+4
* Don't reset SIGG(running) when calling zend_on_timeoutNikita Popov2020-05-112-13/+5
* Use standard key behavior in array_column()Nikita Popov2020-05-113-51/+23
* Only use ifunc resolvers if __builtin_cpu_supports+init availableNikita Popov2020-05-111-1/+4
* Reapply "Remove configure checks for supported instruction sets"Nikita Popov2020-05-113-36/+6
* Add get_resource_id() functionNikita Popov2020-05-115-0/+44
* Merge branch 'sse2_urlencode' of https://github.com/laruence/php-srcXinchen Hui2020-05-111-31/+79
|\
| * drop use of extract_epi16Xinchen Hui2020-05-091-35/+12
| * Use SSE2 instructions do url_encodeXinchen Hui2020-05-081-31/+102
* | Use supported printf format on Win64Christoph M. Becker2020-05-111-3/+1
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-112-4/+2
|\ \
| * \ Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-05-112-4/+2
| |\ \
| | * | Fix default sendmail path when not found during buildIndrek Ardel2020-05-112-4/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-05-111-1/+7
|\ \ \ \ | |/ / /
| * | | Don't check directory atime in lstat_stat_variation10.phpt testAlex Dowad2020-05-111-1/+7
* | | | Fix use-after-free in sysvsemNikita Popov2020-05-111-5/+5
* | | | Add `pkg-config` to the build listRod Elias2020-05-111-1/+1
* | | | Fix bug68996.phpt testNikita Popov2020-05-091-7/+2
* | | | Skip test if bigint type is unsupported by active TDS versionAdam Baratz2020-05-081-0/+1
* | | | Set non-default error mode to maintain expected behaviorAdam Baratz2020-05-081-2/+4
* | | | Update FreeTDS version detection related to bug #72969Adam Baratz2020-05-081-13/+3
* | | | Make float to string casts locale-independentMáté Kocsis2020-05-0815-40/+175
| |_|/ |/| |
* | | cleanupDmitry Stogov2020-05-081-3/+1
* | | Change parameter meaning.Dmitry Stogov2020-05-082-5/+5
* | | Use proper "cost"Dmitry Stogov2020-05-081-1/+1
* | | Avoid loop throgh side_exit from the first trace instruction.Dmitry Stogov2020-05-082-15/+45
* | | Fixed tracing JIT for CALL VM without global register variablesDmitry Stogov2020-05-071-1/+7
* | | Ensure ctype_string is NULL for C localeNikita Popov2020-05-072-4/+8
* | | Fix test file encodingNikita Popov2020-05-072-8/+10
* | | More accurate tracing JIT for RETURN with unknown return addressDmitry Stogov2020-05-074-19/+20
* | | Rename locale_string to ctype_stringNikita Popov2020-05-074-16/+16
* | | Remove redundant htmlentities() testsNikita Popov2020-05-072-46/+0
* | | Folder marksXinchen Hui2020-05-071-2/+2
* | | Really fix test caseNikita Popov2020-05-071-1/+1
* | | Fix test caseChristoph M. Becker2020-05-071-1/+1
* | | Evaluate str_starts_with and str_ends_with on constantsTyson Andre2020-05-071-0/+2
* | | Don't respect mbstring.internal_encoding in htmlentities()Nikita Popov2020-05-072-23/+23
* | | Add quiet parameter to internal HTML entities APINikita Popov2020-05-078-55/+42
* | | Clean up determine_charset() implementationNikita Popov2020-05-071-74/+20
* | | Throw warning if invalid internal_encoding ini is specifiedNikita Popov2020-05-0712-31/+34
* | | Prevent taking side traces for exceptional cases. Always exit to VM interpreter.Dmitry Stogov2020-05-074-59/+72
* | | Remove no_language from mbfl_stringNikita Popov2020-05-075-57/+16
* | | Only allow "pass" as input/output encodingNikita Popov2020-05-0710-55/+93
* | | Rename the recently introduced Sysvsem class to SysvSemaphoreMáté Kocsis2020-05-074-17/+17
* | | Return false from failed mb_convert_variables()Nikita Popov2020-05-072-33/+32
* | | Enable test on WindowsChristoph M. Becker2020-05-071-4/+1
* | | Fixed false alarm about tmp_name maybe unitializedXinchen Hui2020-05-071-7/+8
* | | Fixed commentDmitry Stogov2020-05-071-1/+1
* | | Fix assertion failure when failing to detect encodingNikita Popov2020-05-062-4/+12
* | | Avoid Program Counter guard in side trace started from Fake Init Fcall guard.Dmitry Stogov2020-05-062-7/+7