summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2020-04-298-0/+52
|\
| * Fix #79532: sizeof off_t can be wrongChristoph M. Becker2020-04-299-0/+56
* | Remove redundant addref+dtorNikita Popov2020-04-292-3/+1
* | Remove dead codeNikita Popov2020-04-291-42/+38
* | Merge branch 'PHP-7.4'Nikita Popov2020-04-291-7/+1
|\ \ | |/
| * Make 045.phpt busy waitNikita Popov2020-04-291-7/+1
* | Revert "Merge branch 'sse2_strtolower' of https://github.com/laruence/php-src"Nikita Popov2020-04-291-22/+18
* | Enclose contents of CLEAN sections in PHP tagsChristoph M. Becker2020-04-296-9/+15
* | Merge branch 'sse2_strtolower' of https://github.com/laruence/php-srcXinchen Hui2020-04-291-18/+22
|\ \
| * | Use ascii lowercase if locale is default CXinchen Hui2020-04-281-18/+22
* | | Insert one more debug outputNikita Popov2020-04-281-0/+1
* | | Check `__set_state` structureGabriel Caruso2020-04-284-3/+20
* | | Allow optional trailing comma in parameter listNikita Popov2020-04-283-1/+49
* | | Show eventual output of clean sectionsChristoph M. Becker2020-04-281-1/+4
* | | Less conservative fixNikita Popov2020-04-281-6/+4
* | | Fix JIT segfaults in FFI testsNikita Popov2020-04-281-0/+6
* | | Fix ifunc resolver return type warningNikita Popov2020-04-281-2/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-282-53/+0
|\ \ \ | | |/ | |/|
| * | Revert "Fix #79065: DOM classes do not expose properties to Reflection"Nikita Popov2020-04-283-55/+0
* | | Clarify that FFI::cdef() does not return NULLNikita Popov2020-04-283-3/+5
* | | Merge branch 'libtool-fix'Dmitry Stogov2020-04-283-2/+15
|\ \ \
| * | | Fix libtool to provide a simple way to generate only "shared" object files or...Dmitry Stogov2020-04-273-2/+15
* | | | Improve JIT code for FCALL with "fake" INIT and avoid fcall_guard if possible.Dmitry Stogov2020-04-281-23/+87
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-280-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-280-0/+0
| |\ \ \
| | * | | Bump versionChristoph M. Becker2020-04-284-6/+8
* | | | | Fixed bug #79526 (`__sleep` error message doesn't include the name of the class)Xinchen Hui2020-04-282-2/+38
* | | | | Merge branch 'filesize/value-errors' of https://github.com/carusogabriel/php-srcXinchen Hui2020-04-281-37/+23
|\ \ \ \ \
| * | | | | Reduce code duplication using for loopGabriel Caruso2020-04-271-37/+23
| | |_|/ / | |/| | |
* | | | | Merge branch 'tests/use-simpler-expect-section' of https://github.com/carusog...Xinchen Hui2020-04-28150-141/+141
|\ \ \ \ \
| * | | | | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-27150-141/+141
| |/ / / /
* | | | | Folder markXinchen Hui2020-04-281-6/+10
* | | | | update NEWSXinchen Hui2020-04-281-0/+1
* | | | | Merge branch 'sse2_strtolower' of https://github.com/laruence/php-srcXinchen Hui2020-04-281-29/+39
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Also zend_str_tolower_dup_exXinchen Hui2020-04-281-6/+2
| * | | Remove unnecessary register qualifierXinchen Hui2020-04-271-1/+1
| * | | SSE2 str_tolowerXinchen Hui2020-04-271-23/+37
* | | | Slipt error messages while checking magic methods attributesGabriel Caruso2020-04-2720-24/+32
* | | | Check func_info consistencyNikita Popov2020-04-271-12/+38
* | | | Fixed bug #79432Nikita Popov2020-04-272-6/+22
* | | | Mark passthru() as RC0Nikita Popov2020-04-271-1/+1
* | | | Make array_rand() type info more accurateNikita Popov2020-04-271-1/+1
* | | | Remove MAY_BE_FALSE from range() type infoNikita Popov2020-04-271-3/+3
* | | | Fix inaccurate func infosMáté Kocsis2020-04-271-23/+23
* | | | Avoid throw expression leaksNikita Popov2020-04-274-5/+50
* | | | Fixed incorrect side exit addressDmitry Stogov2020-04-271-1/+1
* | | | Show all tests on AppVeyorChristoph M. Becker2020-04-271-1/+1
* | | | SessionUpdateTimestampHandler class was never implementedAlex Dowad2020-04-273-39/+0
* | | | Use information about classes returned by internal functionsNikita Popov2020-04-274-14/+21
* | | | Pass existing lcname to check_magic_method_implementationNikita Popov2020-04-273-13/+11