summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Make bug52820.phpt more robustNikita Popov2020-03-181-6/+6
* Fix testStanislav Malyshev2020-03-161-1/+1
* Fix bug #79329 - get_headers should not accept \0Stanislav Malyshev2020-03-161-1/+1
* Fixed bug #79282Stanislav Malyshev2020-03-162-1/+21
* Fix #79283: Segfault in libmagic patch contains a buffer overflowChristoph M. Becker2020-03-163-26/+76
* Fix #79371: mb_strtolower (UTF-32LE): stack-buffer-overflowChristoph M. Becker2020-03-162-1/+15
* Don't specify ports in socket_export_stream-4.phptNikita Popov2020-03-161-5/+5
* identation fixDmitry Stogov2020-03-121-1/+1
* Call global code of preloaded script in global contextDmitry Stogov2020-03-121-3/+44
* Avoid "Anonymous class wasn't preloaded" error by lazely loading of not prelo...Dmitry Stogov2020-03-123-5/+34
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-122-2/+24
|\
| * Fix #79199: curl_copy_handle() memory leakChristoph M. Becker2020-03-122-2/+24
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-125-7/+108
|\ \ | |/
| * Fix #61597: SXE properties may lack attributes and contentChristoph M. Becker2020-03-125-7/+108
* | Export FFI::__BIGGEST_ALIGNMENT__Dmitry Stogov2020-03-122-7/+9
|\ \
| * | Export FFI::__BIGGEST_ALIGNMENT__Dmitry Stogov2020-03-112-7/+9
* | | Allow to fetch function addressDmitry Stogov2020-03-122-1/+78
|\ \ \
| * | | Allow to fetch function addressDmitry Stogov2020-03-112-1/+78
| |/ /
* | | Folder mark missedXinchen Hui2020-03-121-0/+1
|/ /
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-111-1/+1
|\ \ | |/
| * Fix #78210: Invalid pointer addressChristoph M. Becker2020-03-111-1/+1
* | Check for sys/auxv.h before using it.Peter Seiderer2020-03-101-2/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-0911-11/+11
|\ \ | |/
| * Enclose INI values containing {TMP} in quotesChristoph M. Becker2020-03-0911-11/+11
* | Fixed bug #79357Nikita Popov2020-03-092-0/+68
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-061-0/+11
|\ \ | |/
| * Skip test on Windows if privileges are insufficientChristoph M. Becker2020-03-061-0/+11
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-062-0/+25
|\ \ | |/
| * Fix #75673: SplStack::unserialize() behaviorChristoph M. Becker2020-03-062-0/+25
* | Fix intermittent test failures of windows_mb_path testsChristoph M. Becker2020-03-0480-0/+160
* | this test needs jsonRemi Collet2020-03-031-0/+2
* | Fix #79013: Content-Length missing when posting a curlFile with curlChristoph M. Becker2020-03-021-2/+14
* | Native Windows support for mysqlnd sha256 authentificationChristoph M. Becker2020-03-022-0/+132
* | Abstract over crypto operationsChristoph M. Becker2020-03-021-61/+77
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-022-59/+96
|\ \ | |/
| * Update libmagic.patchChristoph M. Becker2020-03-022-66/+110
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-021-1/+1
|\ \ | |/
| * Fix #79333: com_print_typeinfo() leaks memoryChristoph M. Becker2020-03-021-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-022-10/+19
|\ \ | |/
| * Fix #79332: php_istreams are never freedChristoph M. Becker2020-03-022-10/+19
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-02-281-0/+34
|\ \ | |/
| * Fixed bug #79062Nikita Popov2020-02-281-0/+34
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-281-10/+6
|\ \ | |/
| * Fix #79311: enchant_dict_suggest() fails on big endian architectureChristoph M. Becker2020-02-281-10/+6
* | Try to fix msvc buildNikita Popov2020-02-281-1/+2
* | Fixed bug #79252Nikita Popov2020-02-281-0/+2
* | fix testRemi Collet2020-02-281-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2020-02-282-2/+14
|\ \ | |/
| * Fix #79315 ZipArchive::addFile doesn't honor start/length parametersRemi Collet2020-02-282-1/+13
* | Use type-checked ref assignment in UConverterNikita Popov2020-02-281-5/+2